You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 0.5.0 (January 03, 2021)
4
+
5
+
Happy New Year! 🍾
6
+
With this release we bring native support for [redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects) in Next.js.
7
+
8
+
### Proxy (0.3.0)
9
+
10
+
- Adds ability to handle redirects ([#10](https://github.com/dealmore/terraform-aws-next-js/issues/10), [#24](https://github.com/dealmore/terraform-aws-next-js/pull/24)).
11
+
12
+
### tf-next (0.3.0)
13
+
14
+
- The build tool got a new name, now it is simply `tf-next` instead of `@dealmore/terraform-next-build`.
15
+
For backwards compatibility we plan to release new versions to both the old and the new package name until v1.0.
16
+
17
+
- When running `tf-next build` we now filter out routes with the prefix `_next/static/*` since they are handled directly by CloudFront and will never hit the Proxy.
18
+
3
19
## 0.4.0 (December 30, 2020)
4
20
5
21
- Adds [new example](https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/custom-domain) how to use custom domains.
0 commit comments