You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,30 @@ You could find much more code examples by checking client's
201
201
[unit and integration tests](src/test/java/io/appium/java_client).
202
202
203
203
## 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)
0 commit comments