Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.20.2 #1658

Merged
merged 9 commits into from Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,11 @@
## 0.20.2

June 4, 2022
Kludex marked this conversation as resolved.
Show resolved Hide resolved

### Fixed
* Fix regression on route paths with colons [#1675](https://github.com/encode/starlette/pull/1675).
* Allow staticfiles to follow symlinks [#1337](https://github.com/encode/starlette/pull/1377).
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an addition or really a fix? I don't care. Just questioning in case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it's a bit hard to tell, internally it was designed this way, but from the issue this is introduced as a bug. Open to suggestion though.

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your call. Do as you wish.

Kludex marked this conversation as resolved.
Show resolved Hide resolved

## 0.20.1

May 28, 2022
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.20.1"
__version__ = "0.20.2"