Skip to content

Commit 8a7dcbe

Browse files
committed
release: v10.1.1
1 parent 6b7597f commit 8a7dcbe

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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+
_10.1.1_
9+
- **[BUG FIX]**
10+
- Perform additional security checks on `overrideServerUrl` API [#2408](https://github.com/appium/java-client/pull/2408)
11+
- **[DEPENDENCY CHANGE]**
12+
- Bump minimum Selenium version from `4.40.0` to `4.42.0` [#2390](https://github.com/appium/java-client/pull/2390)
13+
814
_10.1.0_
915
- **[ENHANCEMENTS]**
1016
- Add support for descendant and ancestor flutter locators [#2357](https://github.com/appium/java-client/pull/2357)
@@ -20,7 +26,7 @@ _10.1.0_
2026

2127
_10.0.0_
2228
- **[DOCUMENTATION]**
23-
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
29+
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
2430
- updated maven central release badge [#2316](https://github.com/appium/java-client/pull/2316)
2531
- updated CI badge to use ci.yml workflow [#2317](https://github.com/appium/java-client/pull/2317)
2632
- **[BREAKING CHANGE]** [#2327](https://github.com/appium/java-client/pull/2327)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ dependencies {
100100
### Compatibility Matrix
101101
Appium Java Client | Selenium client
102102
----------------------------------------------------------------------------------------------------|-----------------------------
103-
`10.1.0` | `4.40.0`
103+
`10.1.1` | `4.42.0`, `4.43.0`
104+
`10.1.0` | `4.40.0`, `4.41.0`
104105
`10.0.0` | `4.35.0`, `4.36.0`, `4.37.0`, `4.38.0`, `4.39.0`
105106
`9.5.0` | `4.34.0`
106107
`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`

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.42.0
44
# Please increment the value in a release
5-
appiumClient.version=10.1.0
5+
appiumClient.version=10.1.1

0 commit comments

Comments
 (0)