Skip to content

Commit 9283c0f

Browse files
authored
Version 0.41.0 (#2821)
* Version 0.41.0 * Add #2776 to release notes
1 parent a01a33e commit 9283c0f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
toc_depth: 2
33
---
44

5+
## 0.41.0 (February 16, 2026)
6+
7+
### Added
8+
9+
* Add `--limit-max-requests-jitter` to stagger worker restarts (#2707)
10+
* Add socket path to `scope["server"]` (#2561)
11+
12+
### Changed
13+
14+
* Rename `LifespanOn.error_occured` to `error_occurred` (#2776)
15+
16+
### Fixed
17+
18+
* Ignore permission denied errors in watchfiles reloader (#2817)
19+
* Ensure lifespan shutdown runs when `should_exit` is set during startup (#2812)
20+
* Reduce the log level of 'request limit exceeded' messages (#2788)
21+
522
## 0.40.0 (December 21, 2025)
623

724
### Remove

uvicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.40.0"
4+
__version__ = "0.41.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)