diff --git a/website_and_docs/content/blog/2025/selenium-4-34-released.md b/website_and_docs/content/blog/2025/selenium-4-34-released.md
new file mode 100644
index 000000000000..77524edd69f2
--- /dev/null
+++ b/website_and_docs/content/blog/2025/selenium-4-34-released.md
@@ -0,0 +1,209 @@
+---
+title: "Selenium 4.34 Released!"
+linkTitle: "Selenium 4.34 Released!"
+date: 2025-06-29
+tags: [ "selenium" ]
+categories: [ "releases" ]
+author: Diego Molina [@diemol](https://www.diemol.com)
+images:
+ - "/images/blog/2025/selenium_4.34.jpg"
+description: >
+ Today we're happy to announce that Selenium 4.34 has been released!
+---
+
+Weβre excited to announce the release of **Selenium 4.34** for Javascript, Ruby, Python, .NET, Java
+and the Grid! π
+
+Links to all assets can be found on our [downloads page][downloads].
+
+
+---
+
+## π¦ Highlights
+
+- **macOS Improvements**: Added macOS-specific key support for both Ruby and Python.
+- **Web Extension Support**: BiDi implementations now support Chromium web extensions (Java, Python).
+- **Deprecations**: FTP proxy support deprecated across Java, Python, Ruby, and .NET.
+- **Selenium Manager**: Now supports Electron (Rust backend). Still needs implementation in the bindings.
+- **BiDi Enhancements**: Continued progress with `historyUpdated`, `permissions`, and `storage` modules (Java, .NET, Python).
+- **Quality Improvements**: Significant type annotation cleanup, test stability enhancements, and doc generation in Python.
+
+### Java
+
+- β
Implemented BiDi commands:
+ - `browsingContext.historyUpdated`
+ - `webExtensions` and extended `BrowsingContextInfo`
+- π Refactored `CommandPayload`, removed deprecated classes:
+ - `ContextAware`
+ - `CommandLine`
+ - `OsProcess`
+- β οΈ Deprecated `FtpProxy`
+- β Environment variable support for driver paths with Selenium Manager
+- π Improvements in `VirtualAuthenticator`
+
+### Python
+
+- π Added macOS-specific keys to `Keys` enum (`OPTION`, `FN`)
+- π§ Extensive BiDi updates:
+ - WebExtensions
+ - Permissions
+ - Storage
+ - History updates (with timestamps)
+- π§Ό Code quality:
+ - mypy/type hint cleanups
+ - API docs improvements (auto-generated)
+ - tox/ruff upgrades
+- π‘ `enable_webextensions()` now documented with CDP note
+- β Deprecated: FTP proxy support
+- π Better error reporting on HTTP failures, improved error handling in `expected_conditions`
+
+### .NET
+
+- π« Deprecated FTP proxy support
+- π BiDi enhancements:
+ - `OnHistoryUpdated` event
+ - AcceptInsecureCerts & Proxy in user context
+ - Implicit screenshot-to-bytes conversion
+ - Protected DTOs from inheritance
+- π§Ή Cleanup:
+ - Namespace simplifications
+ - Removed StyleCop config
+
+### JavaScript
+
+- π’ Warning added when FTP proxy is used
+- π‘ Declared minimum required Node.js version: `>= 20.0.0`
+
+### Grid
+- π§ͺ Grid UI updated to Node 20 for type compatibility
+- π§° New built-in slot selector: `GreedySlotSelector`
+- π§Ή UI cleanup: session deletion, log level validation
+
+### Ruby
+
+- π§βπ» Added macOS key mappings (Option/Fn)
+- β οΈ Deprecated FTP proxy support
+- π Fixed child process termination handling
+
+### Rust (Selenium Manager)
+
+- π₯οΈ Added **Electron** browser support
+- π§ Fixed Edge version test logic
+- Electron support.
+
+### Docker Selenium
+
+- K8s: Distributor uses Greedy as slot selector strategy in autoscaling ([#2875](https://github.com/SeleniumHQ/docker-selenium/pull/2875))
+- K8s: Fix video uploader secrets pass to Node single container ([#2886](https://github.com/SeleniumHQ/docker-selenium/pull/2886))
+- Docker: Update dependencies version for CVEs fix
+- Docker: Enable `SE_NODE_ENABLE_MANAGED_DOWNLOADS` in Node config by default ([#2869](https://github.com/SeleniumHQ/docker-selenium/pull/2869))
+- Docker: Session created in Node container can be deleted on UI by default ([#2871](https://github.com/SeleniumHQ/docker-selenium/pull/2871))
+- Docker: Environment variable flag to upgrade latest version of Chrome and ChromeDriver in container ([#2872](https://github.com/SeleniumHQ/docker-selenium/pull/2872))
+- [See all changes](https://github.com/SeleniumHQ/docker-selenium/releases)
+
+
+
+
+We thank all our contributors for their incredible efforts in making Selenium better with every
+release. β€οΈ
+
+For a detailed look at all changes, check out
+the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.34.0).
+
+
+
+## Contributors
+
+**Special shout-out to everyone who helped the Selenium Team get this release out!**
+
+### [Selenium](https://github.com/SeleniumHQ/selenium)
+
+
Stable: - 4.34.0 (June 29, 2024) + 4.34.2 (July 8, 2025)
diff --git a/website_and_docs/static/images/blog/2025/selenium_4.34.jpg b/website_and_docs/static/images/blog/2025/selenium_4.34.jpg new file mode 100644 index 000000000000..34f43e30ae12 Binary files /dev/null and b/website_and_docs/static/images/blog/2025/selenium_4.34.jpg differ