Skip to content

Commit 37ad224

Browse files
release: v9.0.0 and update release notes (#2041)
1 parent 0701528 commit 37ad224

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.0.0_
9+
- **[DOCUMENTATION]**
10+
- Add 8 to 9 migration guide. [#2039](https://github.com/appium/java-client/pull/2039)
11+
- **[BREAKING CHANGE]** [#2036](https://github.com/appium/java-client/pull/2036)
12+
- Set minimum Java version to 11.
13+
- The previously deprecated MobileBy class has been removed. Use AppiumBy instead.
14+
- The previously deprecated launchApp, resetApp and closeApp methods have been removed. Use extension methods instead.
15+
- The previously deprecated WindowsBy class and related location strategies have been removed.
16+
- The previously deprecated ByAll class has been removed in favour of the Selenium one.
17+
- The previously deprecated AndroidMobileCapabilityType interface has been removed. Use driver options instead
18+
- The previously deprecated IOSMobileCapabilityType interface has been removed. Use driver options instead
19+
- The previously deprecated MobileCapabilityType interface has been removed. Use driver options instead
20+
- The previously deprecated MobileOptions class has been removed. Use driver options instead
21+
- The previously deprecated YouiEngineCapabilityType interface has been removed. Use driver options instead
22+
- Removed several misspelled methods. Use properly spelled alternatives instead
23+
- Removed startActivity method from AndroidDriver. Use 'mobile: startActivity' extension method instead
24+
- Removed the previously deprecated APPIUM constant from the AutomationName interface
25+
- Removed the previously deprecated PRE_LAUNCH value from the GeneralServerFlag enum
26+
- Moved AppiumUserAgentFilter class to io.appium.java_client.internal.filters package
27+
- **[REFACTOR]**
28+
- Align Selenium version in test dependencies. [#2042](https://github.com/appium/java-client/pull/2042)
29+
- **[DEPENDENCY CHANGE]**
30+
- Removed dependencies to Apache Commons libraries.
31+
832
_8.6.0_
933

1034
- **[BUG FIX]**

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.14.1
44
# Please increment the value in a release
5-
appiumClient.version=8.6.0
5+
appiumClient.version=9.0.0

0 commit comments

Comments
 (0)