Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 17:51
· 9 commits to refs/heads/main since this release

0.1.0 (2025-02-02)

⚠ BREAKING CHANGES

  • standardize plural nextjsFunctions in override interfaces

  • omit overrides from OptionalNextjs... props since they are duplicative of top level overrides causing confusion

  • support non us-east-1 regions with EdgeFunction construct

  • omit overrides from OptionalNextjs... props since they are duplicative of top level overrides causing confusion (d0181f2)

Features

  • min tls 1.2 on static assets bucket (77c0947)
  • support non us-east-1 regions with EdgeFunction construct (62b1891)
  • upgrade from deprecated container insights flag to v2 (87cb81d)

Bug Fixes

  • standardize plural nextjsFunctions in override interfaces (fb6d9b2)

Docs

  • document breaking changes in docs/breaking-changes.md (0e8b514)
  • explain difference between how to override Nextjs... constructs and lower level constructs (2c37f94)
  • low-cost example with nat instance, 1 month log retention, etc. (9e00ab4)
  • update container examples with basic auth (d0e112c)