Skip to content

Commit 3974646

Browse files
committed
release: v9.5.0
1 parent 765f943 commit 3974646

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.5.0_
9+
- **[ENHANCEMENTS]**
10+
- Allow extension capability keys to contain dot characters [#2271](https://github.com/appium/java-client/pull/2271)
11+
- Add a client for Appium server storage plugin [#2275](https://github.com/appium/java-client/pull/2275)
12+
- Swap check for `Widget` and `WebElement` [#2277](https://github.com/appium/java-client/pull/2277)
13+
- Add compatibility with Selenium `4.34.0` [#2298](https://github.com/appium/java-client/pull/2298)
14+
- **[REFACTOR]**
15+
- Migrate from JSR 305 to [JSpecify](https://jspecify.dev/)'s nullability annotations [#2281](https://github.com/appium/java-client/pull/2281)
16+
- **[DEPENDENCY UPDATES]**
17+
- Bump minimum supported Selenium version from `4.26.0` to `4.34.0` [#2305](https://github.com/appium/java-client/pull/2305)
18+
- Bump Gson from `2.11.0` to `2.13.1` [#2267](https://github.com/appium/java-client/pull/2267), [#2286](https://github.com/appium/java-client/pull/2286), [#2290](https://github.com/appium/java-client/pull/2290)
19+
- Bump SLF4J from `2.0.16` to `2.0.17` [#2274](https://github.com/appium/java-client/pull/2274)
20+
821
_9.4.0_
922
- **[ENHANCEMENTS]**
1023
- Implement `HasBiDi` interface support in `AppiumDriver` [#2250](https://github.com/appium/java-client/pull/2250), [#2254](https://github.com/appium/java-client/pull/2254), [#2256](https://github.com/appium/java-client/pull/2256)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies {
9595
### Compatibility Matrix
9696
Appium Java Client | Selenium client
9797
----------------------------------------------------------------------------------------------------|-----------------------------
98-
`next` | `4.34.0`
98+
`9.5.0` | `4.34.0`
9999
`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`
100100
`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`
101101
`9.1.0`, `9.2.0` | `4.17.0`, `4.18.0`, `4.18.1`

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.26.0
44
# Please increment the value in a release
5-
appiumClient.version=9.4.0
5+
appiumClient.version=9.5.0

0 commit comments

Comments
 (0)