Skip to content

Commit

Permalink
FIX CHANGELOGS BEFORE MERGING!
Browse files Browse the repository at this point in the history
Update versions and change logs to release Selenium 4.18.0
  • Loading branch information
selenium-ci committed Jan 25, 2024
1 parent e1cdfbd commit 78a5ba1
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 23 deletions.
5 changes: 5 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.18.0
======

>>> Update supported versions for Chrome DevTools

v4.17.0
======

Expand Down
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.17.0"
SE_VERSION = "4.18.0"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
14 changes: 14 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v4.18.0
======

>>> [java] Recommitting self-signed certificate should not require certificate file
>>> [bidi] Add browsing context destroyed event
>>> [java] Add missing support events for Web Driver Listener (#13210)
* add missing events to listeners w/ javadoc and tests
* run format script
* run format script
>>> [bidi][java] Add network intercept commands
>>> [bidi][java] Add command "continuewithAuth"
>>> [bidi][java] Add failRequest command
>>> Update supported versions for Chrome DevTools

v4.17.0
======

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.18.0-SNAPSHOT"
SE_VERSION = "4.18.0"
TOOLS_JAVA_VERSION = "17"
12 changes: 12 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.18.0

>>> [js] Fix running the casting related methods in chromium (#13479)
Casting methods call "this.schedule", but it does not exist in the class. Updating the methods to actually execute the commands.
>>> [js] Enabling virtual authenticator tests for Firefox
@whimboo mentioned this is supported now
>>> [bidi] Add browsing context destroyed event
>>> [bidi][js] Add test for basic auth network event
>>> [bidi] [js] Add realm destroyed event
>>> [build] update version in package-lock for node
>>> Update supported versions for Chrome DevTools
## 4.17.0

* Add javascript to Selenium Manager input for tracking (see #13288)
Expand Down
18 changes: 9 additions & 9 deletions javascript/node/selenium-webdriver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.17.0",
"version": "4.18.0",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.17.2"
SE_VERSION = "4.18.0"

BROWSER_VERSIONS = [
"v85",
Expand Down
3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 4.18.0


Selenium 4.17.2
* py] Correct typing_extension dependency for wheel generation

Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.17'
version = '4.18'
# The full version, including alpha/beta/rc tags.
release = '4.17.2'
release = '4.18.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.17.2"
__version__ = "4.18.0"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.17.2"
__version__ = "4.18.0"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "4.17.2",
'version': "4.18.0",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
Expand Down
6 changes: 6 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.18.0 (2024-01-25)
=========================

>>> updating versions to nightly
>>> Update supported versions for Chrome DevTools

4.17.0 (2024-01-22)
=========================

Expand Down
7 changes: 3 additions & 4 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.122.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.18.0.nightly)
selenium-webdriver (4.18.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -40,7 +40,6 @@ GEM
drb (2.2.0)
ruby2_keywords
ffi (1.16.3)
ffi (1.16.3-x64-mingw32)
fileutils (1.7.2)
git (1.19.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -76,7 +75,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.4.2)
rbs (3.4.3)
abbrev
rchardet (1.8.0)
rdoc (6.6.2)
Expand All @@ -98,7 +97,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.60.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.18.0.nightly'
VERSION = '4.18.0'
end # WebDriver
end # Selenium

0 comments on commit 78a5ba1

Please sign in to comment.