Skip to content

Releases: DianaIonita/serverless-api-gateway-caching

1.7.3

12 Jun 16:48
Compare
Choose a tag to compare

Change summary

  • #93 Getting Rest API Id from the deployed CloudFormation stack, if it exists. This should be helpful when using plugins which split the serverless stack into many nested stacks, since previously the Rest API Id couldn't be retrieved just from settings.

1.7.2

08 Apr 11:16
Compare
Choose a tag to compare

Changes Summary

  • Fixed bad merge.

1.7.1

08 Apr 11:07
Compare
Choose a tag to compare

Change Summary

#91 Fixed issue where cache key parameters couldn't be set when a basePath is configured.

1.7.0

07 Apr 13:22
Compare
Choose a tag to compare

Change Summary

#90 Added optional restApiId and basePath settings for when the API Gateway is shared and lives in another stack (thanks @thebeatlecoder)

1.6.1

21 Jan 19:10
Compare
Choose a tag to compare

Change Summary

#86 Allowing ttlInSeconds to be zero (thanks @91-julian-sanchez and @marc-parillo)

1.6.0

29 Nov 17:58
Compare
Choose a tag to compare

Change Summary

#79 Added support for configuring caching for endpoints defined in CloudFormation (example)

1.5.2

14 Nov 16:50
Compare
Choose a tag to compare

Change Summary

#77 Added configuration validation (requires [email protected] or later).

1.5.1

06 Oct 18:37
Compare
Choose a tag to compare

Change Summary

#75 Fixed issue where caching wasn't updated for paths ending in forward slash (/some/path/)

1.5.0

02 Sep 22:36
Compare
Choose a tag to compare

Change Summary

  • #72 Added support for cache key parameters from the request body, either the entire body or a JSONPath expression (thanks @mgyarmathy)
  • #73 Updated README

1.4.1

12 Nov 20:36
Compare
Choose a tag to compare

Change Summary

Updated documentation to reflect that request.body and request.body.JSONPath_Expression are not supported as cache key parameters.