Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v9.3.0 #2208

Merged
merged 1 commit into from
Jul 26, 2024
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
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