Skip to content

Commit

Permalink
Version 0.14.2 (#1133)
Browse files Browse the repository at this point in the history
* Prepare version 0.14.2

* Tweak changelog: Changed -> Fixed
  • Loading branch information
JayH5 committed Feb 2, 2021
1 parent ed73b97 commit ea19904
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.14.2

February 2, 2021

### Fixed

* Fixed `ServerErrorMiddleware` compatibility with Python 3.9.1/3.8.7 when debug mode is enabled -
[#1132](https://github.com/encode/starlette/pull/1132).
* Fixed unclosed socket `ResourceWarning`s when using the `TestClient` with WebSocket endpoints -
#1132.
* Improved detection of `async` endpoints wrapped in `functools.partial` on Python 3.8+ -
[#1106](https://github.com/encode/starlette/pull/1106).


## 0.14.1

November 9th, 2020
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.1"
__version__ = "0.14.2"

0 comments on commit ea19904

Please sign in to comment.