@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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] **
0 commit comments