Skip to content

Commit 9e00a0b

Browse files
committed
release 9.6.0 and add Selenium 4.35.0 to compatibility matrix
1 parent 31137eb commit 9e00a0b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
_9.6.0_
9+
- **[BREAKING CHANGE]** [#2327](https://github.com/appium/java-client/pull/2327)
10+
- remove all `org.openqa.selenium.html5.Location`-related methods
11+
- **[DEPENDENCY UPDATES]**
12+
- Bump Selenium version from `4.34.0` to `4.35.0` [#2327](https://github.com/appium/java-client/pull/2327)
13+
814
_9.5.0_
915
- **[ENHANCEMENTS]**
1016
- Allow extension capability keys to contain dot characters [#2271](https://github.com/appium/java-client/pull/2271)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ dependencies {
9595
### Compatibility Matrix
9696
Appium Java Client | Selenium client
9797
----------------------------------------------------------------------------------------------------|-----------------------------
98+
`9.6.0` | `4.35.0`
9899
`9.5.0` | `4.34.0`
99100
`9.4.0` | `4.26.0`, `4.27.0`, `4.28.0`, `4.28.1`, `4.29.0`, `4.30.0`, `4.31.0`, `4.32.0`, `4.33.0`
100101
`9.2.1`(known issues: appium/java-client#2145, appium/java-client#2146), `9.2.2`, `9.2.3`, `9.3.0` | `4.19.0`, `4.19.1`, `4.20.0`, `4.21.0`, `4.22.0`, `4.23.0`, `4.23.1`, `4.24.0`, `4.25.0`, `4.26.0`, `4.27.0`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.daemon=true
22

33
selenium.version=4.35.0
44
# Please increment the value in a release
5-
appiumClient.version=9.5.0
5+
appiumClient.version=9.6.0

0 commit comments

Comments
 (0)