You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website_and_docs/content/blog/2024/selenium-4-25-released.md
+13
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,19 @@ languages and build systems. Below are the key highlights from this release.
67
67
- Reused driver mirror URLs to discover Firefox versions ([#14493](https://github.com/SeleniumHQ/selenium/commit/64590084bc4baa5a00c8b7709b80c75e77de818a))
68
68
-[See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md)
69
69
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
+
70
83
## Contributors
71
84
72
85
**Special shout-out to everyone who helped the Selenium Team get this release out!**
0 commit comments