appium-uiautomator2-server 8.1.2 → 9.0.1

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,19 @@
1
+ ## [9.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.0.0...v9.0.1) (2025-10-24)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump appium-adb from 13.0.11 to 14.0.0 ([#722](https://github.com/appium/appium-uiautomator2-server/issues/722)) ([5180dd3](https://github.com/appium/appium-uiautomator2-server/commit/5180dd30184196af6254c2e243cfae478f6b1672))
6
+
7
+ ## [9.0.0](https://github.com/appium/appium-uiautomator2-server/compare/v8.1.2...v9.0.0) (2025-10-24)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * The minimum supported Android API level is set to 26 (Oreo 8.0)
12
+
13
+ ### Features
14
+
15
+ * Bump the minimum supported API level to 26 (Oreo) ([#721](https://github.com/appium/appium-uiautomator2-server/issues/721)) ([edfe426](https://github.com/appium/appium-uiautomator2-server/commit/edfe426abd7506eb2951b04cf3ac074ab70223ec))
16
+
1
17
  ## [8.1.2](https://github.com/appium/appium-uiautomator2-server/compare/v8.1.1...v8.1.2) (2025-10-17)
2
18
 
3
19
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "8.1.2",
3
+ "version": "9.0.1",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "@semantic-release/changelog": "^6.0.1",
48
48
  "@semantic-release/git": "^10.0.1",
49
49
  "android-apidemos": "^5.0.0",
50
- "appium-adb": "^13.0.0",
50
+ "appium-adb": "^14.0.0",
51
51
  "bluebird": "^3.7.2",
52
52
  "conventional-changelog-conventionalcommits": "^9.0.0",
53
53
  "semantic-release": "^25.0.0",