Skip to content

Commit 75d095c

Browse files
authored
release: v9.4.0 (#2262)
1 parent b824057 commit 75d095c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4.0_
9+
- **[ENHANCEMENTS]**
10+
- 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)
11+
- Add compatibility with Selenium `4.28.0` [#2249](https://github.com/appium/java-client/pull/2249)
12+
- **[BUG FIX]**
13+
- Fix scroll issue in flutter integration driver [#2227](https://github.com/appium/java-client/pull/2227)
14+
- Fix the definition of `logcatFilterSpecs` option [#2258](https://github.com/appium/java-client/pull/2258)
15+
- Use `WeakHashMap` for caching proxy classes [#2260](https://github.com/appium/java-client/pull/2260)
16+
- **[DEPENDENCY UPDATES]**
17+
- Bump minimum supported Selenium version from `4.19.0` to `4.26.0` [#2246](https://github.com/appium/java-client/pull/2246)
18+
- Bump Apache Commons Lang from `3.15.0` to `3.16.1` [#2220](https://github.com/appium/java-client/pull/2220), [#2228](https://github.com/appium/java-client/pull/2228)
19+
- Bump SLF4J from `2.0.13` to `2.0.16` [#2221](https://github.com/appium/java-client/pull/2221)
820

921
_9.3.0_
1022
- **[ENHANCEMENTS]**

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ dependencies {
9494

9595
### Compatibility Matrix
9696
Appium Java Client | Selenium client
97-
----------------------------------------------------------------------------------------------------|-----------------
98-
`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`
97+
----------------------------------------------------------------------------------------------------|-----------------------------
98+
`9.4.0` | `4.26.0`, `4.27.0`, `4.28.0`
99+
`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`
99100
`9.1.0`, `9.2.0` | `4.17.0`, `4.18.0`, `4.18.1`
100101
`9.0.0` | `4.14.1`, `4.15.0`, `4.16.0` (partially [corrupted](https://github.com/SeleniumHQ/selenium/issues/13256)), `4.16.1`
101102
N/A | `4.14.0`

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

0 commit comments

Comments
 (0)