Java-client 6.0.0-BETA1 released

Hi guys!
Java-client version 6.0.0-BETA1 has been released.

It is related to major changes of the Touch Actions API.

  • [ENHANCEMENT] [REFACTOR] [BREAKING CHANGE] [MAJOR CHANGE] Improvements of the TouchActions API #756, #760:
    • io.appium.java_client.touch.ActionOptions and sublasses were added
    • old methods of the TouchActions were marked @Deprecated
    • new methods which take new options.
  • [ENHANCEMENT]. Appium drivr local service uses default process environment by default. #753
  • [BUG FIX]. Removed ‘set’ prefix from waitForIdleTimeout setting. #754
  • [BUG FIX]. The asking for session details was optimized. Issue report 764.
    FIX #769
  • [BUG FIX] [REFACTOR]. Inconcistent MissingParameterException was removed. Improvements of MultiTouchAction. Report: #102. FIX #772
  • [DEPENDENCY UPDATES]
    • org.apache.commons:commons-lang3 was updated to 3.7
    • commons-io:commons-io was updated to 2.6
    • org.springframework:spring-context was updated to 5.0.2.RELEASE
    • org.aspectj:aspectjweaver was updated to 1.8.13
    • org.seleniumhq.selenium:selenium-java was updated to 3.7.1

It is beta built because there possible some issues which may require changes on the client side. Server side may require changes too. The known issue: https://github.com/appium/appium/issues/7486

Hi, can you please post change list for https://mvnrepository.com/artifact/io.appium/java-client/6.0.0-BETA2 ?

oh, thanks a bunch :slight_smile: