Leon Anavi
3e32683d88
python3-gunicorn: Upgrade 24.1.1 -> 25.1.0
...
Upgrade to release 25.1.0:
- Control Interface (gunicornc): Add interactive control interface
for managing running Gunicorn instances, similar to birdc for
BIRD routing daemon
- Unix socket-based communication with JSON protocol
- Interactive mode with readline support and command history
- Commands: show all/workers/dirty/config/stats/listeners
- Worker management: worker add/remove/kill, dirty add/remove
- Server control: reload, reopen, shutdown
- New settings: --control-socket, --control-socket-mode,
--no-control-socket
- New CLI tool: gunicornc for connecting to control socket
- Dirty Stash: Add global shared state between workers via dirty.stash
- In-memory key-value store accessible by all workers
- Supports get, set, delete, clear, keys, and has operations
- Useful for sharing state like feature flags, rate limits, or
cached data
- Dirty Binary Protocol: Implement efficient binary protocol for
dirty arbiter IPC using TLV (Type-Length-Value) encoding
- More efficient than JSON for binary data
- Supports all Python types: str, bytes, int, float, bool, None,
list, dict
- Better performance for large payloads
- Dirty TTIN/TTOU Signals: Add dynamic worker scaling for dirty
arbiters
- Send SIGTTIN to increase dirty workers
- Send SIGTTOU to decrease dirty workers
- Respects minimum worker constraints from app configurations
- ASGI Worker: Promoted from beta to stable
- Dirty Arbiters: Now marked as beta feature
License-Update: Update years
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2026-02-24 22:30:27 -08:00
..
2026-01-12 08:53:45 -08:00
2026-02-16 00:34:04 -08:00
2026-02-06 10:06:25 -08:00
2026-02-10 21:11:46 -08:00
2026-02-06 10:06:18 -08:00
2026-01-12 08:53:50 -08:00
2026-01-12 08:53:49 -08:00
2026-01-27 11:58:28 -08:00
2026-01-13 08:28:58 -08:00
2026-01-20 08:27:13 -08:00
2026-01-13 08:28:59 -08:00
2026-02-06 10:06:18 -08:00
2026-01-30 23:59:04 -08:00
2026-02-06 10:06:19 -08:00
2026-01-02 22:28:23 -08:00
2026-02-16 00:34:02 -08:00
2026-02-08 20:41:53 -08:00
2026-01-12 08:53:42 -08:00
2026-01-13 08:28:59 -08:00
2026-01-12 10:25:57 -08:00
2026-01-12 08:53:47 -08:00
2026-02-06 10:06:23 -08:00
2026-02-06 10:06:23 -08:00
2026-01-07 08:18:56 -08:00
2026-02-20 23:34:19 -08:00
2026-01-05 18:16:18 -08:00
2026-01-30 23:59:07 -08:00
2026-01-07 09:09:29 -08:00
2025-12-31 08:34:02 -08:00
2026-02-20 23:34:19 -08:00
2026-01-20 08:27:12 -08:00
2026-01-12 08:53:45 -08:00
2026-01-06 07:36:35 -08:00
2026-02-20 23:34:19 -08:00
2026-02-06 10:06:23 -08:00
2026-01-05 18:16:18 -08:00
2026-01-03 20:29:17 -08:00
2026-01-05 18:16:19 -08:00
2026-01-30 23:59:08 -08:00
2025-12-31 08:34:01 -08:00
2026-02-16 00:34:04 -08:00
2026-02-06 10:06:25 -08:00
2026-01-30 23:59:08 -08:00
2026-02-10 21:11:46 -08:00
2026-02-10 21:11:46 -08:00
2026-02-10 21:11:46 -08:00
2025-12-31 08:34:03 -08:00
2025-12-31 08:34:04 -08:00
2026-01-30 23:59:08 -08:00
2026-02-20 23:34:20 -08:00
2025-12-31 08:34:02 -08:00
2026-02-20 23:34:23 -08:00
2025-12-31 08:34:00 -08:00
2026-02-06 10:06:18 -08:00
2026-01-06 07:36:35 -08:00
2025-12-31 08:28:51 -08:00
2026-02-17 22:42:39 -08:00
2025-12-31 08:28:55 -08:00
2026-01-05 18:16:19 -08:00
2026-02-17 22:42:40 -08:00
2025-12-31 08:34:01 -08:00
2026-02-20 23:34:20 -08:00
2025-12-31 08:34:00 -08:00
2026-01-12 08:53:49 -08:00
2026-01-12 08:53:49 -08:00
2026-01-27 11:58:28 -08:00
2025-12-31 08:34:04 -08:00
2026-01-13 08:28:58 -08:00
2026-01-30 23:59:08 -08:00
2026-02-24 22:30:27 -08:00
2026-01-20 08:27:13 -08:00
2026-01-30 23:59:08 -08:00
2025-12-31 08:34:02 -08:00
2026-01-13 08:28:59 -08:00
2026-01-30 23:59:09 -08:00
2026-02-06 10:06:23 -08:00
2026-01-22 22:01:01 -08:00
2026-01-13 08:29:01 -08:00
2026-02-24 22:30:26 -08:00
2026-01-30 23:59:05 -08:00
2025-12-31 08:34:02 -08:00
2026-02-16 10:25:51 -08:00
2026-01-13 08:28:59 -08:00
2026-02-16 10:25:52 -08:00
2026-02-17 22:42:40 -08:00
2026-02-20 23:34:22 -08:00
2025-12-31 08:34:03 -08:00
2026-02-06 10:06:26 -08:00
2026-02-20 23:34:22 -08:00
2026-01-22 22:01:01 -08:00
2026-02-24 22:30:26 -08:00
2026-01-30 23:59:09 -08:00
2026-02-20 23:34:18 -08:00
2026-02-07 19:01:52 -08:00
2026-02-06 10:06:23 -08:00
2026-01-06 07:36:35 -08:00
2026-01-12 08:53:44 -08:00
2026-01-12 08:53:44 -08:00
2025-12-31 08:34:02 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:18 -08:00
2026-01-30 23:59:04 -08:00
2025-12-31 08:28:51 -08:00
2026-01-06 07:36:35 -08:00
2026-02-20 23:34:19 -08:00
2026-01-30 23:59:05 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:24 -08:00
2026-01-12 08:53:44 -08:00
2026-02-17 22:42:39 -08:00
2026-01-02 22:28:23 -08:00
2026-02-02 00:23:13 -08:00
2026-01-22 22:01:02 -08:00
2026-01-20 08:27:13 -08:00
2026-01-13 08:29:01 -08:00
2026-01-13 08:29:01 -08:00
2026-02-16 00:34:02 -08:00
2026-01-12 10:25:57 -08:00
2026-02-08 20:41:53 -08:00
2026-01-27 11:58:27 -08:00
2026-02-16 10:25:51 -08:00
2026-02-04 20:53:30 -08:00
2026-01-13 08:28:58 -08:00
2026-01-22 22:01:02 -08:00
2026-01-13 08:29:01 -08:00
2026-01-20 08:27:14 -08:00
2026-01-21 15:31:07 -08:00
2026-02-17 22:42:39 -08:00
2026-02-16 10:25:51 -08:00
2026-01-13 08:29:02 -08:00
2026-01-02 22:30:12 -08:00
2026-02-07 19:01:52 -08:00
2026-01-30 23:59:09 -08:00
2026-01-30 23:59:09 -08:00
2026-01-20 08:27:11 -08:00
2025-12-31 08:28:52 -08:00
2026-01-22 22:01:02 -08:00
2026-01-27 11:58:27 -08:00
2026-02-16 00:34:03 -08:00
2025-12-31 08:28:53 -08:00
2026-02-20 23:34:20 -08:00
2026-01-22 22:01:02 -08:00
2026-02-07 19:01:53 -08:00
2025-12-31 08:34:01 -08:00
2026-01-22 22:01:02 -08:00
2026-02-20 23:34:22 -08:00
2025-12-31 08:28:54 -08:00
2025-12-31 08:28:56 -08:00
2026-01-20 08:27:10 -08:00
2026-02-20 23:34:19 -08:00
2026-01-07 09:09:29 -08:00
2026-02-06 10:06:19 -08:00
2026-02-06 10:06:19 -08:00
2026-01-13 08:29:02 -08:00
2026-01-20 08:27:14 -08:00
2026-02-16 00:34:04 -08:00
2025-12-31 08:28:51 -08:00
2026-02-17 22:42:39 -08:00
2026-02-06 10:06:24 -08:00
2026-02-16 10:25:51 -08:00
2025-12-31 08:28:53 -08:00
2026-01-12 08:53:48 -08:00
2026-02-16 10:25:51 -08:00
2026-01-12 08:53:49 -08:00
2026-02-06 10:06:24 -08:00
2026-01-30 23:59:09 -08:00
2026-01-12 08:53:48 -08:00
2025-12-31 08:28:56 -08:00
2026-02-06 10:06:25 -08:00
2026-01-13 08:29:02 -08:00
2026-01-12 08:53:42 -08:00
2026-01-20 08:27:12 -08:00
2025-12-31 08:28:56 -08:00
2026-01-20 08:27:12 -08:00
2026-02-16 00:34:04 -08:00
2026-01-05 18:15:25 -08:00
2026-01-21 15:31:08 -08:00
2026-01-22 22:01:03 -08:00