Skip to content

Commit e45c579

Browse files
graingertKludexJayH5
authored
prepare release 0.16.0 (#1233)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com> Co-authored-by: Jamie Hewland <jhewland@gmail.com>
1 parent b0a6d6f commit e45c579

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.16.0
2+
3+
July 19, 2021
4+
5+
### Added
6+
* Added [Encode](https://github.com/sponsors/encode) funding option
7+
[#1219](https://github.com/encode/starlette/pull/1219)
8+
9+
### Fixed
10+
* `starlette.websockets.WebSocket` instances are now hashable and compare by identity
11+
[#1039](https://github.com/encode/starlette/pull/1039)
12+
* A number of fixes related to running task groups in lifespan
13+
[#1213](https://github.com/encode/starlette/pull/1213),
14+
[#1227](https://github.com/encode/starlette/pull/1227)
15+
16+
### Deprecated/removed
17+
* The method `starlette.templates.Jinja2Templates.get_env` was removed
18+
[#1218](https://github.com/encode/starlette/pull/1218)
19+
* The ClassVar `starlette.testclient.TestClient.async_backend` was removed,
20+
the backend is now configured using constructor kwargs
21+
[#1211](https://github.com/encode/starlette/pull/1211)
22+
* Passing an Async Generator Function or a Generator Function to `starlette.router.Router(lifespan_context=)` is deprecated. You should wrap your lifespan in `@contextlib.asynccontextmanager`.
23+
[#1227](https://github.com/encode/starlette/pull/1227)
24+
[#1110](https://github.com/encode/starlette/pull/1110)
25+
126
## 0.15.0
227

328
June 23, 2021

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.0"
1+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)