Skip to content

Commit 938b49f

Browse files
Release 8.1.0 and update release notes
1 parent 9213330 commit 938b49f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,24 @@ dependencies {
7171
```
7272

7373
## Changelog
74+
*8.1.0*
75+
- **[ENHANCEMENTS]**
76+
- Add new EspressoBuildConfig options. [#1687](https://github.com/appium/java-client/pull/1687)
77+
- **[DOCUMENTATION]**
78+
- delete all references to removed MobileElement class. [#1677](https://github.com/appium/java-client/pull/1677)
79+
- **[BUG FIX]**
80+
- Pass orientation name capability in uppercase. [#1686](https://github.com/appium/java-client/pull/1686)
81+
- correction for ping method to get proper status URL. [#1661](https://github.com/appium/java-client/pull/1661)
82+
- Remove deprecated option classes. [#1679](https://github.com/appium/java-client/pull/1679)
83+
- Remove obsolete event firing decorators. [#1676](https://github.com/appium/java-client/pull/1676)
84+
- **[DEPENDENCY UPDATES]**
85+
- `org.seleniumhq.selenium:selenium-java` was updated to 4.2.0.
86+
- `org.owasp.dependencycheck` was updated to 7.1.0.1.
87+
- `org.springframework:spring-context` was updated to 5.3.18.
88+
- `org.aspectj:aspectjweaver` was updated to 1.9.9.
89+
- `io.github.bonigarcia:webdrivermanager` was updated to 5.2.0.
90+
- `org.projectlombok:lombok` was updated to 1.18.24.
91+
7492
*8.0.0*
7593
- **[DOCUMENTATION]**
7694
- Set minimum Java version to 1.8.0. [#1631](https://github.com/appium/java-client/pull/1631)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ publishing {
111111
mavenJava(MavenPublication) {
112112
groupId = 'io.appium'
113113
artifactId = 'java-client'
114-
version = '8.0.0'
114+
version = '8.1.0'
115115
from components.java
116116
pom {
117117
name = 'java-client'

0 commit comments

Comments
 (0)