From 6e4b8414650e2e9713944f09951d52dce94e4628 Mon Sep 17 00:00:00 2001 From: Titus Fortner Date: Mon, 25 Sep 2023 23:51:16 -0500 Subject: [PATCH] blog post for 4.13 release (#1485) [deploy site] --- .../blog/2023/selenium-4-13-0-released.md | 141 ++++++++++++++++++ website_and_docs/layouts/downloads/list.html | 2 +- ...lenium-clients-and-webdriver-bindings.html | 4 +- 3 files changed, 144 insertions(+), 3 deletions(-) create mode 100644 website_and_docs/content/blog/2023/selenium-4-13-0-released.md diff --git a/website_and_docs/content/blog/2023/selenium-4-13-0-released.md b/website_and_docs/content/blog/2023/selenium-4-13-0-released.md new file mode 100644 index 00000000000..c4de6287e5b --- /dev/null +++ b/website_and_docs/content/blog/2023/selenium-4-13-0-released.md @@ -0,0 +1,141 @@ +--- +title: "Selenium 4.13 Released!" +linkTitle: "Selenium 4.13 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.13 has been released! +--- + +We're very happy to announce the release of Selenium 4.13.0 for Java, +Python, Javascript and the Grid; and 4.13.1 for .NET and Ruby. +Links to everything can be found on our [downloads page][downloads]. + +### Highlights + + * Chrome DevTools support is now: v115, v116, and v117 (Firefox still uses v85 for all versions) + * Reminder: this is the last version of Selenium with [Java 8 support](/blog/2023/java-8-support/). +Please upgrade to at least Java 11. + * The location of Selenium Manager can be set manually in all bindings with `SE_MANAGER_PATH` environment variable. + +#### Relevant improvements per language + + * Java + * Deprecated setScriptTimeout(), use scriptTimeout() + * Fixed several bugs related to logging driver output + * Removed a number of previously deprecated methods + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) + +
+ + * JavaScript + * Minor bug fixes + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) + +
+ + * .NET + * Users can now start a service before creating the driver object instance + * Removed Microsoft.IdentityModel.Tokens as dependency + * Fixed several bugs and made improvements to DevTools implementations + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) + +
+ + * Python + * Removed deprecated headless methods + * Fixed bug preventing using performance logging in Chrome and Edge + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) + +
+ + * Ruby + * Fixed bug preventing using performance logging in Chrome and Edge + * Users can now start a service before creating the driver object instance + * Removed deprecated driver extensions for location and network connection + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) + +
+ + * Rust + * Various bug fixes for improved Selenium Manager functionality + * [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/JefferyVin" >}} +{{< gh-user "https://api.github.com/users/KrishnaSuravarapu" >}} +{{< gh-user "https://api.github.com/users/RevealOscar" >}} +{{< gh-user "https://api.github.com/users/Sean-Gomez" >}} +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} +{{< gh-user "https://api.github.com/users/mdmintz" >}} +{{< gh-user "https://api.github.com/users/nvborisenko" >}} +{{< gh-user "https://api.github.com/users/sandeepsuryaprasad" >}} +{{< 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/SparshKesari" >}} +{{< gh-user "https://api.github.com/users/eaccmk" >}} +{{< gh-user "https://api.github.com/users/nvborisenko" >}} +{{< gh-user "https://api.github.com/users/sachhu" >}} +
+
+
+ +#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) + +
+
+
+{{< gh-user "https://api.github.com/users/Doofus100500" >}} +{{< gh-user "https://api.github.com/users/amardeep2006" >}} +{{< gh-user "https://api.github.com/users/luisfcorreia" >}} +{{< gh-user "https://api.github.com/users/marcusalb" >}} +{{< 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/AutomatedTester" >}} +{{< gh-user "https://api.github.com/users/bonigarcia" >}} +{{< gh-user "https://api.github.com/users/diemol" >}} +{{< gh-user "https://api.github.com/users/harsha509" >}} +{{< gh-user "https://api.github.com/users/joerg1985" >}} +{{< gh-user "https://api.github.com/users/pujagani" >}} +{{< gh-user "https://api.github.com/users/shs96c" >}} +{{< 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 fc5321b1722..ffa3b1319e4 100644 --- a/website_and_docs/layouts/downloads/list.html +++ b/website_and_docs/layouts/downloads/list.html @@ -107,7 +107,7 @@

C# NuGet

- Nuget latest release is 4.13.0 Released on September 25, 2023. + Nuget latest release is 4.13.1 Released on September 25, 2023.

  • diff --git a/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html b/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html index 631be91f505..b27202106ca 100644 --- a/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html +++ b/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html @@ -27,7 +27,7 @@

    Selenium Clients and WebDriver Language Bin

    Stable: - 4.13.0 (September 25, 2023) + 4.13.1 (September 25, 2023)

    @@ -55,7 +55,7 @@

    Selenium Clients and WebDriver Language Bin

    Stable: - 4.13.0 (September 25, 2023) + 4.13.1 (September 25, 2023)