File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed 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
+ * 8.5.1*
9
+ - ** [ BUG FIX] **
10
+ - Use correct exception type for fallback at file/folder pulling. [ #1912 ] ( https://github.com/appium/java-client/pull/1912 )
11
+ - Update autoWebview capability name. [ #1917 ] ( https://github.com/appium/java-client/pull/1917 )
12
+ - ** [ REFACTOR] **
13
+ - Move execution of E2E tests to GitHub Actions. [ #1913 ] ( https://github.com/appium/java-client/pull/1913 )
14
+ - Replace cglib with bytebuddy. [ #1923 ] ( https://github.com/appium/java-client/pull/1923 )
15
+ - Improve the error message on service startup. [ #1928 ] ( https://github.com/appium/java-client/pull/1928 )
16
+ - ** [ DOCUMENTATION] **
17
+ - Initiate Selenium client compatibility matrix. [ #1918 ] ( https://github.com/appium/java-client/pull/1918 )
18
+ - ** [ DEPENDENCY UPDATES] **
19
+ - ` io.github.bonigarcia:webdrivermanager ` was updated to 5.3.3.
20
+ - ` org.projectlombok:lombok ` was updated to 1.18.28.
21
+ - ` commons-io:commons-io ` was updated to 2.12.0.
22
+
8
23
* 8.5.0*
9
24
- ** [ BUG FIX] **
10
25
- Restore Jitpack builds. [ #1911 ] ( https://github.com/appium/java-client/pull/1911 )
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ org.gradle.daemon=true
2
2
3
3
selenium.version =4.9.1
4
4
# Please increment the value in a release
5
- appiumClient.version =8.5.0
5
+ appiumClient.version =8.5.1
You can’t perform that action at this time.
0 commit comments