Skip to content

Commit 7b1ebf2

Browse files
committed
[java] Update changelog for 4.1.3
[run java]
1 parent b3bac8d commit 7b1ebf2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

‎java/CHANGELOG

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
v4.1.3
2+
======
3+
4+
* Supported CDP versions: 85, 97, 98, 99
5+
* [grid] Using DefaultSlotMatcher in DockerSessionFactory
6+
* Removing XpiDriverService and XpiDriverInfo
7+
* Implement event support for pointer device actions (#10198)
8+
* Removing STP from SafariDriverService
9+
* Fix modifier keys scope on Java Actions (#10333)
10+
* Guarding runnables when scheduleAtFixedRate is used
11+
* Acknowledging proxy config set in ClientConfig
12+
* Make driver.close() tolerant to CDP failures (#10346)
13+
* Fix issue "Incompatible types for '-' operation" in the Javascript executor example
14+
* [grid] Refactoring rejectEvent and guarding UUID parsing
15+
* [grid] Querying Node status only once at registration
16+
* Add deprecated warnings to OperaDriver and OperaOptions
17+
* Remove references to invalid errors (#10209)
18+
* Removing deprecated methods from WebDriverWait, HttpMessage, CommandLine and DesiredCapabilities
19+
* Avoid using ServiceLoader while creating FirefoxDriver instance
20+
* [grid] Matching webview2 browser name with EdgeDriverService
21+
* [grid] Pinging relay service to update health-check
22+
* [grid] Adding a configuration flag to set a noVNC port.
23+
* switch ByClassName locator from to "class name" (#10355)
24+
* Ensure DevTools is augmented when using DriverService
25+
* Fixed reading the data from the stream and fixed the size of chunks (#10409)
26+
* [grid] Do not match empty capabilities
27+
* [grid] Node capacity is given by available slots and usage below maxSessions.
28+
* [grid] Grid is ready when Nodes are up and have availability.
29+
* [grid] Improving /readyz return http code.
30+
* Retry filter not used by default
31+
* Add exponential backoff policy to the Retry request filter
32+
* [grid] Preventing XSS attack.
33+
34+
35+
136
v4.1.2
237
======
338

0 commit comments

Comments
 (0)