Skip to content

Commit afd8fda

Browse files
0.15.2 (#128)
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.
1 parent edaf940 commit afd8fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unleash/proxy",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "The Unleash Proxy (Open-Source)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)