appium-uiautomator2-server 9.1.4 → 9.3.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,19 @@
1
+ ## [9.3.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.2.0...v9.3.0) (2025-11-29)
2
+
3
+ ### Features
4
+
5
+ * calls clearCache from UiAutomation API for API level 34+ ([#734](https://github.com/appium/appium-uiautomator2-server/issues/734)) ([40f8703](https://github.com/appium/appium-uiautomator2-server/commit/40f8703d0c0fc92d93d0c75f3fe72b7b5bca2db6))
6
+
7
+ ## [9.2.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.1.4...v9.2.0) (2025-11-29)
8
+
9
+ ### Features
10
+
11
+ * Add an explicit endpoint to reset the accessibility cache ([#732](https://github.com/appium/appium-uiautomator2-server/issues/732)) ([8363bf7](https://github.com/appium/appium-uiautomator2-server/commit/8363bf7958550b913d8221d9fd4fd4f46974de19))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * Bump AGP version ([#731](https://github.com/appium/appium-uiautomator2-server/issues/731)) ([fcc9a40](https://github.com/appium/appium-uiautomator2-server/commit/fcc9a404fa5b49a4d64487e4cf6d160bc571d297))
16
+
1
17
  ## [9.1.4](https://github.com/appium/appium-uiautomator2-server/compare/v9.1.3...v9.1.4) (2025-11-18)
2
18
 
3
19
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "9.1.4",
3
+ "version": "9.3.0",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {