Skip to content

Releases: appium/java-client

v9.3.0

26 Jul 06:07
8c75016
Compare
Choose a tag to compare

9.3.0

  • [ENHANCEMENTS]
    • Add support for FlutterIOSDriver. #2206
    • add support for FlutterAndroidDriver. #2203
    • Add locator types supported by flutter integration driver. #2201
    • add flutter driver commands to support camera mocking. #2207
    • Add ability to use secure WebSocket to listen Logcat messages. #2182
    • Add mobile: replacements to clipboard API wrappers. #2188
  • [DEPRECATION]
    • Deprecate obsolete TouchAction helpers. #2199
  • [REFACTOR]
    • Bump iOS version in CI. #2167
  • [DOCUMENTATION]
  • [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.

v9.2.3

28 May 17:00
127a70f
Compare
Choose a tag to compare

9.2.3

  • [BUG FIX]
    • Properly represent FeaturesMatchingResult model if multiple option is enabled #2170
    • Use current class loader for the ByteBuddy wrapper #2172
      This fixes errors like NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement, NoClassDefFoundError: io/appium/java_client/proxy/HasMethodCallListeners when PageFactory is used.
    • Correct extension name for mobile: replaceElementValue #2171
  • [DEPRECATION]
    • Deprecate AppiumProtocolHandshake class #2173
      The original ProtocolHandshake class only supports W3C protocol now. There is no need to hack it anymore.
  • [REFACTOR]
    • Replace Guava HttpHeaders with Selenium HttpHeader #2151
  • [DEPENDENCY CHANGE]
    • Bump SLF4J from 2.0.12 to 2.0.13 #2158
    • Bump Gson from 2.10.1 to 2.11.0 #2175

v9.2.2

28 Mar 20:48
a5ed8d3
Compare
Choose a tag to compare

9.2.2

  • [BUG FIX]
    • fix: Fix building of Android key event parameters #2145
    • fix: Fix building of Android geo location parameters #2146

v9.2.1

28 Mar 08:12
f0aad8a
Compare
Choose a tag to compare

9.2.1

  • [REFACTOR]
    • Replace private usages of Guava Collections API with Java Collections API #2136
    • Remove usages of Guava's @VisibleForTesting annotation #2138. Previously opened internal API marked with @VisibleForTesting annotation is private now:
      • io.appium.java_client.internal.filters.AppiumUserAgentFilter#containsAppiumName
      • io.appium.java_client.service.local.AppiumDriverLocalService#parseSlf4jContextFromLogMessage
  • [DEPENDENCY CHANGE]
    • Bump minimum supported Selenium version from 4.17.0 to 4.19.0 #2142

v9.2.0

14 Mar 16:21
36a8653
Compare
Choose a tag to compare

9.2.0

  • [ENHANCEMENTS]
    • Incorporate poll delay mechanism into AppiumFluentWait #2116 (Closes #2111)
    • Make server startup error messages more useful #2130
  • [BUG FIX]
    • Set correct geolocation coordinates of the current device #2109 (Fixes #2108)
    • Always release annotated element reference from the builder instance #2128
    • Cache dynamic proxy classes created by ByteBuddy #2129 (Fixes #2119)
  • [DEPENDENCY CHANGE]
    • Bump SLF4J from 2.0.11 to 2.0.12 #2115
  • [DOCUMENTATION]
    • Improve release steps #2107

v9.1.0

27 Jan 07:38
38c96a2
Compare
Choose a tag to compare

9.1.0

  • [ENHANCEMENTS]
    • Introduce better constructor argument validation for the AppiumFieldDecorator class. #2070
    • Add toString to AppiumClientConfig. #2076
    • Perform listeners cleanup periodically. #2077
    • Add non-W3C context, orientation and rotation management endpoints removed from Selenium client. #2093
    • Add non-W3C Location-management endpoints deprecated in Selenium client. #2098
  • [BUG FIX]
    • Properly unwrap driver instance if the ContextAware object is deeply nested. #2052
    • Update hashing and iteration logic of page object items. #2067
    • Assign method call listeners directly to the proxy instance. #2102
    • Use JDK 11 to build Jitpack snapshots. #2083
  • [DEPRECATION]
    • Deprecate custom functional interfaces. #2055
  • [REFACTOR]
    • Use Java 9+ APIs instead of outdated/3rd-party APIs. #2048
    • Migrate to new Selenium API for process management. #2054
  • [DEPENDENCY CHANGE]
    • Bump minimum supported Selenium version from 4.14.1 to 4.17.0.
    • Bump SLF4J from 2.0.9 to 2.0.11. #2091, #2099
  • [DOCUMENTATION]
    • Describe the release procedure. #2104

v9.0.0

14 Oct 10:55
37ad224
Compare
Choose a tag to compare

9.0.0

  • [DOCUMENTATION]
    • Add 8 to 9 migration guide. #2039
  • [BREAKING CHANGE] #2036
    • Set minimum Java version to 11.
    • The previously deprecated MobileBy class has been removed. Use AppiumBy instead.
    • The previously deprecated launchApp, resetApp and closeApp methods have been removed. Use extension methods instead.
    • The previously deprecated WindowsBy class and related location strategies have been removed.
    • The previously deprecated ByAll class has been removed in favour of the Selenium one.
    • The previously deprecated AndroidMobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated IOSMobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated MobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated MobileOptions class has been removed. Use driver options instead
    • The previously deprecated YouiEngineCapabilityType interface has been removed. Use driver options instead
    • Removed several misspelled methods. Use properly spelled alternatives instead
    • Removed startActivity method from AndroidDriver. Use 'mobile: startActivity' extension method instead
    • Removed the previously deprecated APPIUM constant from the AutomationName interface
    • Removed the previously deprecated PRE_LAUNCH value from the GeneralServerFlag enum
    • Moved AppiumUserAgentFilter class to io.appium.java_client.internal.filters package
  • [REFACTOR]
    • Align Selenium version in test dependencies. #2042
  • [DEPENDENCY CHANGE]
    • Removed dependencies to Apache Commons libraries.

Release v8.6.0

09 Oct 12:19
c6f2154
Compare
Choose a tag to compare

8.6.0

  • [BUG FIX]
    • Exclude abstract methods from proxy matching. #1937
    • AppiumClientConfig#readTimeout to call super.readTimeout. #1959
    • Use weak references to elements inside of interceptor objects. #1981
    • Correct spelling and semantic mistakes in method naming. #1970
    • Change scope of selenium-support dependency to compile. #2019
    • Fix Code style issues to match Java standards. #2017
    • class of proxy method in AppiumClientConfig. #2026
  • [ENHANCEMENTS]
    • Mark Windows page object annotations as deprecated. #1938
    • Deprecate obsolete capabilities constants. #1961
    • patch AutomationName with Chromium. #1993
    • Implementation of Chromium driver plus capabilities. #2003
  • [REFACTOR]
    • Increase server start timeout for iOS tests. #1983
    • Fix Android test: --base-path arg must start with /. #1952
    • Added fixes for No service provider found for io.appium.java_client.events.api.Listener. #1975
    • Run tests against latest Selenium release. #1978
    • Use server releases from the main branch for testing. #1994
    • Remove obsolete API calls from tests. #2006
    • Automate more static code checks. #2028
    • Limit the maximum selenium version to 4.14. #2031
    • Remove the obsolete commons-validator dependency. #2032
  • [DOCUMENTATION]
    • Add the latest versions of clients to the compatibility matrix. #1935
    • Added correct url path for the latest appium documentation. #1974
    • Add Selenium 4.11.0, 4.12.0, 4.12.1 & 4.13.0 to compatibility matrix. #1986 & #1999 & #2002 & #1986
    • Add known compatibility issue for Selenium 4.12.1. #2008
  • [DEPENDENCY UPDATES]
    • org.owasp.dependencycheck was updated to 8.4.0.
    • org.junit.jupiter:junit-jupiter was updated to 5.10.0.
    • commons-io:commons-io was updated to 2.14.0.
    • checkstyle was updated to 10.12.1.
    • org.apache.commons:commons-lang3 was updated to 3.13.0.
    • gradle was updated to 8.4.0.
    • io.github.bonigarcia:webdrivermanager was updated to 5.5.3.
    • org.seleniumhq.selenium:selenium-bom was updated to 4.13.0.
    • org.projectlombok:lombok was updated to 1.18.30.

v8.5.1

02 Jun 12:20
Compare
Choose a tag to compare

8.5.1

  • [BUG FIX]
    • Use correct exception type for fallback at file/folder pulling. #1912
    • Update autoWebview capability name. #1917
  • [REFACTOR]
    • Move execution of E2E tests to GitHub Actions. #1913
    • Replace cglib with bytebuddy. #1923
    • Improve the error message on service startup. #1928
  • [DOCUMENTATION]
    • Initiate Selenium client compatibility matrix. #1918
  • [DEPENDENCY UPDATES]
    • io.github.bonigarcia:webdrivermanager was updated to 5.3.3.
    • org.projectlombok:lombok was updated to 1.18.28.
    • commons-io:commons-io was updated to 2.12.0.

v8.5.0

09 May 16:08
Compare
Choose a tag to compare

8.5.0

  • [BUG FIX]
    • Restore Jitpack builds. #1911
    • Add fallback commands for file management APIs. #1910
  • [REFACTOR]
    • Replace performance data APIs with mobile extensions. #1905
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.9.1.
    • org.junit.jupiter:junit-jupiter was updated to 5.9.3.