Skip to content

Commit

Permalink
Version 0.27.0 (#2147)
Browse files Browse the repository at this point in the history
* Version 0.27.0

* Update release-notes.md

* Update docs/release-notes.md

* Update docs/release-notes.md

* Update docs/release-notes.md

* Update release-notes.md

* Update docs/release-notes.md

* Update release-notes.md

* Update docs/release-notes.md

* Update docs/release-notes.md

* Update docs/release-notes.md

---------

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
aminalaee and Kludex committed May 16, 2023
1 parent 1797de4 commit 0c4b68a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.27.0

May 16, 2023

This release fixes a path traversal vulnerability in `StaticFiles`. You can view the full security advisory:
https://github.com/encode/starlette/security/advisories/GHSA-v5gw-mw7f-84px

### Added
* Minify JSON websocket data via `send_json` https://github.com/encode/starlette/pull/2128

### Fixed
* Replace `commonprefix` by `commonpath` on `StaticFiles` [1797de4](https://github.com/encode/starlette/commit/1797de464124b090f10cf570441e8292936d63e3).
* Convert ImportErrors into ModuleNotFoundError [#2135](https://github.com/encode/starlette/pull/2135).
* Correct the RuntimeError message content in websockets [#2141](https://github.com/encode/starlette/pull/2141).

## 0.26.1

March 13, 2023
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.26.1"
__version__ = "0.27.0"

0 comments on commit 0c4b68a

Please sign in to comment.