Skip to content

Commit 6882bc8

Browse files
Update README.md
1 parent c122292 commit 6882bc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
2121

2222
*5.1.0 (under construction yet)*
2323

24+
*5.0.4*
2425
- **[BUG FIX]**. Client was crashing when user was testing iOS with server 1.7.0. Report: [#732](https://github.com/appium/java-client/issues/732). Fix: [#733](https://github.com/appium/java-client/pull/733).
2526
- **[REFACTOR]** **[BREAKING CHANGE]** Excessive invocation of the implicit waiting timeout was removed. This is the breaking change because API of `AppiumElementLocator` and `AppiumElementLocatorFactory` was changed. Request: [#735](https://github.com/appium/java-client/issues/735), FIXES: [#738](https://github.com/appium/java-client/pull/738), [#741](https://github.com/appium/java-client/pull/741)
27+
- **[DEPENDENCY UPDATES]**
28+
- org.seleniumhq.selenium:selenium-java to 3.6.0
29+
- com.google.code.gson:gson to 2.8.2
30+
- org.springframework:spring-context to 5.0.0.RELEASE
31+
- org.aspectj:aspectjweaver to 1.8.11
2632

2733
*5.0.3*
2834
- **[BUG FIX]** Selenuim version was reverted from boundaries to the single number. Issue report: [#718](https://github.com/appium/java-client/issues/718). FIX: [#722](https://github.com/appium/java-client/pull/722)

0 commit comments

Comments
 (0)