diff --git a/website_and_docs/content/blog/2023/selenium-4-14-released.md b/website_and_docs/content/blog/2023/selenium-4-14-released.md new file mode 100644 index 000000000000..003cbc74b59a --- /dev/null +++ b/website_and_docs/content/blog/2023/selenium-4-14-released.md @@ -0,0 +1,128 @@ +--- +title: "Selenium 4.14 Released!" +linkTitle: "Selenium 4.14 Released!" +date: 2023-09-25 +tags: ["selenium"] +categories: ["releases"] +author: Titus Fortner [@titusfortner](https://titusfortner.com) +description: > + Today we're happy to announce that Selenium 4.14 has been released! +--- + +We're very happy to announce the release of Selenium 4.14.0 for Java, +Python, Javascript, Ruby, .NET and the Grid. +Links to everything can be found on our [downloads page][downloads]. + +### Highlights + + * Chrome DevTools support is now: v116, v117, and v118 (Firefox still uses v85 for all versions) + * If you are using Java, this release requires Java 11! (see post on [Java 8 support](/blog/2023/java-8-support/)) + * Selenium supports automatic downloading and management of the Microsoft Edge browser + +#### Relevant improvements per language + + * Java + * Removed support for Async HTTP Client, the default is now the default Java library + * Allow setting SSL context in client config for HttpClient + * Several logging message improvements + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) + +
+ + * JavaScript + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) + +
+ + * .NET + * Saving screenshots with different image formats is deprecated + * Removed IdentityModel dependency + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) + +
+ + * Python + * Fix bug that didn't close log_output in Service classes + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) + +
+ + * Ruby + * Provide public access to atom scripts + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) + +
+ + * Rust + * Automated Edge management + * Recognizes and handles webview2 + * Locates existing Chromium browsers when specifying Chrome + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md) + + +### Contributors + +**Special shout-out to everyone who helped the Selenium Team get this release out!** + +#### [Selenium](https://github.com/SeleniumHQ/selenium) + +
+
+
+{{< gh-user "https://api.github.com/users/alexey-pelykh" >}} +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} +{{< gh-user "https://api.github.com/users/sbabcoc" >}} +
+
+
+ +#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) + +
+
+
+{{< gh-user "https://api.github.com/users/alaahong" >}} +
+
+
+ +#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) + +
+
+
+{{< gh-user "https://api.github.com/users/amardeep2006" >}} +{{< gh-user "https://api.github.com/users/imtheish97" >}} +{{< gh-user "https://api.github.com/users/IronMage" >}} +{{< gh-user "https://api.github.com/users/williamlac" >}} +
+
+
+ +**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:** + +
+
+
+{{< gh-user "https://api.github.com/users/bonigarcia" >}} +{{< gh-user "https://api.github.com/users/harsha509" >}} +{{< gh-user "https://api.github.com/users/jimevans" >}} +{{< gh-user "https://api.github.com/users/joerg1985" >}} +{{< gh-user "https://api.github.com/users/nvborisenko" >}} +{{< gh-user "https://api.github.com/users/pujagani" >}} +{{< gh-user "https://api.github.com/users/shs96c" >}} +{{< gh-user "https://api.github.com/users/symonk" >}} +{{< gh-user "https://api.github.com/users/titusfortner" >}} +
+
+
+ +Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)! + +Happy testing! + +[downloads]: /downloads +[bindings]: /downloads#bindings +[team]: /project/structure +[BiDi]: https://github.com/w3c/webdriver-bidi + diff --git a/website_and_docs/layouts/downloads/list.html b/website_and_docs/layouts/downloads/list.html index ffa3b1319e4c..261de281fa9e 100644 --- a/website_and_docs/layouts/downloads/list.html +++ b/website_and_docs/layouts/downloads/list.html @@ -25,7 +25,7 @@

Latest stable version - 4.13.0 + 4.14.0

To use the Selenium Server in a Grid configuration see the @@ -107,7 +107,7 @@

C# NuGet

- Nuget latest release is 4.13.1 Released on September 25, 2023. + Nuget latest release is 4.14.0 Released on October 9, 2023.