Skip to content

Commit 82a0e4a

Browse files
authored
release: v10.1.1 (#2409)
1 parent bfe5cd5 commit 82a0e4a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
- Make the library compatible to Selenium 4.44 [#2410](https://github.com/appium/java-client/pull/2410)
12+
- **[DEPENDENCY CHANGE]**
13+
- Bump minimum Selenium version from `4.40.0` to `4.42.0` [#2390](https://github.com/appium/java-client/pull/2390)
14+
815
_10.1.0_
916
- **[ENHANCEMENTS]**
1017
- Add support for descendant and ancestor flutter locators [#2357](https://github.com/appium/java-client/pull/2357)
@@ -20,7 +27,7 @@ _10.1.0_
2027

2128
_10.0.0_
2229
- **[DOCUMENTATION]**
23-
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
30+
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
2431
- updated maven central release badge [#2316](https://github.com/appium/java-client/pull/2316)
2532
- updated CI badge to use ci.yml workflow [#2317](https://github.com/appium/java-client/pull/2317)
2633
- **[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)