appium-uiautomator2-server 10.3.1 → 10.3.3

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
+ ## [10.3.3](https://github.com/appium/appium-uiautomator2-server/compare/v10.3.2...v10.3.3) (2026-07-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump appium-adb from 15.0.9 to 16.0.0 ([#786](https://github.com/appium/appium-uiautomator2-server/issues/786)) ([db3b741](https://github.com/appium/appium-uiautomator2-server/commit/db3b7419c127280b6ad20c262fbc83b1d26b57d6))
6
+
7
+ ## [10.3.2](https://github.com/appium/appium-uiautomator2-server/compare/v10.3.1...v10.3.2) (2026-07-03)
8
+
9
+ ### Bug Fixes
10
+
11
+ * Recycle AccessibilityNodeInfo/Window instances to stop native memory leak ([#770](https://github.com/appium/appium-uiautomator2-server/issues/770)) ([5a51424](https://github.com/appium/appium-uiautomator2-server/commit/5a514247f6112c0f0a9bff3dff467ae752e2d048)), closes [#208](https://github.com/appium/appium-uiautomator2-server/issues/208) [appium/appium-uiautomator2-server#308](https://github.com/appium/appium-uiautomator2-server/issues/308)
12
+
1
13
  ## [10.3.1](https://github.com/appium/appium-uiautomator2-server/compare/v10.3.0...v10.3.1) (2026-07-02)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -6,6 +18,10 @@
6
18
 
7
19
  ## [10.3.0](https://github.com/appium/appium-uiautomator2-server/compare/v10.2.4...v10.3.0) (2026-07-02)
8
20
 
21
+ ### Features
22
+
23
+ * Add deferAccessibilityCacheReset setting to skip redundant AX cache clears ([#775](https://github.com/appium/appium-uiautomator2-server/issues/775)) ([4c64a67](https://github.com/appium/appium-uiautomator2-server/commit/4c64a6764434cdced733d75ed4e456f5229877a9))
24
+
9
25
  ## [10.2.4](https://github.com/appium/appium-uiautomator2-server/compare/v10.2.3...v10.2.4) (2026-06-24)
10
26
 
11
27
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "10.3.1",
3
+ "version": "10.3.3",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
@@ -58,7 +58,7 @@
58
58
  "@appium/support": "^7.2.0",
59
59
  "@semantic-release/changelog": "^6.0.1",
60
60
  "@semantic-release/git": "^10.0.1",
61
- "appium-adb": "^15.0.0",
61
+ "appium-adb": "^16.0.0",
62
62
  "conventional-changelog-conventionalcommits": "^9.3.1",
63
63
  "semantic-release": "^25.0.2",
64
64
  "semver": "^7.3.7"