File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
30
_ 9.2.3_
9
31
- ** [ BUG FIX] **
10
32
- Properly represent ` FeaturesMatchingResult ` model if ` multiple ` option is enabled [ #2170 ] ( https://github.com/appium/java-client/pull/2170 )
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ org.gradle.daemon=true
2
2
3
3
selenium.version =4.19.0
4
4
# Please increment the value in a release
5
- appiumClient.version =9.2.3
5
+ appiumClient.version =9.3.0
You can’t perform that action at this time.
0 commit comments