Skip to content

Commit 36cf25c

Browse files
Release 8.2.0 and update release notes
1 parent 6d05b8b commit 36cf25c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,26 @@ dependencies {
7171
```
7272

7373
## Changelog
74+
*8.2.0*
75+
- **[ENHANCEMENTS]**
76+
- AppiumDriverLocalService can handle outputStreams. [#1709](https://github.com/appium/java-client/pull/1709)
77+
- Add creating a driver with ClientConfig. [#1735](https://github.com/appium/java-client/pull/1735)
78+
- **[BUG FIX]**
79+
- Update the environment argument type for mac SupportsEnvironmentOption. [#1712](https://github.com/appium/java-client/pull/1712)
80+
- **[REFRACTOR]**
81+
- Deprecate Appium ByAll in favour of Selenium ByAll. [#1740](https://github.com/appium/java-client/pull/1740)
82+
- Bump Node.js version in pipeline. [#1713](https://github.com/appium/java-client/pull/1713)
83+
- Switch unit tests to run on Junit 5 Jupiter Platform. [#1721](https://github.com/appium/java-client/pull/1721)
84+
- Clean up unit tests asserting thrown exceptions. [#1741](https://github.com/appium/java-client/pull/1741)
85+
- Fix open notification test. [#1749](https://github.com/appium/java-client/pull/1749)
86+
- update Azure pipeline to use macos-11 VM image. [#1728](https://github.com/appium/java-client/pull/1728)
87+
- **[DEPENDENCY UPDATES]**
88+
- `org.seleniumhq.selenium:selenium-java` was updated to 4.4.0.
89+
- `org.owasp.dependencycheck` was updated to 7.1.2.
90+
- `io.github.bonigarcia:webdrivermanager` was updated to 5.3.0.
91+
- `gradle` was updated to 7.5.1.
92+
- `com.google.code.gson:gson` was updated to 2.9.1.
93+
7494
*8.1.1*
7595
- **[BUG FIX]**
7696
- Perform safe typecast while getting the platform name. [#1702](https://github.com/appium/java-client/pull/1702)

build.gradle

Lines changed: 1 addition & 1 deletion
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.1.1'
114+
version = '8.2.0'
115115
from components.java
116116
pom {
117117
name = 'java-client'

0 commit comments

Comments
 (0)