Skip to content

Commit ed31822

Browse files
committed
Update CHANGELOG for java and python
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 3caba3f commit ed31822

File tree

2 files changed

+27
-46
lines changed

2 files changed

+27
-46
lines changed

java/CHANGELOG

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
v4.26.0
22
======
3-
--> [java] increasing of properties scope for better appium compatibility (#14183)
4-
--> [java]: fix decoding of line endings (#14539)
5-
--> [java] Add PAC proxy url to arguments for Selenium Manager (#14506)
6-
Fixes #14503
7-
--> [java] prevent closing the stdin, stdout, stderr streams #14569
8-
--> [java] update graphql-java dependency
9-
--> [grid]: Capability se:vncEnabled value based on list of vnc-env-var (#14584)
10-
--> [grid]: Add node sessionTimeout to Grid status (#14582)
11-
[grid]: Node sessionTimeout include in Grid status
12-
--> [java] Fix `v*Network.java` conditions (#14585)
13-
--> [java] Fix SpotBugs findings in `ChromiumDriver` and `PortProber` (#14589)
14-
--> [grid] Fix tests for Grid status endpoint and UI (#14605)
15-
--> [grid] Improvement for Node handling (#14628)
16-
* [grid] Update for node shutdown gracefully
17-
* Return HTTP response in case session is not owned
18-
* Fix test
19-
--> Update supported versions for Chrome DevTools
3+
* Add CDP for Chrome 130 and remove 127
4+
* Add PAC proxy url to arguments for Selenium Manager (#14506)
5+
* Prevent closing the stdin, stdout, stderr streams (#14569)
6+
* Increasing of properties scope for better Appium compatibility (#14183)
7+
* [grid] Limit the number of websocket connections per session (#14410)
8+
* [grid] Improvement for Node handling (#14628)
9+
* [grid] Add node sessionTimeout to Grid status (#14582)
10+
* [grid] Capability se:vncEnabled value based on list of vnc-env-var (#14584)
11+
* [grid] UI Sessions view sort Duration in ascending by default (#14599)
12+
* [grid] UI Liveview disconnect noVNC websocket when closing dialog (#14598)
13+
* [grid] UI Overview is able to sort Nodes (#14571)
14+
* Fix decoding of line endings (#14539)
15+
* Fix SpotBugs findings in `ChromiumDriver` and `PortProber` (#14589)
16+
* Fix `v*Network.java` conditions (#14585)
2017

2118
v4.25.0
2219
======

py/CHANGES

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
Selenium 4.26.0
2-
--> [ci] Setting nightly versions
3-
--> [py] fixed a bug in `bidi/session.py` by removing mutable object as default value for function argument. (#14286)
4-
--> [py] remove un-needed print (#14562)
5-
--> [py] Allow driver path to be set using ENV variables (#14528)
6-
--> [py] remove deprecated parameter from EdgeService (#14563)
7-
[py] remove deprecated parameter in EdgeService
8-
--> [py] Remote connection throws resp status code when data is empty (#14601)
9-
--> [py] allow logging diagnose in safari driver (#14606)
10-
--> [py] Avoid waiting indefinitely on a frozen chromedriver process (#14578)
11-
Add a default timeout of 2 minutes two requests to the webdriver
12-
--> [🚀 Feature] [py]: Better compatibility with Appium-python (#14587)
13-
* [py] override default locator converter for python
14-
* Support registering custom finders in py
15-
* Support registering extra HTTP commands and methods in python
16-
* Support overriding User-Agent in python
17-
* Support registering extra headers
18-
* [py] Support ignore certificates
19-
* Support using custom element classes
20-
* tests for custom element test
21-
* address review comments
22-
* close parenthesis
23-
* pass `init_args_for_pool_manager` in constructor
24-
* use existing driver fixture in tests
25-
* convert `add_command` to instance method
26-
--> [py] implement configurable configuration class for the http client (#13286)
27-
--> [py] webkitgtk: log_path -> log_output (#14618)
28-
* [py] webkitgtk: log_path -> log_output
29-
* apply suggestion
30-
* add warning for old para
2+
* Add CDP for Chrome 130 and remove 127
3+
* Added more internal logging for CDP (#14668)
4+
* Set consistent polling across java and python for `WebDriverWait` methods (#14626)
5+
* webkitgtk: log_path -> log_output (#14618)
6+
* Implement configurable configuration class for the http client (#13286)
7+
* Better compatibility with Appium-python (#14587)
8+
* Avoid waiting indefinitely on a frozen chromedriver process (#14578)
9+
* Allow logging diagnose in safari driver (#14606)
10+
* Remote connection throws response status code when data is empty (#14601)
11+
* Remove deprecated parameter from EdgeService (#14563)
12+
* Allow driver path to be set using ENV variables (#14528)
13+
* Remove un-needed print (#14562)
14+
* Fix a bug in `bidi/session.py` by removing mutable object as default value for function argument (#14286)
3115

3216
Selenium 4.25.0
3317
* Add CDP for Chrome 129 and remove 126

0 commit comments

Comments
 (0)