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
+13
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ 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.0_
9
+
-**[ENHANCEMENTS]**
10
+
- Incorporate poll delay mechanism into `AppiumFluentWait`[#2116](https://github.com/appium/java-client/pull/2116) (Closes [#2111](https://github.com/appium/java-client/pull/2111))
11
+
- Make server startup error messages more useful [#2130](https://github.com/appium/java-client/pull/2130)
12
+
-**[BUG FIX]**
13
+
- Set correct geolocation coordinates of the current device [#2109](https://github.com/appium/java-client/pull/2109) (Fixes [#2108](https://github.com/appium/java-client/pull/2108))
14
+
- Always release annotated element reference from the builder instance [#2128](https://github.com/appium/java-client/pull/2128)
15
+
- Cache dynamic proxy classes created by ByteBuddy [#2129](https://github.com/appium/java-client/pull/2129) (Fixes [#2119](https://github.com/appium/java-client/pull/2119))
16
+
-**[DEPENDENCY CHANGE]**
17
+
- Bump SLF4J from `2.0.11` to `2.0.12`[#2115](https://github.com/appium/java-client/pull/2115)
0 commit comments