File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def release_version
55
55
end
56
56
57
57
def version
58
- "#{ release_version } .1 "
58
+ "#{ release_version } .2 "
59
59
end
60
60
61
61
# The build system used by webdriver is layered on top of rake, and we call it
Original file line number Diff line number Diff line change
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
+
1
21
v4.8.1
2
22
======
3
23
* Supported CDP versions: 85, 108, 109, 110
Original file line number Diff line number Diff line change 1
- SE_VERSION = "4.8.1 "
1
+ SE_VERSION = "4.8.2 "
You can’t perform that action at this time.
0 commit comments