Releases: DianaIonita/serverless-api-gateway-caching
Releases · DianaIonita/serverless-api-gateway-caching
1.11.0
What's Changed
- Retry behaviour for when a previous change is still in progress by @andriesss in #142
- Tests for applyUpdateStageForChunk by @DianaIonita in #143
- Using after:deploy:deploy hook instead of after:aws:deploy:finalize:cleanup by @DianaIonita in #145
Full Changelog: 1.10.4...1.11.0
1.10.4
Change Summary
#138 Cache key parameters are no longer "required" by default (thanks @josh-feather)
1.10.3
Change summary
#132 Changed default value of Method RequestParameters from {}
to true
(thanks @geetchoubey)
1.10.2
1.10.1
1.10.0
1.9.0
Changes Summary
#115 Added support for cacheKeyParameters
on additionalEndpoints
(thanks @jlangsu)
#116 Fixed issue where a shared API Gateway basePath
setting prevented some endpoints from having their caching settings updated
#117 Fixed basePath
not being used when calling updateStage
#118 Added tests to cover for cacheKeyParameters
on additionalEndpoints