sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v2.38.4

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.38.4
$ yarn sst update 2.38.4
sst - v2.38.3

Published by github-actions[bot] 11 months ago

Changes

  • 50fff51f5 - AstroSite: fix duplicate cf function

Update using:

$ npx sst update 2.38.3
$ yarn sst update 2.38.3
sst - v2.38.2

Published by github-actions[bot] 11 months ago

Changes

  • e2457c9b7 - AstroSite: create host only cf function for server routes

Update using:

$ npx sst update 2.38.2
$ yarn sst update 2.38.2
sst - v2.38.1

Published by github-actions[bot] 11 months ago

Changes

  • 12baa36d5 - AstroSite: include cf function for server routes

Update using:

$ npx sst update 2.38.1
$ yarn sst update 2.38.1
sst - v2.38.0

Published by github-actions[bot] 11 months ago

Changes

  • 428810411 - Service: require port to be set

Update using:

$ npx sst update 2.38.0
$ yarn sst update 2.38.0
sst - v2.37.2

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.37.2
$ yarn sst update 2.37.2
sst - v2.37.1

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.37.1
$ yarn sst update 2.37.1
sst - v2.37.0

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.37.0
$ yarn sst update 2.37.0
sst - v2.36.8

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.36.8
$ yarn sst update 2.36.8
sst - v2.36.7

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.36.7
$ yarn sst update 2.36.7
sst - v2.36.6

Published by github-actions[bot] 11 months ago

Changes

  • 67e91b64e - SsrSite: fix aws-sdk not found in edge lambda
  • 391e8f83e - SsrSite: handle warmer requests

Update using:

$ npx sst update 2.36.6
$ yarn sst update 2.36.6
sst - v2.36.5

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.36.5
$ yarn sst update 2.36.5
sst - v2.36.4

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.36.4
$ yarn sst update 2.36.4
sst - v2.36.3

Published by github-actions[bot] 11 months ago

Changes

  • 2a73ed809 - NextjsSite: fix warming requests error out

Update using:

$ npx sst update 2.36.3
$ yarn sst update 2.36.3
sst - v2.36.2

Published by github-actions[bot] 11 months ago

Changes


Update using:

$ npx sst update 2.36.2
$ yarn sst update 2.36.2
sst - v2.36.1

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.36.1
$ yarn sst update 2.36.1
sst - v2.36.0

Published by github-actions[bot] 12 months ago

πŸ“’ Per-route logging and Sourcemaps for NextjsSite

NextjsSite now sends logs for individual routes to separate log groups. To continue using a single log group, set logging to combined.

new NextjsSite(stack, "Site", {
+ logging: "combined",
});

For Console users, make sure you enable Sourcemaps in your next.config, and the errors will get correct line numbers with source context. Read more here β€” https://docs.sst.dev/constructs/NextjsSite#sourcemaps

Changes

  • 131589451 - NextjsSite: enable per-route logging by default
  • 36eaf03c3 - NextjsSite: update to OpenNext 2.3.1

Update using:

$ npx sst update 2.36.0
$ yarn sst update 2.36.0
sst - v2.35.1

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.35.1
$ yarn sst update 2.35.1
sst - v2.35.0

Published by github-actions[bot] 12 months ago

πŸ“’ Default Function runtime updated to Node.js 18

The default runtime for functions has been updated from nodejs16.x to nodejs18.x in response to AWS Lambda's deprecation announcement for the Node.js 16 runtime. To continue using Node.js 16, specify nodejs16.x as the default runtime.

app.setDefaultFunctionProps({
+ runtime: "nodejs16.x",
});.

Changes

  • #3484 74564805c Thanks @adityavm! - Function: update default runtime to Node.js 18
  • ffa4b0fe9 - AstroSite: support server function sourcemap
  • 7e94c96b0 - Sites: invalidate cache after S3 uploader completes

Update using:

$ npx sst update 2.35.0
$ yarn sst update 2.35.0
sst - v2.34.7

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.34.7
$ yarn sst update 2.34.7