forked from squidfunk/terraform-aws-api-gateway-enable-cors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
24 lines (13 loc) · 703 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
terraform-aws-api-gateway-enable-cors-0.3.3 (2021-04-18)
* Fixed #12: Switch to terraform-0.15.x `tomap` syntax
terraform-aws-api-gateway-enable-cors-0.3.2 (2021-04-06)
* Fixed #10: 500 error on OPTIONS when using */* in binary media types
terraform-aws-api-gateway-enable-cors-0.3.1 (2020-01-27)
* Fixed terraform-0.12.6 deprecations
terraform-aws-api-gateway-enable-cors-0.3.0 (2019-06-10)
* Upgraded to terraform-0.12.x
terraform-aws-api-gateway-enable-cors-0.2.0 (2018-12-24)
* Added support for Access-Control-Allow-Credentials header
* Renamed allowed_* variables to allow_* to match header names
terraform-aws-api-gateway-enable-cors-0.1.0 (2018-06-12)
* Initial release