appium-uiautomator2-server 9.0.1 → 9.1.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,15 @@
1
+ ## [9.1.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.1.0...v9.1.1) (2025-10-29)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump dependency versions ([#724](https://github.com/appium/appium-uiautomator2-server/issues/724)) ([e2b2813](https://github.com/appium/appium-uiautomator2-server/commit/e2b2813644fe72a0611681b7233f7112596126cf))
6
+
7
+ ## [9.1.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.0.1...v9.1.0) (2025-10-26)
8
+
9
+ ### Features
10
+
11
+ * Update the source for compatibility with Java 8/API level 26 ([#723](https://github.com/appium/appium-uiautomator2-server/issues/723)) ([43955f8](https://github.com/appium/appium-uiautomator2-server/commit/43955f8fa7e7d078aba2db52df944612bef5dcf7))
12
+
1
13
  ## [9.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.0.0...v9.0.1) (2025-10-24)
2
14
 
3
15
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "9.0.1",
3
+ "version": "9.1.1",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {