Skip to content

Commit 8ebccac

Browse files
committed
Updating changelogs and bumping version to 4.8.1
1 parent caabae2 commit 8ebccac

File tree

18 files changed

+77
-20
lines changed

18 files changed

+77
-20
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.0"
58+
"#{release_version}.1"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

cpp/iedriver/IEDriver.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 4,8,0,0
54-
PRODUCTVERSION 4,8,0,0
53+
FILEVERSION 4,8,1,0
54+
PRODUCTVERSION 4,8,1,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Driver library for the IE driver"
71-
VALUE "FileVersion", "4.8.0.0"
71+
VALUE "FileVersion", "4.8.1.0"
7272
VALUE "InternalName", "IEDriver.dll"
73-
VALUE "LegalCopyright", "Copyright (C) 2022"
73+
VALUE "LegalCopyright", "Copyright (C) 2023"
7474
VALUE "OriginalFilename", "IEDriver.dll"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "4.8.0.0"
76+
VALUE "ProductVersion", "4.8.1.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

12+
v4.8.1.0
13+
========
14+
* Update atoms (Use .textContent instead of .innerHTML in clear() action (#11504))
15+
1216
v4.8.0.0
1317
========
1418
* Remove unnecessary executable permission bit from several files (#11502)

cpp/iedriverserver/IEDriverServer.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 4,8,0,0
54-
PRODUCTVERSION 4,8,0,0
53+
FILEVERSION 4,8,1,0
54+
PRODUCTVERSION 4,8,1,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Command line server for the IE driver"
71-
VALUE "FileVersion", "4.8.0.0"
71+
VALUE "FileVersion", "4.8.1.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
73-
VALUE "LegalCopyright", "Copyright (C) 2022"
73+
VALUE "LegalCopyright", "Copyright (C) 2023"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "4.8.0.0"
76+
VALUE "ProductVersion", "4.8.1.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

dotnet/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v4.8.1
2+
======
3+
* Add CDP files for v110 and remove v107
4+
* IJavascriptEngine implements IDisposable where available (#11594)
5+
* Updating Selenium Manager binaries for 4.8.1 release
6+
17
v4.8.0
28
======
39
* Add CDP files for v109 and remove v106

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.8.0"
3+
SE_VERSION = "4.8.1"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0", "net6.0"]

java/CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v4.8.1
2+
======
3+
* Supported CDP versions: 85, 108, 109, 110
4+
* Merge capabilities of slot with the new session request capabilities (#11369)
5+
* Keep track of pinned scripts per CDP session (#11598)
6+
* Simplify Augmentation for Basic Auth (#11601)
7+
* Print requested capabilities in SessionNotCreatedException (#11604)
8+
* Simplify Augmentation for Dom Mutation
9+
* Generate a Maven BOM (#11560)
10+
* Synchronize method to get Selenium Manager binary (fix #11620) (#11640)
11+
* Updating Selenium Manager binaries for 4.8.1 release
12+
* File downloads url - Adhere to w3c standards (#11646)
13+
114
v4.8.0
215
======
316
* Supported CDP versions: 85, 107, 108, 109

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.8.0"
1+
SE_VERSION = "4.8.1"

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.8.1
2+
3+
#### :rocket: New Feature
4+
5+
* Add script pinning (#11584)
6+
7+
#### :nail_care: Polish
8+
9+
* Add CDP support for v110 and remove v107
10+
* Updating Selenium Manager binaries for 4.8.1 release
11+
12+
#### :bug: Bug Fix
13+
14+
fix: iedriver download with selenium-manager #11579
15+
116
## v4.8.0
217

318
#### :rocket: New Feature

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.8.0",
3+
"version": "4.8.1",
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
@@ -16,7 +16,7 @@ compile_pip_requirements(
1616
requirements_txt = ":requirements_lock.txt",
1717
)
1818

19-
SE_VERSION = "4.8.0"
19+
SE_VERSION = "4.8.1"
2020

2121
BROWSER_VERSIONS = [
2222
"v85",

py/CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Selenium 4.8.1
2+
* Add CDP files for v110 and remove v107
3+
* pylint fixes including tidy of f strings, simplifications of conditional statements and isinstances (#11205)
4+
* Replace devtools genrule with proper generate_devtools rule. (#11392)
5+
* Add docstring for `alert_is_present`
6+
* Updating Selenium Manager binaries for 4.8.1 release
7+
18
Selenium 4.8.0
29
* Add CDP files for v109 and remove v106
310
* Add logging to Selenium Manager for both stdout and stderr

py/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install
3535

3636
pip install -U selenium
3737

38-
Alternately, you can download the source distribution from `PyPI <https://pypi.org/project/selenium/#files>`_ (e.g. selenium-4.8.0.tar.gz), unarchive it, and run::
38+
Alternately, you can download the source distribution from `PyPI <https://pypi.org/project/selenium/#files>`_ (e.g. selenium-4.8.1.tar.gz), unarchive it, and run::
3939

4040
python setup.py install
4141

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.8.0"
19+
__version__ = "4.8.1"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .wpewebkit.options import Options as WPEWebKitOptions # noqa
3737
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
3838

39-
__version__ = "4.8.0"
39+
__version__ = "4.8.1"
4040

4141
# We need an explicit __all__ because the above won't otherwise be exported.
4242
__all__ = [

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup_args = {
2828
'cmdclass': {'install': install},
2929
'name': 'selenium',
30-
'version': "4.8.0",
30+
'version': "4.8.1",
3131
'license': 'Apache 2.0',
3232
'description': 'Python bindings for Selenium',
3333
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),

rb/CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.8.1 (2023-02-17)
2+
=========================
3+
Ruby:
4+
* Fix autoload of WebDriver::Remote::Bridge::COMMANDS
5+
* Subclass is setting value before the superclass is setting it to nil
6+
* Updating Selenium Manager binaries for 4.8.1 release
7+
8+
BiDi:
9+
* Released selenium-devtools 0.110.0 (supports CDP v85, v108, v109, v110)
10+
* Close BiDi session on closing the last top-level browsing context
11+
* Add filtering capability to LogInspector
12+
113
4.8.0 (2023-01-23)
214
=========================
315
Ruby:

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.8.0'
22+
VERSION = '4.8.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)