You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
_9.2.3_
9
+
-**[BUG FIX]**
10
+
- Properly represent `FeaturesMatchingResult` model if `multiple` option is enabled [#2170](https://github.com/appium/java-client/pull/2170)
11
+
- Use current class loader for the ByteBuddy wrapper [#2172](https://github.com/appium/java-client/pull/2172)\
12
+
This fixes errors like `NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement`, `NoClassDefFoundError: io/appium/java_client/proxy/HasMethodCallListeners` when `PageFactory` is used.
13
+
- Correct extension name for `mobile: replaceElementValue`[#2171](https://github.com/appium/java-client/pull/2171)
14
+
-**[DEPRECATION]**
15
+
- Deprecate `AppiumProtocolHandshake` class [#2173](https://github.com/appium/java-client/pull/2173)\
16
+
The original `ProtocolHandshake` class only supports W3C protocol now. There is no need to hack it anymore.
17
+
-**[REFACTOR]**
18
+
- Replace Guava `HttpHeaders` with Selenium `HttpHeader`[#2151](https://github.com/appium/java-client/pull/2151)
19
+
-**[DEPENDENCY CHANGE]**
20
+
- Bump SLF4J from `2.0.12` to `2.0.13`[#2158](https://github.com/appium/java-client/pull/2158)
21
+
- Bump Gson from `2.10.1` to `2.11.0`[#2175](https://github.com/appium/java-client/pull/2175)
22
+
8
23
_9.2.2_
9
24
-**[BUG FIX]**
10
25
- fix: Fix building of Android key event parameters [#2145](https://github.com/appium/java-client/pull/2145)
0 commit comments