Releases: apache/openwhisk-apigateway
Releases · apache/openwhisk-apigateway
0.9.7
- Added support for periods
.
within a URL path segment
0.9.6
- When authenticating via OAuth2, allow any mix of case for the word
bearer
in the authorization header
0.9.5
- Fixes entrypoint to dumb-init
0.9.4
- Removes
onbuild
directives. Just copy in your own configs if overriding the defaults.
0.9.3
- Renames the
appid
oauth provider to app-id
per original design.
0.9.2
- Streamlines Docker build
- Enables verification of JWTs using a JWK
0.8.2
Fixes
- If the execute policy is empty, the gateway's management interface would throw an 500 - Internal Server Error.
0.9.1
Fix swagger parse logic for empty execute policy (#238)
0.8.1
Fixes
- Resolves an issue affecting query parameters when the gateway is used with a CloudFoundry route service