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

Release v0.15.2 #128

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Release v0.15.2 #128

merged 1 commit into from
Apr 20, 2023

Conversation

thomasheartman
Copy link
Contributor

This PR releases v0.15.2. It contains a bugfix (#126) for the recently released content-type checking that the proxy does.

The content-type bug

Prior to this fix, the content-type checking would apply to all endpoints on the app you use for the proxy. If you use the proxy as a standalone app, then that doesn't really matter, but if you pass in a separate app, then all non-proxy endpoints will also have the content-type checking applied.

The fix, provided by @Dzixxx, makes it so that the content-type validation only happens on the endpoints bundled by the proxy.

Copy link
Contributor

@chriswk chriswk left a comment

Choose a reason for hiding this comment

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

LGTM.

@thomasheartman thomasheartman merged commit afd8fda into main Apr 20, 2023
@thomasheartman thomasheartman deleted the release/0.15.2 branch April 20, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants