Skip to content

Commit 8c75016

Browse files
release: v9.3.0 (#2208)
1 parent 2caff36 commit 8c75016

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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+
9+
_9.3.0_
10+
- **[ENHANCEMENTS]**
11+
- Add support for FlutterIOSDriver. [#2206](https://github.com/appium/java-client/pull/2206)
12+
- add support for FlutterAndroidDriver. [#2203](https://github.com/appium/java-client/pull/2203)
13+
- Add locator types supported by flutter integration driver. [#2201](https://github.com/appium/java-client/pull/2201)
14+
- add flutter driver commands to support camera mocking. [#2207](https://github.com/appium/java-client/pull/2207)
15+
- Add ability to use secure WebSocket to listen Logcat messages. [#2182](https://github.com/appium/java-client/pull/2182)
16+
- Add mobile: replacements to clipboard API wrappers. [#2188](https://github.com/appium/java-client/pull/2188)
17+
- **[DEPRECATION]**
18+
- Deprecate obsolete TouchAction helpers. [#2199](https://github.com/appium/java-client/pull/2199)
19+
- **[REFACTOR]**
20+
- Bump iOS version in CI. [#2167](https://github.com/appium/java-client/pull/2167)
21+
- **[DOCUMENTATION]**
22+
- README updates. [#2193](https://github.com/appium/java-client/pull/2193)
23+
- **[DEPENDENCY UPDATES]**
24+
- `org.junit.jupiter:junit-jupiter` was updated to 5.10.3.
25+
- `org.projectlombok:lombok` was updated to 1.18.34.
26+
- `io.github.bonigarcia:webdrivermanager` was updated to 5.9.1.
27+
- `org.owasp.dependencycheck` was updated to 10.0.3.
28+
- `org.apache.commons:commons-lang3` was updated to 3.15.0.
29+
830
_9.2.3_
931
- **[BUG FIX]**
1032
- Properly represent `FeaturesMatchingResult` model if `multiple` option is enabled [#2170](https://github.com/appium/java-client/pull/2170)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.daemon=true
22

33
selenium.version=4.19.0
44
# Please increment the value in a release
5-
appiumClient.version=9.2.3
5+
appiumClient.version=9.3.0

0 commit comments

Comments
 (0)