|
1 | 1 | v4.28.0 |
2 | 2 | ====== |
3 | | ---> [java]: encapsulate `additionalCommands` with getter method (#14816) |
4 | | -* change scope of `additionalCommands` to `protected` |
5 | | -* expose getter `getAdditionalCommands` |
6 | | -* add unit test for `additionalCommands` |
7 | | ---> [java] read complete output of selenium manager #14820 |
8 | | ---> [java] Enhance Null Check in Exception Handling (#14810) |
9 | | ---> [java]Replace lambdas with method references (#14857) |
10 | | ---> [java] include the exit code to the error message of a failed driver startup |
11 | | ---> [grid] decrement the connection per session counter on close #14842 (#14854) |
12 | | ---> [java]: Improved span name for `TracedCommandExecutor` (#14902) |
13 | | ---> [java] use Local.ENGLISH for lower / upper case transformations #14916 |
14 | | ---> [java] setter for flag JsonInput.readPerformed (#14921) |
15 | | ---> [grid] Distributor listen and handle the NodeRestartedEvent (#14938) |
16 | | ---> [grid] delay the newsessionqueue response (#14764) |
17 | | -* [grid] delay the newsessionqueue response |
18 | | -* Update variable naming with prefix `DEFAULT_` |
19 | | ---> [java] Fix FedCM command definition and tests (#14070) |
20 | | ---> [grid] Improve SlotMatcher and SlotSelector on request browserVersion (#14914) |
21 | | -* [grid] Improve SlotMatcher and SlotSelector on request browserVersion |
22 | | -* Fix tests |
23 | | ---> [grid] Using the correct variable in throw |
24 | | ---> [java] for loop enhance and using of standard java 11 method writeString for tests (#14889) |
25 | | -* enhance for loop use |
26 | | -* method calls that read or write a String as bytes using java. nio. file. Files. Such calls can be replaced with a call to a Files. readString() or Files. writeString() |
27 | | -* applying format.sh |
28 | | ---> [java] reuse the classes created by the WebDriverDecorator #14789 (#14793) |
29 | | -Fixes #14789 |
30 | | ---> [java] Added a check for intentionally existing loggers (#14754) |
31 | | -Added a check for intentionally existing loggers |
32 | | -A check for the handlers property of the LogManager is added |
33 | | -as to ensure that intentionally existing loggers such as ones |
34 | | -defined in the logging.properties file are not overwritten |
35 | | -Fixes #14160 |
36 | | ---> [grid] use a single event listener for the event-bus health check |
37 | | ---> [java] JSpecify annotations for immutable models and enums (#14395) |
38 | | ---> [java] JSpecify annotations for wrappers (#14396) |
39 | | -[skip ci] |
40 | | ---> [grid] rework the retry of http requests #14917 (#14924) |
41 | | ---> [grid] added missing locks related to health checks |
42 | | ---> [grid] removed a misleading lock from the grid model |
43 | | ---> [grid] ensure the current session count is correct |
44 | | ---> [grid] ensure --drain-after-session-count is respected with a lot of sessions in the queue (#14987) |
45 | | ---> [grid] retry if no node does support the Capabilities (#14986) |
46 | | -* [grid] retry if no node does support the Capabilities |
47 | | -* [grid] add some unit tests to provoke the failure |
48 | | -* [grid] increase the timeout of the tests |
49 | | -* [grid] increase the timeouts of the tests |
50 | | -* [grid] disable one of the tests for now |
51 | | ---> [grid] stop the health check of a restarted node |
52 | | ---> [grid]: platformName is empty should be considered as enum ANY instead of WINDOWS (#15036) |
53 | | ---> [java] rawtypes javac warning fix for AbstractDriverOptions (#15048) |
54 | | -rawtypes javac fixe for AbstractDriverOptions |
55 | | ---> [java]: allow setting custom timeout for DevTools (#14931) |
56 | | -* allow setting custom timeout via overloaded constructor |
57 | | -* Revert "allow setting custom timeout via overloaded constructor" |
58 | | -This reverts commit 5dfc5f6f2128d0b7385d6a80706e4f4ce0639c4c. |
59 | | -* increase timeout to 30s |
60 | | ---> [grid] Dynamic Grid is able to trigger video record in browser node (#15047) |
61 | | ---> [java] Nullness annotations for Cookie and Platform (#15062) |
62 | | ---> [java] Replace anonymous types with lambdas (#15043) |
63 | | ---> Allow sending DevTools command with custom timeout. (#15059) |
64 | | -* Allow sending DevTools command with custom timeout. |
65 | | -* Renaming method to `send`. |
66 | | -* Using correct method in default `send`. |
67 | | -* Fixing formatting. |
68 | | ---> [java] Add nullness for Require (#15084) |
69 | | ---> [java] Add nullness for net (#15083) |
70 | | ---> [java] Add nullness for virtualauthenticator (#15082) |
71 | | ---> [java] Add nullness for exceptions (#15081) |
72 | | ---> [java] Add nullness for interactions (#15095) |
73 | | ---> [java][js][py] Add straight relative-by locators (#14482) |
74 | | ---> [java] Add nullness for Proxy and print (#15094) |
75 | | ---> Update supported versions for Chrome DevTools |
| 3 | +* Add CDP for Chrome 132 and remove 129 |
| 4 | +* [java]: encapsulate `additionalCommands` with getter method (#14816) |
| 5 | +* [java] read complete output of selenium manager #14820 |
| 6 | +* [java] Enhance Null Check in Exception Handling (#14810) |
| 7 | +* [java]Replace lambdas with method references (#14857) |
| 8 | +* [java] include the exit code to the error message of a failed driver startup |
| 9 | +* [grid] decrement the connection per session counter on close #14842 (#14854) |
| 10 | +* [java]: Improved span name for `TracedCommandExecutor` (#14902) |
| 11 | +* [java] use Local.ENGLISH for lower / upper case transformations #14916 |
| 12 | +* [java] setter for flag JsonInput.readPerformed (#14921) |
| 13 | +* [grid] Distributor listen and handle the NodeRestartedEvent (#14938) |
| 14 | +* [grid] delay the newsessionqueue response (#14764) |
| 15 | +* [java] Fix FedCM command definition and tests (#14070) |
| 16 | +* [grid] Improve SlotMatcher and SlotSelector on request browserVersion (#14914) |
| 17 | +* [grid] Using the correct variable in throw |
| 18 | +* [java] for loop enhance and using of standard java 11 method writeString for tests (#14889) |
| 19 | +* [java] reuse the classes created by the WebDriverDecorator #14789 (#14793) |
| 20 | +* [java] Added a check for intentionally existing loggers (#14754) |
| 21 | +* [grid] use a single event listener for the event-bus health check |
| 22 | +* [java] JSpecify annotations for immutable models and enums (#14395) |
| 23 | +* [java] JSpecify annotations for wrappers (#14396) |
| 24 | +* [grid] rework the retry of http requests #14917 (#14924) |
| 25 | +* [grid] added missing locks related to health checks |
| 26 | +* [grid] removed a misleading lock from the grid model |
| 27 | +* [grid] ensure the current session count is correct |
| 28 | +* [grid] ensure --drain-after-session-count is respected with a lot of sessions in the queue (#14987) |
| 29 | +* [grid] retry if no node does support the Capabilities (#14986) |
| 30 | +* [grid] stop the health check of a restarted node |
| 31 | +* [grid]: platformName is empty should be considered as enum ANY instead of WINDOWS (#15036) |
| 32 | +* [java] rawtypes javac warning fix for AbstractDriverOptions (#15048) |
| 33 | +* [java]: allow setting custom timeout for DevTools (#14931) |
| 34 | +* [grid] Dynamic Grid is able to trigger video record in browser node (#15047) |
| 35 | +* [java] Nullness annotations for Cookie and Platform (#15062) |
| 36 | +* [java] Replace anonymous types with lambdas (#15043) |
| 37 | +* Allow sending DevTools command with custom timeout. (#15059) |
| 38 | +* [java] Add nullness for Require (#15084) |
| 39 | +* [java] Add nullness for net (#15083) |
| 40 | +* [java] Add nullness for virtualauthenticator (#15082) |
| 41 | +* [java] Add nullness for exceptions (#15081) |
| 42 | +* [java] Add nullness for interactions (#15095) |
| 43 | +* [java][js][py] Add straight relative-by locators (#14482) |
| 44 | +* [java] Add nullness for Proxy and print (#15094) |
76 | 45 |
|
77 | 46 | v4.27.0 |
78 | 47 | ====== |
|
0 commit comments