appium-uiautomator2-driver 5.0.0-rc.1 → 5.0.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,15 @@
1
+ ## [5.0.0](https://github.com/appium/appium-uiautomator2-driver/compare/v4.2.9...v5.0.0) (2025-08-19)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
6
+ * Required npm version has been bumped to >=10
7
+ * Required Appium server version has been bumped to >=3.0.0-rc.2
8
+
9
+ ### Features
10
+
11
+ * Update server compatibility for appium 3 ([#915](https://github.com/appium/appium-uiautomator2-driver/issues/915)) ([fab8535](https://github.com/appium/appium-uiautomator2-driver/commit/fab8535bde0b1904cfa44afbe08e2d9a61560f55))
12
+
1
13
  ## [4.2.9](https://github.com/appium/appium-uiautomator2-driver/compare/v4.2.8...v4.2.9) (2025-08-17)
2
14
 
3
15
  ### Miscellaneous Chores