Releases: webdriverextensions/webdriverextensions-maven-plugin
Releases · webdriverextensions/webdriverextensions-maven-plugin
v4.0.0
⚠ Breaking
- Requires Maven 3.9.6
⭐ New Features
- Verified to work with Java 21
🐞 Bugs Fixed
- Updates vulnerable version of commons-compress (CVE-2023-42503, CVE-2024-26308)
v3.4.0
v3.3.0
- BUGFIX
keepDownloadedWebdrivers
did not work as expected - IMPROVEMENT configure download timeouts and retry attempts
- IMPROVEMENT Added support for Java 17 Issue 56
- BUGFIX failed to move non-empty directories of downloaded drivers on Windows Issue 56
- BUGFIX download directory was not always created Issue 56
- BUGFIX file extraction may fail for archives with directory entries without the D attribute Issue 50. Thanks to @ikucheryavenkov
- IMPROVEMENT Added user properties for most of the settings
- IMPROVEMENT Support installing drivers when
skipTests
is true Issue #49 - IMPROVEMENT add option to automatically set Selenium system properties Issue #26