Skip to content

Commit 0c78810

Browse files
committed
Improving Changelogs
1 parent 920b95f commit 0c78810

File tree

6 files changed

+5
-44
lines changed

6 files changed

+5
-44
lines changed

dotnet/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
v4.33.0
22
======
3+
* Add CDP for Chrome 137 and remove 134
34
* [bidi] Support implicit conversion from bytes to network bytes value
45
* [bidi] Avoid entities renaming on client and just follow specification
5-
* update devtools versions
66

77
v4.32.0
88
======

java/CHANGELOG

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
v4.33.0
22
======
3+
* Add CDP for Chrome 137 and remove 134
34
* Removing deprecated items in Require.java (#15711)
45
* Removing RemoteStatus as it was deprecated. (#15712)
5-
> * Removing RemoteStatus as it was deprecated.
6-
> Also ScreenshotException.getBase64EncodedScreenshot()
7-
> * Fixing FF context test for Python
86
* Fix spotbugs issues
97
* fix autoclose casting
10-
> java.lang.ClassCastException: class jdk.internal.net.http.HttpClientFacade cannot be cast to class java.lang.AutoCloseable (jdk.internal.net.http.HttpClientFacade is in module java.net.http of loader 'platform'; java.lang.AutoCloseable is in module java.base of loader 'bootstrap'
118
* Use immutable values for return values
129
* Deprecating methods that use FirefoxBinary as well.
13-
> We need to do that first so we can properly remove FirefoxBinary
1410
* Removing deprecated NATIVE_EVENTS field
1511
* Removing deprecated SlowLoadableComponent constructor
1612
* Removing deprecated implicitlyWait timeout
1713
* Removing unused IME_ACTIVATE_ENGINE.
1814
* Removing deprecated `setScriptTimeout` and `pageLoadTimeout`. (#15764)
1915
* Reverting deprecation notice for `getAttribute`.
20-
> Closes #13334
21-
* update devtools versions
2216

2317
v4.32.0
2418
======

javascript/selenium-webdriver/CHANGES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
## 4.33.0
22

3-
- Bumping to nightly
3+
- [cdp] Add CDP for Chrome 137 and remove 134
44
- Fixing JS FF test that needs to add arguments.
55
- Making Bidi Network, DevTools and Options test pass in RBE
66
- Chrome capabilities test passes now in RBE
77
- update old freenode channel link to libera (#15698)
8-
- update devtools versions
9-
- bump versions in preparation for release
108

119
## 4.32.0
1210

py/CHANGES

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
Selenium 4.33.0
2-
* Bumping to nightly
2+
* Add CDP for Chrome 137 and remove 134
33
* [bidi]: add bidi storage module (#15669)
4-
> * add bidi storage module
5-
> * add tests for storage module
6-
> * use autouse fixture for cookie deletion
7-
> * remove driver.quit() in fixture
8-
> * move tests to a test class
94
* Add session_id property to webelement and fix mypy error (#15705)
105
* [BiDi] use constant for LogLevel (#15677)
116
* Missing Headers Assignment in Network Class’s _on_request() (#15736)
12-
> Missing Headers Assignment in _on_request()
137
* Correct type annotations of default-None params (#15341)
148
* Add missing 'id' property to ShadowRoot class (#15739)
159
* Use ruff for linting and code formatting (#15746)
16-
> * Replaces the current Python linters (black, isort, docformatter, autoflake, flake8) with ruff
17-
> * Integrates it into the build system
18-
> * Formats all Python source files
1910
* return `message` as part of exception in `execute` method (#15751)
20-
* bump versions in preparation for release
2111

2212
Selenium 4.32.0
2313
* Add CDP for Chrome 136 and remove 133

rb/CHANGES

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
4.33.0 (2025-05-22)
22
=========================
3-
* Bumping to nightly
3+
* Add CDP for Chrome 137 and remove 134
44
* Let firefox choose the bidi port by default (#15727)
5-
> If the user hasn't asked for a specific port then just let
6-
> firefox choose a random one.
75
* Upgrade to Ruby 3.2
8-
> - CRuby 3.1 is EOL
9-
> - JRuby 10 is the latest
10-
> - TruffleRuby 24.2 is the latest
11-
* update devtools versions
12-
* bump versions in preparation for release
136

147
4.32.0 (2025-05-02)
158
=========================

rust/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
0.4.33
22
======
33
* Replace WMIC commands (deprecated) by WinAPI in Windows (#15363)
4-
> * Replace WMIC commands (to be deprecated) by PowerShell in Windows
5-
> * Use multiple command in exec driver test
6-
> * Revert "Use multiple command in exec driver test"
7-
> This reverts commit 802da7ae481bfc4371bd4ee64ccb3e6cde886e41.
8-
> * Remove iexplorer exec test
9-
> * Revert "Remove iexplorer exec test"
10-
> This reverts commit 91649aa33bb5113aea346cfacdaa16e5853630ef.
11-
> * Use PowerShell only for previous WMIC commands
12-
> * Run PS command to discover OS
13-
> * Setup PROCESSOR_ARCHITECTURE env for Windows
14-
> * Avoid repetition in logic to run powershell or not
15-
> * Use winapi instead of PowerShell to discover browser version
16-
> * Update checksum in Cargo.Bazel.lock
17-
> * Use conditional compilation for winapi logic (only compiled in Windows)
184
* Minor clippy fixes
195

206
0.4.32

0 commit comments

Comments
 (0)