Skip to content

Commit 6403430

Browse files
authored
Add release notes for docker-selenium 4.25.0 (#1960)
Signed-off-by: Viet Nguyen Duc <[email protected]> [deploy site]
1 parent 4b4f759 commit 6403430

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

website_and_docs/content/blog/2024/selenium-4-25-released.md

+13
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ languages and build systems. Below are the key highlights from this release.
6767
- Reused driver mirror URLs to discover Firefox versions ([#14493](https://github.com/SeleniumHQ/selenium/commit/64590084bc4baa5a00c8b7709b80c75e77de818a))
6868
- [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md)
6969

70+
### Docker Selenium
71+
- KEDA Scaler in Kubernetes:
72+
- Enhanced KEDA scaler behavior, addressing:
73+
- Node with different platformName scaling: Fixed incorrect scaling behavior when both Linux and Windows node stereotypes are present ([#1925](https://github.com/SeleniumHQ/docker-selenium/issues/1925)).
74+
- Excessive autoscaling: Resolved over-scaling of browser nodes ([#2160](https://github.com/SeleniumHQ/docker-selenium/issues/2160)).
75+
- Added separate parameters for basic authentication (`username`, `password`) for the Grid GraphQL endpoint ([#2401](https://github.com/SeleniumHQ/docker-selenium/pull/2401)).
76+
- Added support for `nodeMaxSessions` parameter to control maximum concurrent sessions per node, aligning with the node config `--max-sessions` ([#2402](https://github.com/SeleniumHQ/docker-selenium/pull/2402)).
77+
78+
> Note: The above KEDA scaler updates are available experimentally via our built images approach. Check out [this](https://github.com/SeleniumHQ/docker-selenium/blob/4.25.0-20240922/.keda/README.md) for more details.
79+
80+
- Selenium Grid Helm Chart: Updated to support the new KEDA scaler enhancements.
81+
- [See all changes](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.25.0-20240922)
82+
7083
## Contributors
7184

7285
**Special shout-out to everyone who helped the Selenium Team get this release out!**

0 commit comments

Comments
 (0)