Skip to content

Commit ec10b15

Browse files
Release 8.0.0-beta and update release notes
1 parent 0d782de commit ec10b15

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

README.md

+45
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,51 @@ dependencies {
6666
```
6767

6868
## Changelog
69+
*8.0.0-beta*
70+
- **[ENHANCEMENTS]**
71+
- Start adding UiAutomator2 options. [#1543](https://github.com/appium/java-client/pull/1543)
72+
- Add more UiAutomator2 options. [#1545](https://github.com/appium/java-client/pull/1545)
73+
- Finish creating options for UiAutomator2 driver. [#1548](https://github.com/appium/java-client/pull/1548)
74+
- Add WDA-related XCUITestOptions. [#1552](https://github.com/appium/java-client/pull/1552)
75+
- Add web view options for XCUITest driver. [#1557](https://github.com/appium/java-client/pull/1557)
76+
- Add the rest of XCUITest driver options. [#1561](https://github.com/appium/java-client/pull/1561)
77+
- Add Espresso options. [#1563](https://github.com/appium/java-client/pull/1563)
78+
- Add Windows driver options. [#1564](https://github.com/appium/java-client/pull/1564)
79+
- Add Mac2 driver options. [#1565](https://github.com/appium/java-client/pull/1565)
80+
- Add Gecko driver options. [#1573](https://github.com/appium/java-client/pull/1573)
81+
- Add Safari driver options. [#1576](https://github.com/appium/java-client/pull/1576)
82+
- Start adding XCUITest driver options. [#1551](https://github.com/appium/java-client/pull/1551)
83+
- Implement driver-specific W3C option classes. [#1540](https://github.com/appium/java-client/pull/1540)
84+
- Update Service to properly work with options. [#1550](https://github.com/appium/java-client/pull/1550)
85+
- **[BREAKING CHANGE]**
86+
- Migrate to Selenium 4. [#1531](https://github.com/appium/java-client/pull/1531)
87+
- Make sure we only write W3C payload into create session command. [#1537](https://github.com/appium/java-client/pull/1537)
88+
- Use the new session payload creator inherited from Selenium. [#1535](https://github.com/appium/java-client/pull/1535)
89+
- unify locator factories naming and toString implementations. [#1538](https://github.com/appium/java-client/pull/1538)
90+
- drop support of deprecated Selendroid driver. [#1553](https://github.com/appium/java-client/pull/1553)
91+
- switch to javac compiler. [#1556](https://github.com/appium/java-client/pull/1556)
92+
- revise used Selenium dependencies. [#1560](https://github.com/appium/java-client/pull/1560)
93+
- change prefix to AppiumBy in locator toString implementation. [#1559](https://github.com/appium/java-client/pull/1559)
94+
- enable dependencies caching. [#1567](https://github.com/appium/java-client/pull/1567)
95+
- Include more tests into the pipeline. [#1566](https://github.com/appium/java-client/pull/1566)
96+
- Tune setting of default platform names. [#1570](https://github.com/appium/java-client/pull/1570)
97+
- Deprecate custom event listener implementation and default to the one provided by Selenium4. [#1541](https://github.com/appium/java-client/pull/1541)
98+
- Deprecate touch actions. [#1569](https://github.com/appium/java-client/pull/1569)
99+
- Deprecate legacy app management helpers. [#1571](https://github.com/appium/java-client/pull/1571)
100+
- deprecate Windows UIAutomation selector. [#1562](https://github.com/appium/java-client/pull/1562)
101+
- Remove unused entities. [#1572](https://github.com/appium/java-client/pull/1572)
102+
- Remove setElementValue helper. [#1577](https://github.com/appium/java-client/pull/1577)
103+
- Remove selenium package override. [#1555](https://github.com/appium/java-client/pull/1555)
104+
- remove redundant exclusion of Gradle task signMavenJavaPublication. [#1568](https://github.com/appium/java-client/pull/1568)
105+
- **[BUG FIX]**
106+
- AndroidGeoLocation: update the constructor signature to mimic order of parameters in `org.openqa.selenium.html5.Location`. [#1526](https://github.com/appium/java-client/pull/1526)
107+
- Prevent duplicate builds for PRs from base repo branches. [#1496](https://github.com/appium/java-client/pull/1496)
108+
- Enable Dependabot for GitHub actions. [#1500](https://github.com/appium/java-client/pull/1500)
109+
- bind mac2element in element map for mac platform. [#1474](https://github.com/appium/java-client/pull/1474)
110+
- **[DEPENDENCY UPDATES]**
111+
- `org.owasp.dependencycheck` was updated to 6.4.1.
112+
- `com.google.code.gson:gson` was updated to 2.8.9.
113+
69114
*7.6.0*
70115
- **[ENHANCEMENTS]**
71116
- Add custom commands dynamically [Appium 2.0]. [#1506](https://github.com/appium/java-client/pull/1506)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ publishing {
109109
mavenJava(MavenPublication) {
110110
groupId = 'io.appium'
111111
artifactId = 'java-client'
112-
version = '7.6.0'
112+
version = '8.0.0-beta'
113113
from components.java
114114
pom {
115115
name = 'java-client'

0 commit comments

Comments
 (0)