Skip to content

Releases: DianaIonita/serverless-api-gateway-caching

1.10.4

09 May 20:00
Compare
Choose a tag to compare

Change Summary

#138 Cache key parameters are no longer "required" by default (thanks @josh-feather)

1.10.3

11 Nov 18:15
Compare
Choose a tag to compare

Change summary

#132 Changed default value of Method RequestParameters from {} to true (thanks @geetchoubey)

1.10.2

02 Aug 19:37
Compare
Choose a tag to compare

Change summary

#128 Fixed issue where uninitialised settings caused errors (thanks @BressOne)

1.10.1

15 Dec 19:43
Compare
Choose a tag to compare

Change Summary

#124 Fixed issue where inheriting CloudWatch settings from undefined stage settings would fail deployments

1.10.0

07 Dec 13:10
Compare
Choose a tag to compare

Changes Summary

#122 Added toggle for whether endpoints inherit CloudWatch settings from stage settings (thanks @driskell)

1.9.0

21 Sep 13:35
Compare
Choose a tag to compare

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

1.8.1

16 May 18:51
Compare
Choose a tag to compare

Changes Summary

#111 Fixed issue where configuring cache key parameters like request.headers.Authorization and headers with the same name in different casing would cause the endpoints to return an Internal Server Error.

1.8.0

25 Apr 18:59
Compare
Choose a tag to compare

Change Summary

#107 Cache key parameters mapped from body don't require lambda integration

1.7.5

19 Jan 19:03
Compare
Choose a tag to compare

Change summary

#100 Strict schema definitions (thanks @pgrzesik)

1.7.4

01 Aug 15:28
Compare
Choose a tag to compare

Change summary

#95 Fixed issue with applying caching settings to endpoints with an empty HTTP path.