appium-uiautomator2-server 6.0.9 → 7.0.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,31 @@
1
+ ## [7.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.0...v7.0.1) (2024-02-23)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps:** bump androidx.test.uiautomator:uiautomator in /app ([#615](https://github.com/appium/appium-uiautomator2-server/issues/615)) ([77ecca6](https://github.com/appium/appium-uiautomator2-server/commit/77ecca6ddf566798aeed7adbf1272f7b84637304))
7
+
8
+ ## [7.0.0](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.9...v7.0.0) (2024-02-09)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * Removed the following obsolete endpoints in favour of W3C actions :
14
+ - /session/:sessionId/appium/tap
15
+ - /session/:sessionId/touch/perform
16
+ - /session/:sessionId/touch/longclick
17
+ - /session/:sessionId/touch/drag
18
+ - /session/:sessionId/touch/flick
19
+ - /session/:sessionId/touch/multi/perform
20
+ - /session/:sessionId/touch/down
21
+ - /session/:sessionId/touch/up
22
+ - /session/:sessionId/touch/move
23
+ * The /session/:sessionId/touch/scroll endpoint has been renamed to /session/:sessionId/gestures/scroll_to
24
+
25
+ ### Features
26
+
27
+ * Remove obsolete endpoints that are part of JSONWP touch spec ([#612](https://github.com/appium/appium-uiautomator2-server/issues/612)) ([08bf652](https://github.com/appium/appium-uiautomator2-server/commit/08bf65227c42cf7065d783c3bd630de651b39584))
28
+
1
29
  ## [6.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.8...v6.0.9) (2024-02-09)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "6.0.9",
3
+ "version": "7.0.1",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {