|
| 1 | +v4.11.0 |
| 2 | +====== |
| 3 | +* Supported CDP versions: 85, 113, 114, 115 |
| 4 | +* Add Missing W3C Exceptions (#12175) |
| 5 | +* Increased the max depth of new session payload (#12205) |
| 6 | +* Create less HttpClient instances while creating a CDP connection (#12216) |
| 7 | +* Raise a ConnectionFailedException when openSocket failed (#12215) |
| 8 | +* Ack the log file argument without need to combine it. Fixes #12225 |
| 9 | +* Improved the exit code and error handling (#12219) |
| 10 | +* No need to have the auto-service dependency in the client bindings (#12244) |
| 11 | +* Deprecate all 'lift style' code (#12263) |
| 12 | +* Minor spelling Fix (#12258) |
| 13 | +* Adding ignore process match for IE Mode across bindings (#12279) |
| 14 | +* Extract original driver from decorated driver when Augmenting a driver (#12248) |
| 15 | +* BidiException instead of DevToolsException in getBiDi (#12284) |
| 16 | +* [grid] Switching to fine log level when clearing caches in LocalNode |
| 17 | +* Removing deprecated methods (findElement & findElements) |
| 18 | +* less memory allocation (#12320) |
| 19 | +* Add move to location method to Actions (#11509) |
| 20 | +* [grid] Add supports for list-of-table options (#12363) |
| 21 | +* [grid] reject requests only if it has been in the queue before trying… (#12336) |
| 22 | +* [grid] do not rely on .hashCode for .equals (#12361) |
| 23 | +* Use Selenium Manager to locate drivers on PATH (#12352) |
| 24 | +* [grid] Improved the new session handling when the queue is empty (#12385) |
| 25 | +* [grid] Using SM to find drivers on PATH |
| 26 | +* Using same variable for log output, fixes #12406 |
| 27 | +* UnreachableBrowserException logs the command parameter details only in debug mode (#11328) |
| 28 | +* Filter related fixed in the NettyClient and the JdkHttpClient |
| 29 | +* Removing deprecated `createServiceWithConfig` in ChromeDriverService |
| 30 | +* Removing deprecated `webdriver.chrome.whitelistedIps` in ChromeDriverService |
| 31 | +* Removing deprecated ChromeDriverLogLevel |
| 32 | +* Add browser output from Selenium Manager to options (#12424) |
| 33 | +* [grid] Make user defined SlotMatcher used everywhere in grid code (#12240) |
| 34 | +* Add support for FedCM commands (#12096) |
| 35 | +* [grid] Returning se:bidi when the user sends `webSocketUrl`. Fixes #12314 |
| 36 | +* [grid] Covering use case where a Node is UP after being marked DOWN. Fixes #12116 |
| 37 | +* Make external modules static (#12294) |
| 38 | +* Use double-checked locking to initialise the Selenium Manager instance |
| 39 | +* Making sure browser path is not null before setting the binary when value is returned from SM |
| 40 | +* Showing SM error when the exception is thrown |
| 41 | + |
1 | 42 | v4.10.0
|
2 | 43 | ======
|
3 | 44 | * Supported CDP versions: 85, 112, 113, 114
|
|
0 commit comments