oxygen-cli 1.43.2-beta.5 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.44.0 (2026-03-02)
4
+
5
+ #### :beetle: Bug Fix
6
+ * Fix duplicate attempt to dispose mobile session.
7
+ * Fix connectionRetryTimeout not being actually set for BS.
8
+ * Don't try to collect browser logs when running on BS.
9
+ * Miscellaneous RP related fixes.
10
+
11
+ #### :house: Internal
12
+ * Produce less unnecessary logs.
13
+
3
14
  ## v1.43.1 (2025-12-04)
4
15
 
5
16
  #### :beetle: Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxygen-cli",
3
- "version": "1.43.2-beta.5",
3
+ "version": "1.44.0",
4
4
  "description": "Automation framework for testing modern applications",
5
5
  "main": "./build/index.js",
6
6
  "bin": {