appium-uiautomator2-server
Advanced tools
Comparing version 6.0.9 to 7.0.0
@@ -0,1 +1,22 @@ | ||
## [7.0.0](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.9...v7.0.0) (2024-02-09) | ||
### ⚠ BREAKING CHANGES | ||
* Removed the following obsolete endpoints in favour of W3C actions : | ||
- /session/:sessionId/appium/tap | ||
- /session/:sessionId/touch/perform | ||
- /session/:sessionId/touch/longclick | ||
- /session/:sessionId/touch/drag | ||
- /session/:sessionId/touch/flick | ||
- /session/:sessionId/touch/multi/perform | ||
- /session/:sessionId/touch/down | ||
- /session/:sessionId/touch/up | ||
- /session/:sessionId/touch/move | ||
* The /session/:sessionId/touch/scroll endpoint has been renamed to /session/:sessionId/gestures/scroll_to | ||
### Features | ||
* 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)) | ||
## [6.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.8...v6.0.9) (2024-02-09) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"name": "appium-uiautomator2-server", | ||
"version": "6.0.9", | ||
"version": "7.0.0", | ||
"description": "A netty server with uiautomator2 handlers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
15146326