We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed73b97 commit ea19904Copy full SHA for ea19904
docs/release-notes.md
@@ -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
15
## 0.14.1
16
17
November 9th, 2020
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.14.1"
+__version__ = "0.14.2"
0 commit comments