Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Releases: serverless-nextjs/serverless-next.js

v3.5.4-alpha.0

10 Nov 07:19
Compare
Choose a tag to compare
v3.5.4-alpha.0 Pre-release
Pre-release

3.5.4-alpha.0 (2021-11-10)

Bug Fixes

  • core: fix image optimizer for images with basepath in /_next/static or /static/ (#2033) (163c95a)

v3.5.3

09 Nov 02:36
Compare
Choose a tag to compare

3.5.3 (2021-11-09)

Note: Version bump only for package serverless-nextjs-monorepo

v3.5.3-alpha.6

09 Nov 01:38
Compare
Choose a tag to compare
v3.5.3-alpha.6 Pre-release
Pre-release

3.5.3-alpha.6 (2021-11-09)

Bug Fixes

  • core: add url normalization to image optimizer URL (#2015) (5c4f841)
  • core: render static pages for all http methods, for options methods return allowed methods (#2024) (9fe3216)

v3.5.3-alpha.5

08 Nov 10:03
Compare
Choose a tag to compare
v3.5.3-alpha.5 Pre-release
Pre-release

3.5.3-alpha.5 (2021-11-08)

Bug Fixes

  • core: fix lookup for _next/static files (used in lambda only right now) (#2001) (09ea1c0)
  • lambda, core: build lambda properly with api/page routes in one single manifest (#2010) (bc3668d)
  • lambda: fix apigw compat layer to properly handle binary data (#2002) (e65c023)
  • lambda: fix typo in lambda builder manifest for queueRegion (#2008) (fdfa467)

v3.5.3-alpha.4

30 Oct 04:56
Compare
Choose a tag to compare
v3.5.3-alpha.4 Pre-release
Pre-release

3.5.3-alpha.4 (2021-10-30)

Bug Fixes

  • lambda-at-edge: properly include pages that start with pages/api (but are not api pages) (#1994) (26a756c)

v3.5.3-alpha.3

30 Oct 02:11
Compare
Choose a tag to compare
v3.5.3-alpha.3 Pre-release
Pre-release

3.5.3-alpha.3 (2021-10-30)

Bug Fixes

  • aws-lambda: add another wait after updating lambda config (#1992) (67add7e)

v3.5.3-alpha.2

29 Oct 19:30
Compare
Choose a tag to compare
v3.5.3-alpha.2 Pre-release
Pre-release

3.5.3-alpha.2 (2021-10-29)

Bug Fixes

  • aws-lambda: wait for lambda to be ready right after creation/updating of code (#1985) (016fee0)
  • domain: add missing pieces to 'domainMinimumProtocolVersion' input use (#1983) (dff22ba)

v3.5.3-alpha.1

29 Oct 08:43
Compare
Choose a tag to compare
v3.5.3-alpha.1 Pre-release
Pre-release

3.5.3-alpha.1 (2021-10-29)

Bug Fixes

  • aws-lambda, nextjs-component: ensure we wait until lambda functions are ready before using them (#1982) (a0a22ab)

v3.5.3-alpha.0

29 Oct 04:27
Compare
Choose a tag to compare
v3.5.3-alpha.0 Pre-release
Pre-release

3.5.3-alpha.0 (2021-10-29)

Note: Version bump only for package serverless-nextjs-monorepo

v3.5.2

28 Oct 05:14
Compare
Choose a tag to compare

3.5.2 (2021-10-28)

Bug Fixes

  • lerna: fix publish command for stable versions (ebcabb2)