]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.26.0 (#2071) 0.26.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 9 Mar 2023 23:06:30 +0000 (00:06 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 23:06:30 +0000 (23:06 +0000)
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
docs/release-notes.md
starlette/__init__.py

index 454c69b951e5b58f5b221b8b191c1189038fb02b..5e432afdf15b2f97650d46d59115814be90bf3e6 100644 (file)
@@ -1,3 +1,21 @@
+## 0.26.0
+
+March 9, 2023
+
+### Added
+
+* Support [lifespan state](/lifespan/) [#2060](https://github.com/encode/starlette/pull/2060),
+  [#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).
+
+### Changed
+* Change `url_for` signature to return a `URL` instance [#1385](https://github.com/encode/starlette/pull/1385).
+
+### Fixed
+* Allow "name" argument on `url_for()` and `url_path_for()` [#2050](https://github.com/encode/starlette/pull/2050).
+
+### Deprecated
+* Deprecate `on_startup` and `on_shutdown` events [#2070](https://github.com/encode/starlette/pull/2070).
+
 ## 0.25.0
 
 February 14, 2023
index 6fea77c0108502edbede15a980761ddb4ea662b3..7c4a9591e14826a8a3b7922bd01b346fa3a39228 100644 (file)
@@ -1 +1 @@
-__version__ = "0.25.0"
+__version__ = "0.26.0"