Openwhisk Apigateway Versions Save

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.

1.0.0

4 years ago

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

4 years ago
  • Enable overriding the backend url to enable standalone mode (#347)
  • OAuth fixes and improvements (#353)

0.10.0-incubating

4 years ago

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

5 years ago

Enhancements:

  • Retry redis queries on failure

0.9.13

5 years ago

Fixes:

  • Empty JSON arrays in request bodies are now handled properly

Enhancements:

  • Read timeout from upstreams increased to 70 seconds

0.9.12

5 years ago

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

6 years ago

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

6 years ago

Enhancements

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

Fixes

  • Minor fixes to OpenAPI parsing

0.9.9

6 years ago

0.9.8

6 years ago
  • Adds support for handling $(request.path) references in an API's target URL.