Skip to content

Commit 9176e8e

Browse files
Release 8.5.1 and update release notes
1 parent 8ebb5c3 commit 9176e8e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.daemon=true
22

33
selenium.version=4.9.1
44
# Please increment the value in a release
5-
appiumClient.version=8.5.0
5+
appiumClient.version=8.5.1

0 commit comments

Comments
 (0)