Skip to content

Commit f8bf5b3

Browse files
selenium-cigithub-actions[bot]
authored andcommitted
FIX CHANGELOGS BEFORE MERGING!
Update versions and change logs to release Selenium 4.27.0
1 parent 56e381a commit f8bf5b3

File tree

16 files changed

+133
-17
lines changed

16 files changed

+133
-17
lines changed

dotnet/CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
v4.27.0
2+
======
3+
--> [dotnet] Deprecate WebElement.GetAttribute() (#14676)
4+
--> [dotnet] Add more well-known dictionary types for capability json serialization
5+
--> [dotnet] Gracefully handle clashing device names in Actions (#14713)
6+
--> [dotnet] Add ChromiumNetworkConditions to command serialization (#14716)
7+
--> [dotnet] Add Dictionary<string, string> as well-known types for json serialization
8+
--> Copyright dotnet (#13522)
9+
* [build] allow copyright script to work with dotnet files
10+
* [dotnet] update all copyright information in cs files
11+
--> [dotnet] Add reflection-based JSON serialization fallback to `Command`s (#14732)
12+
--> [dotnet] Make Selenium Manager's AOT safety explicit (#14733)
13+
--> [dotnet] Allow `RemoteSessionSettings` to use any value for metadata (#14726)
14+
--> [dotnet] Remove JSON serialization from `.ToString()` methods (#14736)
15+
--> [dotnet] Fix `RelativeBy.Near` and empty list return (#14737)
16+
--> [dotnet] Make FirefoxProfile AOT-safe (#14742)
17+
--> [dotnet] Enable NRT on exceptional types (#14672)
18+
--> [dotnet] Solidify nullability of `PinnedScript` (#14708)
19+
--> [dotnet] Add CDP deprecation warning for Firefox (#14759)
20+
--> Update supported versions for Chrome DevTools
21+
122
v4.26.1
223
======
324
* [bidi] Reveal browsing context module in bidi instance (#14684)

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.27.0-nightly202410311906"
3+
SE_VERSION = "4.27.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
v4.27.0
2+
======
3+
--> [grid] cancel pending request on client timeout
4+
--> [bidi][java] Fix the mode "closed" for a node
5+
--> [java] allow to cancel a pending http request
6+
--> [grid] prevent NPE in handling request with unsupported http method
7+
--> [grid] check session ownership once
8+
--> [java]: mark WebElement.getAttribute deprecated (#14666)
9+
--> [java] Enhance error message for NoSuchElementException and return unmodifiable set for pinned scripts (#14707)
10+
--> [java] remove toml parser warning (#14711)
11+
--> [grid] TomlConfig: migrate TOML library to tomlj/tomlj (#14470)
12+
--> [java] deleted the deprecated FormEncodedData (#14688)
13+
--> Throw Error When Using Unsupported Linux ARM (#14616)
14+
--> [java] case insensitive header names in http requests (#14095)
15+
--> [java] feat: Add method to select options containing the provided text (#14426)
16+
--> [java] simplify reading http headers
17+
--> [grid] speed up the server shutdown
18+
--> [grid] stop polling events on close
19+
--> [grid] shutdown the server backend on stop
20+
--> [bidi][java] Add network request handler APIs (#14424)
21+
--> [java][js] Add Firefox CDP deprecation warnings
22+
--> [java] Fix SpotBugs bugs in the Selenium manager (#14608)
23+
--> [grid] detect a client timeout while session creation #14743
24+
--> [grid] stop a stale session more graceful
25+
--> [java] consume the input of the connection
26+
--> [grid] retry creating a session in a distributed grid
27+
--> Update supported versions for Chrome DevTools
28+
129
v4.26.0
230
======
331
* Add CDP for Chrome 130 and remove 127

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.27.0-SNAPSHOT"
1+
SE_VERSION = "4.27.0"
22
TOOLS_JAVA_VERSION = "17"

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 4.27.0
2+
--> [ci] Bumping version for nightly
3+
[skip ci]
4+
--> [bidi][js] Ensure start nodes are serialized
5+
--> [bidi][js] Enable locate node tests for Chrome and Edge
6+
--> Running format script
7+
--> [JS] update pnpm workspace
8+
--> chore: fix format and minor jsdoc comments
9+
--> [bidi][js] Allow passing in uri for authentication handlers (#14386)
10+
--> [java][js] Add Firefox CDP deprecation warnings
11+
--> [rb][js] Add funding information to package.json and gemspec files (#14774)
12+
--> Update supported versions for Chrome DevTools
13+
114
## 4.26.0
215

316
- Add CDP for Chrome 130 and remove 127

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.27.0-nightly202410301443",
3+
"version": "4.27.0",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.27.0.dev202410311942"
65+
SE_VERSION = "4.27.0"
6666

6767
BROWSER_VERSIONS = [
6868
"v85",

py/CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Selenium 4.27.0
2+
--> [py] Bumping version for nightly
3+
--> [py] Fix TypeError when init Safari webdriver (#14699)
4+
* [py] Fix TypeError when init Safari webdriver
5+
* Try to enable test safari in CI
6+
--> [py] Added Deprecation of WebElement.get_attribute() per #13334 (#14675)
7+
--> Cleaned up Py doc sphinx warnings/errors and added README (#14191)
8+
- Cleaned up various sphinx build error and warnings
9+
- Added py/docs/README.rst leaving some instructions for the next person
10+
--> [py] Updated Handling for DetachedShadowRoot Exception (#14677)
11+
--> [py] Set user_agent and extra_headers via ClientConfig (#14718)
12+
--> [🚀 Feature] [py]: Support FedCM commands for python (#14710)
13+
114
Selenium 4.26.1
215
* DeprecationWarning raised in default webdriver init (#14690)
316
* Remote connection use timeout from ClientConfig (#14692)

py/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '4.27'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.27.0.dev202410311942'
61+
release = '4.27.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.27.0.dev202410311942"
19+
__version__ = "4.27.0"

0 commit comments

Comments
 (0)