Skip to content

Commit ea19904

Browse files
authored
Version 0.14.2 (#1133)
* Prepare version 0.14.2 * Tweak changelog: Changed -> Fixed
1 parent ed73b97 commit ea19904

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.14.2
2+
3+
February 2, 2021
4+
5+
### Fixed
6+
7+
* Fixed `ServerErrorMiddleware` compatibility with Python 3.9.1/3.8.7 when debug mode is enabled -
8+
[#1132](https://github.com/encode/starlette/pull/1132).
9+
* Fixed unclosed socket `ResourceWarning`s when using the `TestClient` with WebSocket endpoints -
10+
#1132.
11+
* Improved detection of `async` endpoints wrapped in `functools.partial` on Python 3.8+ -
12+
[#1106](https://github.com/encode/starlette/pull/1106).
13+
14+
115
## 0.14.1
216

317
November 9th, 2020

starlette/__init__.py

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

0 commit comments

Comments
 (0)