sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - [email protected]

Published by github-actions[bot] 12 months ago

sst - [email protected]

Published by github-actions[bot] 12 months ago

sst - [email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

  • 0d185ec85 Thanks @fwang! - create-sst: add ".sst" and ".open-next" to ".gitignore"
sst - v2.34.3

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.34.3
$ yarn sst update 2.34.3
sst - [email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

sst - v2.33.3

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.33.3
$ yarn sst update 2.33.3
sst - v2.33.0

Published by github-actions[bot] 12 months ago

Changes

  • #3434 3d72f1c79 Thanks @rubythulhu! - Adds support for bypassing docker build for python (via an optional flag), and moves python file-copy processes to a place that can be async.
  • fc0a18d1b - deps: bump aws iot package
  • #3417 2e2d425dc Thanks @michaelgmcd! - fix: add delete parameters permissions to AuthKeys role

Update using:

$ npx sst update 2.33.0
$ yarn sst update 2.33.0
sst - v2.32.2

Published by github-actions[bot] 12 months ago

Changes

  • 88733817d - create-sst: update aws-cdk-lib to 2.101.1
  • 390b7d5d5 - cli: dispose context object for node builds
  • #3445 f3a378f66 - Job: fix job type shows "never"
  • db7d815f9 - create-sst: fix react dependency

Update using:

$ npx sst update 2.32.2
$ yarn sst update 2.32.2
sst - v2.32.1

Published by github-actions[bot] 12 months ago

Changes

  • 68ed1d280 - Service: do not exclude .sst/types for docker build
  • #3435 8a7e6beb3 Thanks @alexabidri! - SsrSite: allow customize "cdk.viewerProtocolPolicy"
  • 988093b7a - AppSyncApi: respect scope for lazily added resolvers and data sources

Update using:

$ npx sst update 2.32.1
$ yarn sst update 2.32.1
sst - v2.32.0

Published by github-actions[bot] 12 months ago

Changes


Update using:

$ npx sst update 2.32.0
$ yarn sst update 2.32.0
sst - v2.31.0

Published by github-actions[bot] almost 1 year ago

Enhanced cache support for SSR sites

NextjsSite, AstroSite, RemixSite, SvelteKitSite, SolidStartSite, and StaticSite now support enhanced file options with the assets prop. Replace fileOptions with assets.fileOptions, as fileOptions is deprecated.

new NextjsSite(stack, "Site", {
- fileOptions: [
-   {
-     exclude: "*",
-     include: "*.zip",
-     cacheControl: "public,max-age=31536000,immutable",
-   },
- ],
+ assets: {
+   fileOptions: [
+     {
+       files: "**/*.zip",
+       cacheControl: "public,max-age=31536000,immutable",
+     },
+   ],
+ },
});

Changes

  • #3432 8e655cfb9 - Sites: add assets option to allow customizing static file options
  • 5613c727a - NextjsSite: finalize per-route logging

Update using:

$ npx sst update 2.31.0
$ yarn sst update 2.31.0
sst - v2.30.4

Published by github-actions[bot] about 1 year ago

Changes

  • #3431 b3abbfd19 - NextjsSite: add beta option for per-route logging [wip]

Update using:

$ npx sst update 2.30.4
$ yarn sst update 2.30.4
sst - v2.30.3

Published by github-actions[bot] about 1 year ago

Changes


Update using:

$ npx sst update 2.30.3
$ yarn sst update 2.30.3
sst - v2.30.2

Published by github-actions[bot] about 1 year ago

Changes

  • 7bb494883 - NextjsSite: add openNextVersion to specify the OpenNext version for building the Next.js site

Update using:

$ npx sst update 2.30.2
$ yarn sst update 2.30.2
sst - v2.30.1

Published by github-actions[bot] about 1 year ago

Enhanced cache support for SSR sites

NextjsSite, AstroSite, RemixSite, SvelteKitSite, and SolidStartSite now support enhanced cache options with the cache prop. Replace fileOptions with cache.fileOptions, as fileOptions is deprecated.

new NextjsSite(stack, "Site", {
- fileOptions: [
-   {
-     exclude: "*",
-     include: "*.zip",
-     cacheControl: "public,max-age=31536000,immutable",
-   },
- ],
+ cache: {
+   fileOptions: [
+     {
+       filters: [{ exclude: "*", include: "*.zip" }],
+       cacheControl: "public,max-age=31536000,immutable",
+     },
+   ],
+ },
});

Changes


Update using:

$ npx sst update 2.30.1
$ yarn sst update 2.30.1
sst - v2.29.2

Published by github-actions[bot] about 1 year ago

Changes

  • 364f696a9 - cli: limit sst dev to 4 concurrent function builds
  • 794d8bfa6 - Print out correct error message for deprecated node versions

Update using:

$ npx sst update 2.29.2
$ yarn sst update 2.29.2
sst - v2.29.0

Published by github-actions[bot] about 1 year ago

Changes


Update using:

$ npx sst update 2.29.0
$ yarn sst update 2.29.0
sst - v2.28.6

Published by github-actions[bot] about 1 year ago

Changes

  • f1bffc551 - NextjsSite: sort routes in metadata
  • f1bffc551 - NextjsSite: fix cannot find routes file when running sst dev

Update using:

$ npx sst update 2.28.6
$ yarn sst update 2.28.6
sst - v2.28.5

Published by github-actions[bot] about 1 year ago

Changes


Update using:

$ npx sst update 2.28.5
$ yarn sst update 2.28.5
sst - v2.28.3

Published by github-actions[bot] about 1 year ago

Changes


Update using:

$ npx sst update 2.28.3
$ yarn sst update 2.28.3