Skip to content

Commit 6a14294

Browse files
Release 8.2.1 and update release notes
1 parent a3bf0f4 commit 6a14294

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,30 @@ You could find much more code examples by checking client's
201201
[unit and integration tests](src/test/java/io/appium/java_client).
202202

203203
## Changelog
204+
*8.2.1*
205+
- **[ENHANCEMENTS]**
206+
- BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. [#1752](https://github.com/appium/java-client/pull/1752)
207+
- Connect directly to Appium Hosts in Distributed Environments. [#1747](https://github.com/appium/java-client/pull/1747)
208+
- use own User Agent. [#1779](https://github.com/appium/java-client/pull/1779)
209+
- Add alternative proxy implementation. [#1790](https://github.com/appium/java-client/pull/1790)
210+
- **[BUG FIX]**
211+
- Enforce usage of Base64 compliant with RFC 4648 for all operations. [#1785](https://github.com/appium/java-client/pull/1785)
212+
- Override getScreenshotAs to support the legacy base64 encoding. [#1787](https://github.com/appium/java-client/pull/1787)
213+
- **[REFRACTOR]**
214+
- BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. [#1752](https://github.com/appium/java-client/pull/1752)
215+
- JUnit5 test classes and methods are updated to have default package visibility. [#1755](https://github.com/appium/java-client/pull/1755)
216+
- Verify if the PR title complies with conventional commits spec. [#1757](https://github.com/appium/java-client/pull/1757)
217+
- Use Lombok in direct connect class. [#1789](https://github.com/appium/java-client/pull/1789)
218+
- Update readme and remove obsolete documents. [#1792](https://github.com/appium/java-client/pull/1792)
219+
- Remove unnecessary annotation. [#1791](https://github.com/appium/java-client/pull/1791)
220+
- Force unified imports order. [#1793](https://github.com/appium/java-client/pull/1793)
221+
- **[DEPENDENCY UPDATES]**
222+
- `org.seleniumhq.selenium:selenium-java` was updated to 4.5.0.
223+
- `org.owasp.dependencycheck` was updated to 7.3.0.
224+
- `io.github.bonigarcia:webdrivermanager` was updated to 5.3.1.
225+
- `org.junit.jupiter:junit-jupiter` was updated to 5.9.1.
226+
- `org.slf4j:slf4j-api` was updated to 2.0.3.
227+
- `com.google.code.gson:gson` was updated to 2.10.0.
204228
*8.2.0*
205229
- **[ENHANCEMENTS]**
206230
- AppiumDriverLocalService can handle outputStreams. [#1709](https://github.com/appium/java-client/pull/1709)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ossrhPassword=your-jira-password
99

1010
selenium.version=4.5.0
1111
# Please increment the value in a release
12-
appiumClient.version=8.2.0
12+
appiumClient.version=8.2.1

0 commit comments

Comments
 (0)