Skip to content

Releases: apache/openwhisk-apigateway

1.0.0

13 Apr 15:14
6fb8fff
Compare
Choose a tag to compare

1.0.0

  • Fix array handling during mapping operations (#359)
  • Fix getUriPath logic to ignore API tenant base path (#363)
  • Fix (http): Use HTTP 1.1 for upstreams (#369)
  • Disable ipv6 during DNS resolution (#366)
  • Fix max body size limit (#365)
  • Fix App ID bug, add unit tests (#357)
  • Add support for preserving XF headers from upstream (#356)

0.11.0

30 Aug 19:33
0.11.0
b80ce4d
Compare
Choose a tag to compare
  • Enable overriding the backend url to enable standalone mode (#347)
  • OAuth fixes and improvements (#353)

0.10.0-incubating

12 Jun 22:10
0.10.0-incubating
a737552
Compare
Choose a tag to compare

Apache OpenWhisk API Gateway is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

0.9.14

05 May 02:10
Compare
Choose a tag to compare
0.9.14 Pre-release
Pre-release

Enhancements:

  • Retry redis queries on failure

0.9.13

12 Oct 14:50
Compare
Choose a tag to compare
0.9.13 Pre-release
Pre-release

Fixes:

  • Empty JSON arrays in request bodies are now handled properly

Enhancements:

  • Read timeout from upstreams increased to 70 seconds

0.9.12

26 Jul 18:57
Compare
Choose a tag to compare
0.9.12 Pre-release
Pre-release

Fixes:

  • CORS headers are now added or removed appropriately based on the cors: true|false flag.
  • CORS headers are ignored (passthrough) if cors is not set or is null.

0.9.11

19 May 02:49
Compare
Choose a tag to compare
0.9.11 Pre-release
Pre-release

Enhancements:

  • Sync gateway configuration with a remote location when desired
  • Support for decrypting an encrypted redis password using openssl aes-256-cbc
  • Update project licenses to comply with ASF requirements

Fixes:

  • None

0.9.10

13 Mar 15:08
Compare
Choose a tag to compare
0.9.10 Pre-release
Pre-release

Enhancements

  • Added support for setting headers in an operation-switch context

Fixes

  • Minor fixes to OpenAPI parsing

0.9.9

03 Jan 02:28
Compare
Choose a tag to compare
0.9.9 Pre-release
Pre-release
Fix multiple query parameter issue for dynamic backends (#270)

0.9.8

13 Nov 21:05
Compare
Choose a tag to compare
0.9.8 Pre-release
Pre-release
  • Adds support for handling $(request.path) references in an API's target URL.