File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,22 @@ dependencies {
6666```
6767
6868## Changelog
69+ * 8.0.0-beta2*
70+ - ** [ DOCUMENTATION] **
71+ - Add a link to options builder examples to the migration guide. [ #1595 ] ( https://github.com/appium/java-client/pull/1595 )
72+ - ** [ BUG FIX] **
73+ - Filter out proxyClassLookup method from Proxy class (for Java 16+) in AppiumByBuilder. [ #1575 ] ( https://github.com/appium/java-client/pull/1575 )
74+ - ** [ REFRACTOR] **
75+ - Add more nice functional stuff into page factory helpers. [ #1584 ] ( https://github.com/appium/java-client/pull/1584 )
76+ - Switch e2e tests to use Appium2. [ #1603 ] ( https://github.com/appium/java-client/pull/1603 )
77+ - relax constraints of Selenium dependencies versions. [ #1606 ] ( https://github.com/appium/java-client/pull/1606 )
78+ - ** [ DEPENDENCY UPDATES] **
79+ - Upgrade to Selenium 4.1.1. [ #1613 ] ( https://github.com/appium/java-client/pull/1613 )
80+ - ` org.owasp.dependencycheck ` was updated to 6.5.1.
81+ - ` org.springframework:spring-context ` was updated to 5.3.14.
82+ - ` actions/setup-java ` was updated to 2.4.0.
83+ - ` gradle ` was updated to 7.3.
84+
6985* 8.0.0-beta*
7086- ** [ ENHANCEMENTS] **
7187 - Start adding UiAutomator2 options. [ #1543 ] ( https://github.com/appium/java-client/pull/1543 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ publishing {
113113 mavenJava(MavenPublication ) {
114114 groupId = ' io.appium'
115115 artifactId = ' java-client'
116- version = ' 8.0.0-beta '
116+ version = ' 8.0.0-beta2 '
117117 from components. java
118118 pom {
119119 name = ' java-client'
You can’t perform that action at this time.
0 commit comments