Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

_10.1.1_
- **[BUG FIX]**
- Perform additional security checks on `overrideServerUrl` API [#2408](https://github.com/appium/java-client/pull/2408)
- Make the library compatible to Selenium 4.44 [#2410](https://github.com/appium/java-client/pull/2410)
- **[DEPENDENCY CHANGE]**
- Bump minimum Selenium version from `4.40.0` to `4.42.0` [#2390](https://github.com/appium/java-client/pull/2390)

_10.1.0_
- **[ENHANCEMENTS]**
- Add support for descendant and ancestor flutter locators [#2357](https://github.com/appium/java-client/pull/2357)
Expand All @@ -20,7 +27,7 @@ _10.1.0_

_10.0.0_
- **[DOCUMENTATION]**
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
- updated maven central release badge [#2316](https://github.com/appium/java-client/pull/2316)
- updated CI badge to use ci.yml workflow [#2317](https://github.com/appium/java-client/pull/2317)
- **[BREAKING CHANGE]** [#2327](https://github.com/appium/java-client/pull/2327)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ dependencies {
### Compatibility Matrix
Appium Java Client | Selenium client
----------------------------------------------------------------------------------------------------|-----------------------------
`10.1.0` | `4.40.0`
`10.1.1` | `4.42.0`, `4.43.0`
`10.1.0` | `4.40.0`, `4.41.0`
`10.0.0` | `4.35.0`, `4.36.0`, `4.37.0`, `4.38.0`, `4.39.0`
`9.5.0` | `4.34.0`
`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`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ org.gradle.daemon=true

selenium.version=4.42.0
# Please increment the value in a release
appiumClient.version=10.1.0
appiumClient.version=10.1.1
Loading