Skip to content

Commit 792c055

Browse files
committed
[java] Update changelog for 4.1.2
[skip ci]
1 parent 07e5c07 commit 792c055

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

java/CHANGELOG

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
v4.1.2
2+
======
3+
4+
* Supported CDP versions: 85, 95, 96, 97
5+
* Add new desktop cast command for Chromium
6+
* BugFix: Update toJson() method creation for integer type in CdpClientGenerator
7+
* Fix Javadocs FluentWait's sample usage wrt durations
8+
* [grid] Throw ServerBindException when server cannot start due to network issues
9+
* Add support for CDP Chrome 97
10+
* Throw error when using custom client config with local driver
11+
* Adding a builder() to all drivers to generate the correct default options instance
12+
* Use class' class loader when looking up `HttpClient` factory
13+
* Remove max duration value to allow retries during network connection failures
14+
* allow setting a different keyboard or pointer for actions on input devices
15+
* [grid] Guarding how the server reads parameters to keep it stable
16+
* Remove connection timeout setter, a static 10s value is used
17+
* [grid] Getting session requests from the queue faster
18+
* [grid] Reworking how new session requests are processed, querying queue only
19+
when Grid has availability
20+
* [grid] Fix added missing quotation marks in examples (cli help)
21+
* Replace deprecated OpenTelemetrySdk creation API
22+
* [grid] Improving Node health check execution
23+
* [grid] Adding back support for unix domain sockets
24+
* Allow disabling tracing in RemoteWebDriver
25+
* Replace dynamic proxy with ByteBuddy for WebDriverDecorator
26+
* Log Timestamp flag added
27+
128
v4.1.1
229
======
330

0 commit comments

Comments
 (0)