Gunicorn 25.1.0 Released #3507
benoitc
announced in
Announcements
Replies: 1 comment
-
|
Really love the introduction of the control interface. Our operations people are looking forward to using it as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are pleased to announce the release of Gunicorn 25.1.0.
Highlights
gunicornc - Control Interface
This release introduces
gunicornc, an interactive control interface for managing running Gunicorn instances, inspired bybirdcfor BIRD routing daemon.Connect to any running Gunicorn server and:
See the Control Interface Guide for details.
Dirty Stash
New shared key-value store accessible by all dirty workers via
dirty.stash. Useful for feature flags, rate limits, or cached data.ASGI Now Stable
The ASGI worker has been promoted from beta to stable.
Installation
Full Changelog
https://github.com/benoitc/gunicorn/releases/tag/25.1.0
Thanks to all contributors!
Beta Was this translation helpful? Give feedback.
All reactions