Skip to content

Commit f2c2d25

Browse files
committed
Update CHANGLOG cross bindings
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent f207732 commit f2c2d25

File tree

5 files changed

+18
-27
lines changed

5 files changed

+18
-27
lines changed

dotnet/CHANGELOG

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v4.29.0
22
======
3+
* Add CDP for Chrome 133 and remove 130
34
* [dotnet] [bidi] Add network SetCacheBehavior command (#15133)
45
* [dotnet] Annotate nullability on devtools event args (#15134)
56
* [dotnet] Annotate nullability for `DriverService` and chromium/safari services (#15101)
@@ -29,8 +30,7 @@ v4.29.0
2930
* [dotnet] Annotate nullability on Firefox profile (#15207)
3031
* [dotnet] Annotate nullability on network interactions (#15209)
3132
* [dotnet] Add nullability to `Manage()` (#15210)
32-
* [java][js][rb][py][dotnet] Remove firefox cdp (#15200)
33-
* [bazel] Remove empty globs
33+
* [dotnet] Remove Firefox CDP (#15200)
3434
* [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110)
3535
* [dotnet] Annotate nullability on `SafariOptions`, error, and enums (#15219)
3636
* [dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings (#15221)
@@ -55,7 +55,6 @@ v4.29.0
5555
* [dotnet] Simplify user creation of network types (#15267)
5656
* [dotnet][bidi] Remove AsBiDiContextAsync helper to avoid disposal issue (#15279)
5757
* [dotnet] Possibility to override underlying HttpClient/HttpClientHandler for all HTTP requests (#15283)
58-
* Update supported versions for Chrome DevTools
5958

6059
v4.28.0
6160
======

java/CHANGELOG

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
v4.29.0
22
======
3-
* [Java] Add Locale.ROOT to avoid port formatting issues for all drivers (#15121)
4-
* [java][bidi]: implement bidi `setCacheBehavior` (#15130)
5-
* [java] Enhance PageSize class to support for predefined and custom Paper Sizes (#15052)
3+
* Add CDP for Chrome 133 and remove 130
64
* [java] Ensure purging dead nodes service interval is configurable (#15175)
75
* [java] Ensure Selenium logging options are respected if java logging properties are not set (#15197)
86
* [java] Do not enable CDP deprecation warning if BiDi enabled (#15170)
9-
* [java][js][rb][py][dotnet] Remove firefox cdp (#15200)
10-
* [bazel] Remove empty globs
7+
* [java] Remove Firefox CDP (#15200)
118
* [grid] Add default sessionTimeout to NodeStatus to increase backward compatibility (#15229)
12-
* [java] close the HttpClient if possible
9+
* [java] Close the HttpClient if possible
1310
* [java] Avoid augmenting CDP for Firefox (#15271)
1411
* [java] Remove deprecated non-w3c compliant NetworkConnection interface (#15270)
15-
* [java] avoid downloading not needed browsers #15261
16-
* [java]: fix return type and docstring for `getDownloadableFiles` (#15293)
17-
* Update supported versions for Chrome DevTools
12+
* [java] Avoid downloading not needed browsers #15261
13+
* [java] Fix return type and docstring for `getDownloadableFiles` (#15293)
1814

1915
v4.28.1
2016
======

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
## 4.29.0
22

3-
- [javascript] Bumping version to nightly
4-
- [javascript] Fixing changelog
5-
- [java][js][rb][py][dotnet] Remove firefox cdp (#15200)
6-
- [bazel] Remove empty globs
7-
- [js][bidi]: implement bidi `setCacheBehavior` command (#15136)
8-
- Update supported versions for Chrome DevTools
3+
- Add CDP for Chrome 133 and remove 130
4+
- [js] Remove Firefox CDP (#15200)
5+
- [js][bidi] Implement bidi `setCacheBehavior` command (#15136)
96

107
## 4.28.1
118

py/CHANGES

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Selenium 4.29.0
2-
* [ci] Bumping Java and Python to nightly
3-
* [py] disable strict time stamps in Firefox profile (#15141)
2+
* Add CDP for Chrome 133 and remove 130
3+
* [py] Disable strict time stamps in Firefox profile (#15141)
44
* [py] Enhance PrintOptions to support default, predefined, and custom page sizes (#15052) (#15064)
5-
* [java][js][rb][py][dotnet] Remove firefox cdp (#15200)
6-
* [py]: handle named `get_cookie` and `delete_cookie` for None and empty strings (#15073)
7-
* [py] document cygwin path for `send_keys` (#15275)
8-
* [py] fix return type and docstring of get_downloadable_files (#15292)
5+
* [py] Remove Firefox CDP (#15200)
6+
* [py] Handle named `get_cookie` and `delete_cookie` for None and empty strings (#15073)
7+
* [py] Document cygwin path for `send_keys` (#15275)
8+
* [py] Fix return type and docstring of get_downloadable_files (#15292)
99

1010
Selenium 4.28.1
1111
* [py] Fix installing most of the data from source distributions

rb/CHANGES

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
4.29.0 (2025-02-17)
22
=========================
3-
* Bumping version for nightly
3+
* Add CDP for Chrome 133 and remove 130
44
* [rb] Add Bidi Network Response Handler (#14900)
5-
* [java][js][rb][py][dotnet] Remove firefox cdp (#15200)
5+
* [rb] Remove Firefox CDP (#15200)
66
* [rb][BiDi] Add support for provide response command (#15080)
77
* [rb][BiDi] Add set cache behaviour (#15114)
8-
* Update supported versions for Chrome DevTools
98

109
4.28.0 (2025-01-16)
1110
=========================

0 commit comments

Comments
 (0)