Skip to content

Commit 78a5ba1

Browse files
committed
FIX CHANGELOGS BEFORE MERGING!
Update versions and change logs to release Selenium 4.18.0
1 parent e1cdfbd commit 78a5ba1

File tree

16 files changed

+62
-23
lines changed

16 files changed

+62
-23
lines changed

dotnet/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.18.0
2+
======
3+
4+
>>> Update supported versions for Chrome DevTools
5+
16
v4.17.0
27
======
38

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.17.0"
3+
SE_VERSION = "4.18.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v4.18.0
2+
======
3+
4+
>>> [java] Recommitting self-signed certificate should not require certificate file
5+
>>> [bidi] Add browsing context destroyed event
6+
>>> [java] Add missing support events for Web Driver Listener (#13210)
7+
* add missing events to listeners w/ javadoc and tests
8+
* run format script
9+
* run format script
10+
>>> [bidi][java] Add network intercept commands
11+
>>> [bidi][java] Add command "continuewithAuth"
12+
>>> [bidi][java] Add failRequest command
13+
>>> Update supported versions for Chrome DevTools
14+
115
v4.17.0
216
======
317

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.18.0-SNAPSHOT"
1+
SE_VERSION = "4.18.0"
22
TOOLS_JAVA_VERSION = "17"

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.18.0
2+
3+
>>> [js] Fix running the casting related methods in chromium (#13479)
4+
Casting methods call "this.schedule", but it does not exist in the class. Updating the methods to actually execute the commands.
5+
>>> [js] Enabling virtual authenticator tests for Firefox
6+
@whimboo mentioned this is supported now
7+
>>> [bidi] Add browsing context destroyed event
8+
>>> [bidi][js] Add test for basic auth network event
9+
>>> [bidi] [js] Add realm destroyed event
10+
>>> [build] update version in package-lock for node
11+
>>> Update supported versions for Chrome DevTools
12+
113
## 4.17.0
214

315
* Add javascript to Selenium Manager input for tracking (see #13288)

javascript/node/selenium-webdriver/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.0",
3+
"version": "4.18.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
@@ -36,7 +36,7 @@ compile_pip_requirements(
3636
],
3737
)
3838

39-
SE_VERSION = "4.17.2"
39+
SE_VERSION = "4.18.0"
4040

4141
BROWSER_VERSIONS = [
4242
"v85",

py/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 4.18.0
2+
3+
14
Selenium 4.17.2
25
* py] Correct typing_extension dependency for wheel generation
36

py/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.17'
59+
version = '4.18'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.17.2'
61+
release = '4.18.0'
6262

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

0 commit comments

Comments
 (0)