appium-android-driver 10.3.12 → 11.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [11.0.0](https://github.com/appium/appium-android-driver/compare/v10.3.12...v11.0.0) (2025-08-17)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
6
+ * Required npm version has been bumped to >=10
7
+ * Required Appium server version has been bumped to >=3.0.0-rc.2
8
+
9
+ ### Features
10
+
11
+ * Update server compatibility ([#1007](https://github.com/appium/appium-android-driver/issues/1007)) ([aac5acb](https://github.com/appium/appium-android-driver/commit/aac5acb054ff8aaa397d852119dc5583226aaf9b))
12
+
1
13
  ## [10.3.12](https://github.com/appium/appium-android-driver/compare/v10.3.11...v10.3.12) (2025-08-17)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -63,7 +63,7 @@ export class mobileStartScreenStreaming {
63
63
  constructor(this: import("../driver").AndroidDriver, width?: number, height?: number, bitRate?: number, host?: string, port?: number, pathname?: string, tcpPort?: number, quality?: number, considerRotation?: boolean, logPipelineDetails?: boolean);
64
64
  _screenStreamingProps: {
65
65
  deviceStreamingProc: import("child_process").ChildProcessWithoutNullStreams;
66
- gstreamerPipeline: SubProcess;
66
+ gstreamerPipeline: any;
67
67
  mjpegSocket: net.Socket | undefined;
68
68
  mjpegServer: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse> | undefined;
69
69
  } | undefined;
@@ -79,7 +79,6 @@ export class mobileStopScreenStreaming {
79
79
  export type ADB = import("appium-adb").ADB;
80
80
  export type AppiumLogger = import("@appium/types").AppiumLogger;
81
81
  export type DeviceInfo = import("./types").DeviceInfo;
82
- import { SubProcess } from 'teen_process';
83
82
  import net from 'node:net';
84
83
  import http from 'node:http';
85
84
  //# sourceMappingURL=streamscreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"streamscreen.d.ts","sourceRoot":"","sources":["../../../lib/commands/streamscreen.js"],"names":[],"mappings":"AAmCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BE;AACF,4FA5BW,MAAM,WAGN,MAAM,YAGN,MAAM,SAGN,MAAM,SAGN,MAAM,aAEN,MAAM,YADN,MAAM,YAIN,MAAM,qBAEN,OAAO,uBAKP,OAAO,GAEL,OAAO,CAAC,IAAI,CAAC,CAkJzB;;IA9KD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA6BE;IACF,6DA5BW,MAAM,WAGN,MAAM,YAGN,MAAM,SAGN,MAAM,SAGN,MAAM,aAEN,MAAM,YADN,MAAM,YAIN,MAAM,qBAEN,OAAO,uBAKP,OAAO,EAoJjB;IA5GC;;;;;kBAAsC;;AA8GxC;;;GAGG;AACH,oFAFa,OAAO,CAAC,IAAI,CAAC,CAqCzB;;IAFG,2BAAsC;;kBAmS7B,OAAO,YAAY,EAAE,GAAG;2BACxB,OAAO,eAAe,EAAE,YAAY;yBACpC,OAAO,SAAS,EAAE,UAAU;2BAlhBV,cAAc;gBAH7B,UAAU;iBADT,WAAW"}
1
+ {"version":3,"file":"streamscreen.d.ts","sourceRoot":"","sources":["../../../lib/commands/streamscreen.js"],"names":[],"mappings":"AAmCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BE;AACF,4FA5BW,MAAM,WAGN,MAAM,YAGN,MAAM,SAGN,MAAM,SAGN,MAAM,aAEN,MAAM,YADN,MAAM,YAIN,MAAM,qBAEN,OAAO,uBAKP,OAAO,GAEL,OAAO,CAAC,IAAI,CAAC,CAkJzB;;IA9KD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA6BE;IACF,6DA5BW,MAAM,WAGN,MAAM,YAGN,MAAM,SAGN,MAAM,SAGN,MAAM,aAEN,MAAM,YADN,MAAM,YAIN,MAAM,qBAEN,OAAO,uBAKP,OAAO,EAoJjB;IA5GC;;;;;kBAAsC;;AA8GxC;;;GAGG;AACH,oFAFa,OAAO,CAAC,IAAI,CAAC,CAqCzB;;IAFG,2BAAsC;;kBAmS7B,OAAO,YAAY,EAAE,GAAG;2BACxB,OAAO,eAAe,EAAE,YAAY;yBACpC,OAAO,SAAS,EAAE,UAAU;gBArhBzB,UAAU;iBADT,WAAW"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "10.3.12",
3
+ "version": "11.0.0",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -48,14 +48,14 @@
48
48
  "singleQuote": true
49
49
  },
50
50
  "dependencies": {
51
- "@appium/support": "^6.0.0",
51
+ "@appium/support": "^7.0.0-rc.1",
52
52
  "@colors/colors": "^1.6.0",
53
- "appium-adb": "^12.12.6",
54
- "appium-chromedriver": "^7.0.6",
53
+ "appium-adb": "^13.0.0",
54
+ "appium-chromedriver": "^8.0.0",
55
55
  "asyncbox": "^3.0.0",
56
56
  "axios": "^1.x",
57
57
  "bluebird": "^3.4.7",
58
- "io.appium.settings": "^5.14.8",
58
+ "io.appium.settings": "^6.0.0",
59
59
  "lodash": "^4.17.4",
60
60
  "lru-cache": "^10.0.1",
61
61
  "moment": "^2.24.0",
@@ -63,15 +63,15 @@
63
63
  "portscanner": "^2.2.0",
64
64
  "semver": "^7.0.0",
65
65
  "source-map-support": "^0.x",
66
- "teen_process": "^2.0.0",
66
+ "teen_process": "^3.0.0",
67
67
  "type-fest": "^4.4.0",
68
68
  "ws": "^8.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@appium/eslint-config-appium-ts": "^1.0.0",
72
- "@appium/test-support": "^3.0.20",
73
- "@appium/tsconfig": "^0.x",
74
- "@appium/types": "^0.x",
71
+ "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
72
+ "@appium/test-support": "^4.0.0-rc.1",
73
+ "@appium/tsconfig": "^1.0.0-rc.1",
74
+ "@appium/types": "^1.0.0-rc.1",
75
75
  "@semantic-release/changelog": "^6.0.1",
76
76
  "@semantic-release/git": "^10.0.1",
77
77
  "@types/bluebird": "^3.5.38",
@@ -81,10 +81,9 @@
81
81
  "@types/portscanner": "^2.1.1",
82
82
  "@types/semver": "^7.5.0",
83
83
  "@types/source-map-support": "^0.5.6",
84
- "@types/teen_process": "^2.0.0",
85
84
  "@types/ws": "^8.5.4",
86
85
  "@xmldom/xmldom": "^0.x",
87
- "android-apidemos": "^4.1.0",
86
+ "android-apidemos": "^5.0.0",
88
87
  "chai": "^5.1.1",
89
88
  "chai-as-promised": "^8.0.0",
90
89
  "conventional-changelog-conventionalcommits": "^9.0.0",
@@ -97,11 +96,11 @@
97
96
  "xpath": "^0.x"
98
97
  },
99
98
  "peerDependencies": {
100
- "appium": "^2.0.0 || ^3.0.0-beta.0"
99
+ "appium": "^3.0.0-rc.2"
101
100
  },
102
101
  "engines": {
103
- "node": ">=14",
104
- "npm": ">=8"
102
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
103
+ "npm": ">=10"
105
104
  },
106
105
  "types": "./build/lib/index.d.ts"
107
106
  }