Skip to content

Commit

Permalink
0.15.2 (#128)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomasheartman authored Apr 20, 2023
1 parent edaf940 commit afd8fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleash/proxy",
"version": "0.15.1",
"version": "0.15.2",
"description": "The Unleash Proxy (Open-Source)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit afd8fda

Please sign in to comment.