File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.0*
9+ - ** [ BUG FIX] **
10+ - Restore Jitpack builds. [ #1911 ] ( https://github.com/appium/java-client/pull/1911 )
11+ - Add fallback commands for file management APIs. [ #1910 ] ( https://github.com/appium/java-client/pull/1910 )
12+ - ** [ REFACTOR] **
13+ - Replace performance data APIs with mobile extensions. [ #1905 ] ( https://github.com/appium/java-client/pull/1905 )
14+ - ** [ DEPENDENCY UPDATES] **
15+ - ` org.seleniumhq.selenium:selenium-java ` was updated to 4.9.1.
16+ - ` org.junit.jupiter:junit-jupiter ` was updated to 5.9.3.
17+
818* 8.4.0*
919- ** [ ENHANCEMENTS] **
1020 - Added possibility to connect to a running session. [ #1813 ] ( https://github.com/appium/java-client/pull/1813 )
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.4 .0
5+ appiumClient.version =8.5 .0
You can’t perform that action at this time.
0 commit comments