@@ -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 )
0 commit comments