Skip to content

Commit e4a3555

Browse files
authored
release: v10.1.0 (#2395)
1 parent 0e9a3f3 commit e4a3555

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+
_10.1.0_
9+
- **[ENHANCEMENTS]**
10+
- Add support for descendant and ancestor flutter locators [#2357](https://github.com/appium/java-client/pull/2357)
11+
- **[BUG FIX]**
12+
- Fix `ListOutputStream.close()` to close all streams on failure [#2392](https://github.com/appium/java-client/pull/2392)
13+
- Avoid using system default locale [#2352](https://github.com/appium/java-client/pull/2352)
14+
- **[REFACTOR]**
15+
- Avoid using reflection to manage `AppiumCommandExecutor` state [#2356](https://github.com/appium/java-client/pull/2356)
16+
- **[DEPENDENCY CHANGE]**
17+
- Bump minimum Selenium version from `4.35.0` to `4.40.0` [#2383](https://github.com/appium/java-client/pull/2383)
18+
- Bump com.google.code.gson:gson from `2.13.1` to `2.13.2` [#2342](https://github.com/appium/java-client/pull/2342)
19+
- Bump org.apache.commons:commons-lang3 from `3.18.0` to `3.20.0` [#2350](https://github.com/appium/java-client/pull/2350), [#2374](https://github.com/appium/java-client/pull/2374)
20+
821
_10.0.0_
922
- **[DOCUMENTATION]**
1023
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
### Compatibility Matrix
101101
Appium Java Client | Selenium client
102102
----------------------------------------------------------------------------------------------------|-----------------------------
103-
`next` (not released yet) | `4.40.0`
103+
`10.1.0` | `4.40.0`
104104
`10.0.0` | `4.35.0`, `4.36.0`, `4.37.0`, `4.38.0`, `4.39.0`
105105
`9.5.0` | `4.34.0`
106106
`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.40.0
44
# Please increment the value in a release
5-
appiumClient.version=10.0.0
5+
appiumClient.version=10.1.0

0 commit comments

Comments
 (0)