Skip to content

Commit 03b53f8

Browse files
committed
v0.6.0
1 parent fb73ab7 commit 03b53f8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.6.0 (January 16, 2021)
4+
5+
**⚠️ Breaking Changes ⚠️**
6+
7+
You need to update the `tf-next` package to the latest version in order to use it with the `v0.6.0` release.
8+
9+
```sh
10+
npm upgrade tf-next@latest # npm
11+
yarn upgrade tf-next@latest # yarn
12+
```
13+
14+
### Terraform module
15+
16+
- Upgrade to API Gateway Payload V2.0 ([#29](https://github.com/dealmore/terraform-aws-next-js/issues/29), [#31](https://github.com/dealmore/terraform-aws-next-js/pull/31))
17+
This is only an upgrade of the internally API used by Lambda and API Gateway (Not the resource itself, since we already use API Gateway V2). See this [guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html) for a detailed look at the differences between the V1.0 and V2.0 format.
18+
It fixes a bug where no multi-value headers could be sent by a SSR or API page.
19+
- Sends an error message when you try to use the Terraform module together with an old version of `tf-next` ([#5](https://github.com/dealmore/terraform-aws-next-js/issues/5), [#37](https://github.com/dealmore/terraform-aws-next-js/pull/37))
20+
- Upgrades proxy component to `v0.4.0`
21+
22+
### tf-next (0.4.0)
23+
24+
- Adds a version number to the config file, so that the Terraform module is able to warn about a possible version mismatch ([#5](https://github.com/dealmore/terraform-aws-next-js/issues/5), [#37](https://github.com/dealmore/terraform-aws-next-js/pull/37))
25+
26+
### Proxy (0.4.0)
27+
28+
- Fix to handle `resource` handle type properly
29+
330
## 0.5.3 (January 15, 2021)
431

532
### Terraform module

0 commit comments

Comments
 (0)