Skip to content

Commit 826dbfc

Browse files
committed
[java] Bump to 4.8.2 and CHANGELOG update
1 parent 00d0537 commit 826dbfc

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.1"
58+
"#{release_version}.2"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

java/CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v4.8.2
2+
======
3+
* Supported CDP versions: 85, 109, 110, 111
4+
* [grid] Enabling `detectDrivers` original behaviour.
5+
* Fix NPE regression in 4.8.0 (#11701)
6+
* Implement DriverFinder completely independent of Service classes (#11491)
7+
* [grid] Allow LocalNode to be extended for customisation (#11718)
8+
* InvalidSelectorException extends WebDriverException (#11727)
9+
* Deprecate CDP instance methods in FirefoxDriver
10+
* Adding allowHosts to GeckoDriverService
11+
* [grid] Passing language env var to child containers
12+
* [grid] Removing unknown capability extensions for IE
13+
* [bidi] Ensure removing listeners does not cause an error
14+
* Process Selenium Manager output as JSON (#11663)
15+
* [grid] Support remote downloads in Grid (#11702)
16+
* Adding `remote-allow-origins` for Chrome
17+
* Invoking Selenium Manager only with `--browser
18+
* [grid] Adding `remote-allow-origins` for Chrome stereotypes
19+
* Overloaded constructors to configure connect and read timeouts for WebDriver objects (#11532)
20+
121
v4.8.1
222
======
323
* Supported CDP versions: 85, 108, 109, 110

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.8.1"
1+
SE_VERSION = "4.8.2"

0 commit comments

Comments
 (0)