Skip to content

Commit

Permalink
release: v9.2.2 (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Mar 28, 2024
1 parent 51170c1 commit a5ed8d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

_9.2.2_
- **[BUG FIX]**
- fix: Fix building of Android key event parameters [#2145](https://github.com/appium/java-client/pull/2145)
- fix: Fix building of Android geo location parameters [#2146](https://github.com/appium/java-client/pull/2146)

_9.2.1_
- **[REFACTOR]**
- Replace private usages of Guava Collections API with Java Collections API [#2136](https://github.com/appium/java-client/pull/2136)
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ dependencies {
```

### Compatibility Matrix
Appium Java Client | Selenium client
---------------------------|-----------------
`9.2.1` | `4.19.0`
`9.1.0`, `9.2.0` | `4.17.0`, `4.18.0`, `4.18.1`
`9.0.0` | `4.14.1`, `4.15.0`, `4.16.0` (partially [corrupted](https://github.com/SeleniumHQ/selenium/issues/13256)), `4.16.1`
N/A | `4.14.0`
`8.5.0`, `8.5.1`, `8.6.0` | `4.9.1`, `4.10.0`, `4.11.0`, `4.12.0`, `4.12.1` (known issue: appium/java-client#2004), `4.13.0`
`8.4.0` | `4.8.2`, `4.8.3`, `4.9.0`
`8.3.0` | `4.7.0`, `4.7.1`, `4.7.2`, `4.8.0`, `4.8.1`
`8.2.1` | `4.5.0`, `4.5.1`, `4.5.2`, `4.5.3`, `4.6.0`
Appium Java Client | Selenium client
----------------------------------------------------------------------------------|-----------------
`9.2.1`(known issues: appium/java-client#2145, appium/java-client#2146), `9.2.2` | `4.19.0`
`9.1.0`, `9.2.0` | `4.17.0`, `4.18.0`, `4.18.1`
`9.0.0` | `4.14.1`, `4.15.0`, `4.16.0` (partially [corrupted](https://github.com/SeleniumHQ/selenium/issues/13256)), `4.16.1`
N/A | `4.14.0`
`8.5.0`, `8.5.1`, `8.6.0` | `4.9.1`, `4.10.0`, `4.11.0`, `4.12.0`, `4.12.1` (known issue: appium/java-client#2004), `4.13.0`
`8.4.0` | `4.8.2`, `4.8.3`, `4.9.0`
`8.3.0` | `4.7.0`, `4.7.1`, `4.7.2`, `4.8.0`, `4.8.1`
`8.2.1` | `4.5.0`, `4.5.1`, `4.5.2`, `4.5.3`, `4.6.0`

#### Why is it so complicated?

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.19.0
# Please increment the value in a release
appiumClient.version=9.2.1
appiumClient.version=9.2.2

0 comments on commit a5ed8d3

Please sign in to comment.