File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
823* 8.5.0*
924- ** [ BUG FIX] **
1025 - 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
22
33selenium.version =4.9.1
44# 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