serverless-next.js

⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

MIT License

Downloads
258.6K
Stars
4.5K
Committers
118

Bot releases are hidden (Show)

serverless-next.js - v3.2.0-alpha.11

Published by dphang over 3 years ago

3.2.0-alpha.11 (2021-06-30)

Bug Fixes

serverless-next.js - v3.2.0-alpha.10

Published by dphang over 3 years ago

3.2.0-alpha.10 (2021-06-29)

Features

  • aws-s3, nextjs-component: support s3 bucket tags (#1326) (c924c22)
serverless-next.js - v3.2.0-alpha.9

Published by dphang over 3 years ago

3.2.0-alpha.9 (2021-06-29)

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

serverless-next.js - v3.2.0-alpha.8

Published by dphang over 3 years ago

3.2.0-alpha.8 (2021-06-28)

Bug Fixes

  • lambda-at-edge: properly copy node_modules in serverless-trace mode for regeneration lambda (#1319) (0eee571)
serverless-next.js - v3.2.0-alpha.7

Published by dphang over 3 years ago

3.2.0-alpha.7 (2021-06-28)

Features

  • core: support locale-based domain redirects [wip] (#1299) (5836142)
serverless-next.js - v3.2.0-alpha.6

Published by dphang over 3 years ago

3.2.0-alpha.6 (2021-06-27)

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

serverless-next.js - v3.2.0-alpha.5

Published by dphang over 3 years ago

3.2.0-alpha.5 (2021-06-27)

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

serverless-next.js - v3.2.0-alpha.4

Published by dphang over 3 years ago

3.2.0-alpha.4 (2021-06-27)

Bug Fixes

  • update aws retry logic and fix dependencies (#1306) (e0cee9c)
serverless-next.js - v3.2.0-alpha.3

Published by dphang over 3 years ago

3.2.0-alpha.3 (2021-06-27)

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

serverless-next.js - v3.2.0-alpha.2

Published by dphang over 3 years ago

3.2.0-alpha.2 (2021-06-26)

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

serverless-next.js - v3.2.0-alpha.1

Published by dphang over 3 years ago

3.2.0-alpha.1 (2021-06-26)

Features

  • nextjs-component: update default runtime to nodejs14.x (#1301) (52b902f)
serverless-next.js - v3.2.0-alpha.0

Published by dphang over 3 years ago

3.2.0-alpha.0 (2021-06-26)

Features

  • nextjs-component, aws-lambda: support adding tags to lambdas (#1300) (74721c2)
serverless-next.js - v3.1.1-alpha.0

Published by dphang over 3 years ago

3.1.1-alpha.0 (2021-06-26)

Bug Fixes

  • core: add s-maxage=0 cache-control headers to redirect responses (#1298) (6220078)
serverless-next.js - v3.1.0

Published by dphang over 3 years ago

3.1.0 (2021-06-25)

Features

  • core: add domain locale detection (#1283) (#1296) (b331695)

Bug Fixes

  • core, e2e-tests: fix ISR, make e2e tests retryable (#1290) (83d19f0)
  • lambda-at-edge: handle /_next/static image requests and minor improvements to image error logging (#1288) (b64effe)
  • lambda-at-edge: improve error logging when s3 fails in image optimizer (#1287) (9af3a37)
  • nextjs-component, cloudfront: wait for distribution to be ready before creating invalidations (#1281) (3091c7c) Important: this may increase deploy times by a couple minutes but guarantees your invalidations run after the updates to your distribution have fully propagated. Disable using waitBeforeInvalidate CloudFront input if not critical (for example, test environments etc.).
  • s3-static-assets: cover regional cn endpoints (#1279) (a47b761)
  • lambda-at-edge: fix reconstruction of uri for "index.html" -> "/" instead of "/index" in origin response handler (#1278) (48d6735)
  • lambda-at-edge, nextjs-component: add option to disable cleaning up .next directory before builds (#1273) (51bffdd)
  • core: fix data route locales (#1268) (e1c8cd8)
  • s3-static-assets: use regional endpoint for s3 buckets (#1263) (3a1d5d5)
  • s3-static-assets: when initializing s3 client, pass in bucket region to ensure correct s3 endpoints (#1262) (83805bb)
  • nextjs-component: fix aws config update (#1248) (eae2f4e)
  • tweak aws retry policy (#1247) (00e5730)

(Note, there are other changes from 1.20 alpha as well, but because of independent versioning it is hard to list all changes here).

serverless-next.js - v3.1.0-alpha.16

Published by dphang over 3 years ago

3.1.0-alpha.16 (2021-06-25)

Features

serverless-next.js - v3.1.0-alpha.15

Published by dphang over 3 years ago

3.1.0-alpha.15 (2021-06-25)

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

serverless-next.js - v3.1.0-alpha.14

Published by dphang over 3 years ago

3.1.0-alpha.14 (2021-06-24)

Bug Fixes

  • core, e2e-tests: fix ISR, make e2e tests retryable (#1290) (83d19f0)
serverless-next.js - v3.1.0-alpha.13

Published by dphang over 3 years ago

3.1.0-alpha.13 (2021-06-24)

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

serverless-next.js - v3.1.0-alpha.12

Published by dphang over 3 years ago

3.1.0-alpha.12 (2021-06-23)

Bug Fixes

  • lambda-at-edge: handle /_next/static image requests and minor improvements to image error logging (#1288) (b64effe)
  • lambda-at-edge: improve error logging when s3 fails in image optimizer (#1287) (9af3a37)
serverless-next.js - v3.1.0-alpha.11

Published by dphang over 3 years ago

3.1.0-alpha.11 (2021-06-23)

Bug Fixes

  • nextjs-component, cloudfront: wait for distribution to be ready before creating invalidations (#1281) (3091c7c) Important: this may increase deploy times by a couple minutes but guarantees your invalidations run after the updates to your distribution have fully propagated. Disable using waitBeforeInvalidate CloudFront input if not critical (for example, test environments etc.).
Package Rankings
Top 1.01% on Npmjs.org
Badges
Extracted from project README
serverless GitHub contributors Financial Contributors on Open Collective npm latest npm alpha Codacy Badge codecov Cypress.io