File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
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.7.2
2
+ ======
3
+ * Grid: Support file downloads on the node (#11277)
4
+ * Change chromium service names from whitelisted to allowed (#11409)
5
+ * Avoid closing CDP connection in browser implementation since that logic now sits in RemoteWebDriver (Fixes #11401)
6
+ * Fix bug where failing Selenium Manager method results in wrong error
7
+ * Allow changing chromium driver log timestamp formatting
8
+ * Allow ignoring chromedriver build checks using service builders
9
+ * Add support for appendLog to msedgedriver service
10
+ * Fix msedgedriver log level logic
11
+ * Allow setting chromedriver log level from system properties
12
+ * Fix chromedriver log level logic
13
+ * Remove deprecated Firefox capabilities
14
+ * Removing a few bits more of the magic that moves JWP to W3C
15
+ * Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE caps
16
+ * Removing deprecated OVERLAPPING_CHECK_DISABLED cap
17
+ * Removing deprecated LOGGING_PREFS cap
18
+ * Removing deprecated HAS_TOUCHSCREEN cap
19
+ * Removing deprecated HAS_NATIVE_EVENTS cap
20
+ * Removing deprecated ENABLE_PROFILING_CAPABILITY cap
21
+ * Removing deprecated ACCEPT_SSL_CERTS cap
22
+
1
23
v4.7.1
2
24
======
3
25
* Supported CDP versions: 85, 106, 107, 108
You can’t perform that action at this time.
0 commit comments