Skip to content

Commit e37ea0f

Browse files
authored
Selenium 4.14 release blog and version bump (SeleniumHQ#1498)
[deploy site]
1 parent de2fc75 commit e37ea0f

File tree

3 files changed

+137
-9
lines changed

3 files changed

+137
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
title: "Selenium 4.14 Released!"
3+
linkTitle: "Selenium 4.14 Released!"
4+
date: 2023-09-25
5+
tags: ["selenium"]
6+
categories: ["releases"]
7+
author: Titus Fortner [@titusfortner](https://titusfortner.com)
8+
description: >
9+
Today we're happy to announce that Selenium 4.14 has been released!
10+
---
11+
12+
We're very happy to announce the release of Selenium 4.14.0 for Java,
13+
Python, Javascript, Ruby, .NET and the Grid.
14+
Links to everything can be found on our [downloads page][downloads].
15+
16+
### Highlights
17+
18+
* Chrome DevTools support is now: v116, v117, and v118 (Firefox still uses v85 for all versions)
19+
* If you are using Java, this release requires Java 11! (see post on [Java 8 support](/blog/2023/java-8-support/))
20+
* Selenium supports automatic downloading and management of the Microsoft Edge browser
21+
22+
#### Relevant improvements per language
23+
24+
* Java
25+
* Removed support for Async HTTP Client, the default is now the default Java library
26+
* Allow setting SSL context in client config for HttpClient
27+
* Several logging message improvements
28+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
29+
30+
<br>
31+
32+
* JavaScript
33+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)
34+
35+
<br>
36+
37+
* .NET
38+
* Saving screenshots with different image formats is deprecated
39+
* Removed IdentityModel dependency
40+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)
41+
42+
<br>
43+
44+
* Python
45+
* Fix bug that didn't close log_output in Service classes
46+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)
47+
48+
<br>
49+
50+
* Ruby
51+
* Provide public access to atom scripts
52+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
53+
54+
<br>
55+
56+
* Rust
57+
* Automated Edge management
58+
* Recognizes and handles webview2
59+
* Locates existing Chromium browsers when specifying Chrome
60+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md)
61+
62+
63+
### Contributors
64+
65+
**Special shout-out to everyone who helped the Selenium Team get this release out!**
66+
67+
#### [Selenium](https://github.com/SeleniumHQ/selenium)
68+
69+
<div class="d-flex justify-content-center">
70+
<div class="col-11 p-4 bg-transparent">
71+
<div class="row justify-content-center">
72+
{{< gh-user "https://api.github.com/users/alexey-pelykh" >}}
73+
{{< gh-user "https://api.github.com/users/manuelsblanco" >}}
74+
{{< gh-user "https://api.github.com/users/sbabcoc" >}}
75+
</div>
76+
</div>
77+
</div>
78+
79+
#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io)
80+
81+
<div class="row justify-content-center">
82+
<div class="col-11 p-4 bg-transparent">
83+
<div class="row justify-content-center">
84+
{{< gh-user "https://api.github.com/users/alaahong" >}}
85+
</div>
86+
</div>
87+
</div>
88+
89+
#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium)
90+
91+
<div class="row justify-content-center">
92+
<div class="col-11 p-4 bg-transparent">
93+
<div class="row justify-content-center">
94+
{{< gh-user "https://api.github.com/users/amardeep2006" >}}
95+
{{< gh-user "https://api.github.com/users/imtheish97" >}}
96+
{{< gh-user "https://api.github.com/users/IronMage" >}}
97+
{{< gh-user "https://api.github.com/users/williamlac" >}}
98+
</div>
99+
</div>
100+
</div>
101+
102+
**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:**
103+
104+
<div class="row justify-content-center">
105+
<div class="col-11 p-4 bg-transparent">
106+
<div class="row justify-content-center">
107+
{{< gh-user "https://api.github.com/users/bonigarcia" >}}
108+
{{< gh-user "https://api.github.com/users/harsha509" >}}
109+
{{< gh-user "https://api.github.com/users/jimevans" >}}
110+
{{< gh-user "https://api.github.com/users/joerg1985" >}}
111+
{{< gh-user "https://api.github.com/users/nvborisenko" >}}
112+
{{< gh-user "https://api.github.com/users/pujagani" >}}
113+
{{< gh-user "https://api.github.com/users/shs96c" >}}
114+
{{< gh-user "https://api.github.com/users/symonk" >}}
115+
{{< gh-user "https://api.github.com/users/titusfortner" >}}
116+
</div>
117+
</div>
118+
</div>
119+
120+
Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)!
121+
122+
Happy testing!
123+
124+
[downloads]: /downloads
125+
[bindings]: /downloads#bindings
126+
[team]: /project/structure
127+
[BiDi]: https://github.com/w3c/webdriver-bidi
128+

website_and_docs/layouts/downloads/list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="card-body">
2626
<p class="card-text">
2727
Latest stable version
28-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.13.0/selenium-server-4.13.0.jar">4.13.0</a>
28+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14.0/selenium-server-4.14.0.jar">4.14.0</a>
2929
</p>
3030
<p class="card-text">
3131
To use the Selenium Server in a Grid configuration see the
@@ -107,7 +107,7 @@ <h2 class="card-title">
107107
<div class="card-body">
108108
<h2 class="card-title">C# NuGet</h2>
109109
<p class="card-text w-lg-75">
110-
Nuget latest release is 4.13.1 Released on September 25, 2023.
110+
Nuget latest release is 4.14.0 Released on October 9, 2023.
111111
</p>
112112
<ul>
113113
<li>

website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
2727
<p class="card-text m-0 pb-1">
2828
Stable:
2929
<a href="https://www.nuget.org/packages/Selenium.WebDriver" class="card-link">
30-
4.13.1 (September 25, 2023)
30+
4.14.0 (October 9, 2023)
3131
</a>
3232
</p>
3333
<p class="card-text m-0 pb-1">
@@ -54,8 +54,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
5454
</p>
5555
<p class="card-text m-0 pb-1">
5656
Stable:
57-
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.13.0" class="card-link">
58-
4.13.1 (September 25, 2023)
57+
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.14.0" class="card-link">
58+
4.14.0 (October 9, 2023)
5959
</a>
6060
</p>
6161
<p class="card-text m-0 pb-1">
@@ -82,8 +82,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
8282
</p>
8383
<p class="card-text m-0 pb-1">
8484
Stable:
85-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.13.0/selenium-java-4.13.0.zip" class="card-link">
86-
4.13.0 (September 25, 2023)
85+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14.0/selenium-java-4.14.0.zip" class="card-link">
86+
4.14.0 (October 9, 2023)
8787
</a>
8888
</p>
8989
<p class="card-text m-0 pb-1">
@@ -111,7 +111,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
111111
<p class="card-text m-0 pb-1">
112112
Stable:
113113
<a href="https://pypi.python.org/pypi/selenium" class="card-link">
114-
4.13.0 (September 25, 2023)
114+
4.14.0 (October 9, 2023)
115115
</a>
116116
</p>
117117
<p class="card-text m-0 pb-1">
@@ -139,7 +139,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
139139
<p class="card-text m-0 pb-1">
140140
Stable:
141141
<a href="https://npmjs.org/package/selenium-webdriver" class="card-link">
142-
4.13.0 (September 25, 2023)
142+
4.14.0 (October 9, 2023)
143143
</a>
144144
</p>
145145
<p class="card-text m-0 pb-1">

0 commit comments

Comments
 (0)