File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,24 @@ dependencies {
71
71
```
72
72
73
73
## 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
+
74
92
* 8.0.0*
75
93
- ** [ DOCUMENTATION] **
76
94
- Set minimum Java version to 1.8.0. [ #1631 ] ( https://github.com/appium/java-client/pull/1631 )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ publishing {
111
111
mavenJava(MavenPublication ) {
112
112
groupId = ' io.appium'
113
113
artifactId = ' java-client'
114
- version = ' 8.0 .0'
114
+ version = ' 8.1 .0'
115
115
from components. java
116
116
pom {
117
117
name = ' java-client'
You can’t perform that action at this time.
0 commit comments