Skip to content

Commit 72c4850

Browse files
committed
WIP - rough auto-update of changelog, please edit
1 parent ac0c00b commit 72c4850

File tree

6 files changed

+91
-0
lines changed

6 files changed

+91
-0
lines changed

dotnet/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v4.33.0
2+
======
3+
* [bidi] Support implicit conversion from bytes to network bytes value
4+
* [bidi] Avoid entities renaming on client and just follow specification
5+
* update devtools versions
6+
17
v4.32.0
28
======
39
* Add CDP for Chrome 136 and remove 133

java/CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v4.33.0
2+
======
3+
* Removing deprecated items in Require.java (#15711)
4+
* 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
8+
* Fix spotbugs issues
9+
* 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'
11+
* Use immutable values for return values
12+
* Deprecating methods that use FirefoxBinary as well.
13+
> We need to do that first so we can properly remove FirefoxBinary
14+
* Removing deprecated NATIVE_EVENTS field
15+
* Removing deprecated SlowLoadableComponent constructor
16+
* Removing deprecated implicitlyWait timeout
17+
* Removing unused IME_ACTIVATE_ENGINE.
18+
* Removing deprecated `setScriptTimeout` and `pageLoadTimeout`. (#15764)
19+
* Reverting deprecation notice for `getAttribute`.
20+
> Closes #13334
21+
* update devtools versions
22+
123
v4.32.0
224
======
325
* Add CDP for Chrome 136 and remove 133

javascript/selenium-webdriver/CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.33.0
2+
3+
- Bumping to nightly
4+
- Fixing JS FF test that needs to add arguments.
5+
- Making Bidi Network, DevTools and Options test pass in RBE
6+
- Chrome capabilities test passes now in RBE
7+
- update old freenode channel link to libera (#15698)
8+
- update devtools versions
9+
- bump versions in preparation for release
10+
111
## 4.32.0
212

313
- [cdp] Add CDP for Chrome 136 and remove 133

py/CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Selenium 4.33.0
2+
* Bumping to nightly
3+
* [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
9+
* Add session_id property to webelement and fix mypy error (#15705)
10+
* [BiDi] use constant for LogLevel (#15677)
11+
* Missing Headers Assignment in Network Class’s _on_request() (#15736)
12+
> Missing Headers Assignment in _on_request()
13+
* Correct type annotations of default-None params (#15341)
14+
* Add missing 'id' property to ShadowRoot class (#15739)
15+
* 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
19+
* return `message` as part of exception in `execute` method (#15751)
20+
* bump versions in preparation for release
21+
122
Selenium 4.32.0
223
* Add CDP for Chrome 136 and remove 133
324
* BiDi Network implementation of Intercepts and Auth in Python (#14592)

rb/CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
4.33.0 (2025-05-22)
2+
=========================
3+
* Bumping to nightly
4+
* 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.
7+
* 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
13+
114
4.32.0 (2025-05-02)
215
=========================
316
* Add CDP for Chrome 136 and remove 133

rust/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.4.33
2+
======
3+
* 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)
18+
* Minor clippy fixes
19+
120
0.4.32
221
======
322
*no changes*

0 commit comments

Comments
 (0)