Skip to content

Commit

Permalink
release: v9.3.0 (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget authored Jul 26, 2024
1 parent 2caff36 commit 8c75016
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.3.0_
- **[ENHANCEMENTS]**
- Add support for FlutterIOSDriver. [#2206](https://github.com/appium/java-client/pull/2206)
- add support for FlutterAndroidDriver. [#2203](https://github.com/appium/java-client/pull/2203)
- Add locator types supported by flutter integration driver. [#2201](https://github.com/appium/java-client/pull/2201)
- add flutter driver commands to support camera mocking. [#2207](https://github.com/appium/java-client/pull/2207)
- Add ability to use secure WebSocket to listen Logcat messages. [#2182](https://github.com/appium/java-client/pull/2182)
- Add mobile: replacements to clipboard API wrappers. [#2188](https://github.com/appium/java-client/pull/2188)
- **[DEPRECATION]**
- Deprecate obsolete TouchAction helpers. [#2199](https://github.com/appium/java-client/pull/2199)
- **[REFACTOR]**
- Bump iOS version in CI. [#2167](https://github.com/appium/java-client/pull/2167)
- **[DOCUMENTATION]**
- README updates. [#2193](https://github.com/appium/java-client/pull/2193)
- **[DEPENDENCY UPDATES]**
- `org.junit.jupiter:junit-jupiter` was updated to 5.10.3.
- `org.projectlombok:lombok` was updated to 1.18.34.
- `io.github.bonigarcia:webdrivermanager` was updated to 5.9.1.
- `org.owasp.dependencycheck` was updated to 10.0.3.
- `org.apache.commons:commons-lang3` was updated to 3.15.0.

_9.2.3_
- **[BUG FIX]**
- Properly represent `FeaturesMatchingResult` model if `multiple` option is enabled [#2170](https://github.com/appium/java-client/pull/2170)
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.3
appiumClient.version=9.3.0

0 comments on commit 8c75016

Please sign in to comment.