sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v2.28.1

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

Changes


Update using:

$ npx sst update 2.28.1
$ yarn sst update 2.28.1
sst - v2.28.0

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

Changes


Update using:

$ npx sst update 2.28.0
$ yarn sst update 2.28.0
sst - v2.27.0

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

πŸ“’ AstroSite now supports "hybrid" mode

AstroSite has been re-architectured to support deploying Astro sites in a "hybrid" mode, coupled with other SSR improvements. sites should operate seamlessly, as the update is largely backward compatible. However, if your Astro app contains non-GET routes, such us form submissions, logins, or API endpoints, you'll need to specify them manually:

new AstroSite(stack, "Site", {
  path: "my-astro-app/",
+ regional: {
+   serverRoutes: [
+     "feedback", // Feedback page which requires POST method
+     "login",    // Login page which requires POST method
+     "user/*",   // Directory of user routes which are all SSR
+     "api/*"     // Directory of API endpoints which require all methods
+   ]
+ }
});

Read more about serverRoutes.

Changes


Update using:

$ npx sst update 2.27.0
$ yarn sst update 2.27.0
sst - v2.26.11

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

Changes

  • cd2cd55e4 - Service: expose fargateService and taskDefinition

Update using:

$ npx sst update 2.26.11
$ yarn sst update 2.26.11
sst - v2.26.10

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

Changes


Update using:

$ npx sst update 2.26.10
$ yarn sst update 2.26.10
sst - v2.26.9

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

Changes

  • 47c5c0733 - cli: remove unnecessary console.log

Update using:

$ npx sst update 2.26.9
$ yarn sst update 2.26.9
sst - v2.26.7

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

Changes

  • 01d8dbf9c - future/auth: support connect flow, check deprecated functions

Update using:

$ npx sst update 2.26.7
$ yarn sst update 2.26.7
sst - v2.26.6

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

Changes


Update using:

$ npx sst update 2.26.6
$ yarn sst update 2.26.6
sst - v2.26.5

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

Changes

  • 3c98abc65 - function: use less memory for local invocation cache

Update using:

$ npx sst update 2.26.5
$ yarn sst update 2.26.5
sst - v2.26.4

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

Changes

  • c215530de - RemixSite: add support for Remix v2

Update using:

$ npx sst update 2.26.4
$ yarn sst update 2.26.4
sst - v2.26.2

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

Changes

  • 6605fe06b - function: rollback sourcemap uploader dependency

Update using:

$ npx sst update 2.26.2
$ yarn sst update 2.26.2
sst - v2.25.6

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

Changes

  • f554d4bd7 - function: fix bridge throwing error when stack trace is missing

Update using:

$ npx sst update 2.25.6
$ yarn sst update 2.25.6
sst - v2.25.5

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

Changes


Update using:

$ npx sst update 2.25.5
$ yarn sst update 2.25.5
sst - v2.25.4

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

Changes

  • 86b894dd6 - future/auth: support allowClient callback

Update using:

$ npx sst update 2.25.4
$ yarn sst update 2.25.4
sst - v2.25.3

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

Changes


Update using:

$ npx sst update 2.25.3
$ yarn sst update 2.25.3
sst - v2.25.2

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

Changes

  • c47a18930 - future/auth: fix typing problem with response.session

Update using:

$ npx sst update 2.25.2
$ yarn sst update 2.25.2
sst - v2.25.1

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

Changes


Update using:

$ npx sst update 2.25.1
$ yarn sst update 2.25.1
sst - v2.25.0

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

Changes


Update using:

$ npx sst update 2.25.0
$ yarn sst update 2.25.0
sst - v2.24.28

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

Changes

  • 90e93a206 - future/auth: expose privateKey if it needs to be bound

Update using:

$ npx sst update 2.24.28
$ yarn sst update 2.24.28
sst - v2.24.27

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

Changes


Update using:

$ npx sst update 2.24.27
$ yarn sst update 2.24.27