appium-uiautomator2-server 10.3.0 → 10.3.2
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 +16 -0
- package/apks/appium-uiautomator2-server-debug-androidTest.apk +0 -0
- package/apks/appium-uiautomator2-server-debug-androidTest.apk.idsig +0 -0
- package/apks/{appium-uiautomator2-server-v10.3.0.apk → appium-uiautomator2-server-v10.3.2.apk} +0 -0
- package/apks/appium-uiautomator2-server-v10.3.2.apk.idsig +0 -0
- package/package.json +2 -2
- package/apks/appium-uiautomator2-server-v10.3.0.apk.idsig +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
## [10.3.2](https://github.com/appium/appium-uiautomator2-server/compare/v10.3.1...v10.3.2) (2026-07-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* 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)
|
|
6
|
+
|
|
7
|
+
## [10.3.1](https://github.com/appium/appium-uiautomator2-server/compare/v10.3.0...v10.3.1) (2026-07-02)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* downgrade conventional-changelog-conventionalcommits to v9 ([#777](https://github.com/appium/appium-uiautomator2-server/issues/777)) ([33d0876](https://github.com/appium/appium-uiautomator2-server/commit/33d0876dded6c76c0eefe3e9b124654b8d1d2410))
|
|
12
|
+
|
|
1
13
|
## [10.3.0](https://github.com/appium/appium-uiautomator2-server/compare/v10.2.4...v10.3.0) (2026-07-02)
|
|
2
14
|
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
3
19
|
## [10.2.4](https://github.com/appium/appium-uiautomator2-server/compare/v10.2.3...v10.2.4) (2026-06-24)
|
|
4
20
|
|
|
5
21
|
### Miscellaneous Chores
|
|
Binary file
|
|
Binary file
|
package/apks/{appium-uiautomator2-server-v10.3.0.apk → appium-uiautomator2-server-v10.3.2.apk}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-server",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.2",
|
|
4
4
|
"description": "A netty server with uiautomator2 handlers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@semantic-release/changelog": "^6.0.1",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
61
|
"appium-adb": "^15.0.0",
|
|
62
|
-
"conventional-changelog-conventionalcommits": "^
|
|
62
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
63
63
|
"semantic-release": "^25.0.2",
|
|
64
64
|
"semver": "^7.3.7"
|
|
65
65
|
}
|
|
Binary file
|