|
| 1 | +v4.17.0 |
| 2 | +====== |
| 3 | + |
| 4 | +* Self-signed certificate do not require certificate file (#13268) |
| 5 | +* Remove deprecated event listener classes (#13200) |
| 6 | +* Add ability to disable UI on grid (#13212) |
| 7 | +* Recognise `chrome-headless-shell` as Chrome browser (#13292) |
| 8 | +* Remove most of guava from remote package |
| 9 | +* Add java to Selenium Manager input for tracking (see #13288) |
| 10 | +* Add cookie support for network module (#13325) |
| 11 | +* Refactored log capture and formatting code (#13322) |
| 12 | +* Add support for Input module (Actions) (#13259) |
| 13 | +* Close http connection for RemoteNode (#13313) |
| 14 | +* Add Duration overload to SlowLoadableComponent constructor and deprecate the int (#13309) |
| 15 | +* Improve logging errors (#13327) |
| 16 | +* Ensure calling close() and quit() don't cause BiDi websocket errors (#13333) |
| 17 | +* Check for emptiness instead of using length or size (#13335) |
| 18 | +* Remove unnecessary overridden methods (#13336) |
| 19 | +* improved logging when driver discovery failed |
| 20 | +* WebSocket NoVNC session against the grid URL contains trailing slash (#13353) |
| 21 | +* Updating channel name from Aurora to Dev |
| 22 | +* Removing mentions to firefox-bin in docs and tests |
| 23 | +* Deprecate FirefoxBinary class |
| 24 | +* Deprecate json wire related ErrorCodes |
| 25 | +* Fix the ScreenshotException message |
| 26 | +* Add ShadowRoot.hashCode / .equals #13326 |
| 27 | +* Deprecate unused RemoteStatus |
| 28 | +* Remove use of guava from FluentWait |
| 29 | +* Remove all references to firefox-bin |
| 30 | +* Deprecate all html5 offline storage implementations See #10397 (#13373) |
| 31 | +* Remove endpoints and commands that are not w3c compliant (#13372) |
| 32 | +* Deprecate methods for getting and setting location (#13372) |
| 33 | +* Deprecate methods for getting and setting network connection (#13372) |
| 34 | +* remove non-w3c endpoint references that are mobile specific |
| 35 | +* Add auth required event |
| 36 | +* Copy the output in a daemon thread |
| 37 | +* No longer accept session requests with desiredCapabilities |
| 38 | +* Remove requiredCapabilities from metadata ignored list |
| 39 | +* Deprecate `AddWebStorage` augmenter provider as well (#13399) |
| 40 | +* Update logging and errors for driver management |
| 41 | +* Deprecate `ContextAware` interface (#13405) |
| 42 | +* Add check back to driver service session factory |
| 43 | +* Fix broken driver finder conditional |
| 44 | +* Node WebSocket not working with sub-path option (#13407) |
| 45 | +* Add window proxy properties class |
| 46 | +* Schema HTTPS in Distributor, SessionQueue, SessionMap (#13413) |
| 47 | +* Add BiDi Input module release command (#13362) |
| 48 | +* Add Node properties class as precursor to BiDi's locateNodes command |
| 49 | +* Deprecate `NoSuchContextException` (#13425) |
| 50 | +* Ensure the worker thread is stopped |
| 51 | +* Log the complete exception |
| 52 | +* Add deprecation annotation to FirefoxBinary |
| 53 | +* Add a warning while passing a decorated driver to augmenter (#13246) |
| 54 | +* Tapping the Node session when there is WebSocket activity (#12223) |
| 55 | +* Small code improvement in ProxyWebsocketsIntoGrid |
| 56 | +* Using `max-sessions` from Node when it was declared (#12836) |
| 57 | +* Fix typo in NodeFlags (#13440) |
| 58 | +* Add locate nodes command (#13445) |
| 59 | +* Add user friendly methods to locate nodes |
| 60 | +* Add click dialog support to Federated Credential Management implementation |
| 61 | +* Use the ErrorCodec to encode exceptions |
| 62 | +* Ignore null text of UnhandledAlertException |
| 63 | +* Add CDP for Chrome 121 and remove 118 |
| 64 | + |
1 | 65 | v4.16.1
|
2 | 66 | ======
|
3 | 67 |
|
|
0 commit comments