Skip to content

Commit

Permalink
Updating change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 19, 2024
1 parent 019f041 commit 254a8d4
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 317 deletions.
46 changes: 0 additions & 46 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,49 +1,3 @@
v4.25.0
======
--> [dotnet] BiDi implementation (#14318)
* Migrate
* Use CLS compliant long instead of ulong
* Use null instead of default for optional arguments
* Use internal logging in websockettransport
* Use internal logger in broker
* Even with error log level
* Simplify AsBidirectionalContextAsync
* Fix ConfigureAwait in network module
* Hide direct network interception
* Rework public adding interception
* Simplify network interception
* Don't end session when disposing bidi driver
--> [dotnet] Add BiDi OriginalOpener in browsing context info
--> [dotnet] Forward subscription options in browser context for log module
--> [dotnet] Adjust exception message when bidi is not enabled
--> [dotnet] [bidi] Get tree from browsing context as root (#14495)
--> [dotnet] [bidi] Enable implicit ways to specify page ranges for printing
--> [dotnet] Fix formatting files content globally
--> [dotnet] [bidi] Hide context from command options in contextual env
--> [dotnet] Workaround using pre-processor directive (#14499)
* [dotnet] Workaround using pre-processor directive
* Fix formatting?
* Fix formatting
--> [dotnet] [bidi] Rename method of screenshot result to ToByteArray
--> [dotnet] [bidi] Simplify browsing context to be just context
Following to spec, it is implicitly clear that Context is exactly BrowsingCoontext. For RealmContext and UserContext we use fully qualified name.
--> [dotnet] [bidi] Simplify browsing context type enumeration
--> [dotnet] [bidi] Expose BiDi associated reference in browsing context
--> [dotnet] [bidi] Rename entry point AsBidirectional to AsBiDirectional
To keep aligned with naming and with other bindings
--> [dotnet] [bidi] Consistent naming for main BiDi itself
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
* Update pinned browser versions
* Update supported versions for Chrome DevTools
* Update selenium manager version
* Update authors file
* FIX CHANGELOGS BEFORE MERGING!
Update versions and change logs to release Selenium 4.25.0
* [create-pull-request] automated change
* [ci] Using an existing EdgeDriver binary
* [rb] Run format script
* Updating change logs

v4.25.0
======
* Add CDP for Chrome 129 and remove 126
Expand Down
14 changes: 0 additions & 14 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
v4.25.0
======
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
* Update pinned browser versions
* Update supported versions for Chrome DevTools
* Update selenium manager version
* Update authors file
* FIX CHANGELOGS BEFORE MERGING!
Update versions and change logs to release Selenium 4.25.0
* [create-pull-request] automated change
* [ci] Using an existing EdgeDriver binary
* [rb] Run format script
* Updating change logs

v4.25.0
======
* Add CDP for Chrome 129 and remove 126
Expand Down
Loading

0 comments on commit 254a8d4

Please sign in to comment.