sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v2.40.3

Published by github-actions[bot] 8 months ago

Changes

  • e9847fb13 - Cli: fix deploy status event not shown

Update using:

$ npx sst update 2.40.3
$ yarn sst update 2.40.3
sst - v2.40.1

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.40.1
$ yarn sst update 2.40.1
sst - v2.40.0

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.40.0
$ yarn sst update 2.40.0
sst - v2.39.13

Published by github-actions[bot] 9 months ago

Changes

  • b4a826ae3 - SsrSite: handle s3 upload rate limit error

Update using:

$ npx sst update 2.39.13
$ yarn sst update 2.39.13
sst - v2.39.12

Published by github-actions[bot] 9 months ago

Changes

  • ecba06be8 - Function: fix build hook run after CDK creates artifacts folder for container runtime

Update using:

$ npx sst update 2.39.12
$ yarn sst update 2.39.12
sst - v2.39.11

Published by github-actions[bot] 9 months ago

Changes

  • 4f2302921 - NextjsSite: support per-route logging for Route Handlers

Update using:

$ npx sst update 2.39.11
$ yarn sst update 2.39.11
sst - v2.39.10

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.39.10
$ yarn sst update 2.39.10
sst - v2.39.9

Published by github-actions[bot] 9 months ago

Changes

  • 83d013b35 - NextjsSite: fix warming when streaming is enabled

Update using:

$ npx sst update 2.39.9
$ yarn sst update 2.39.9
sst - v2.39.8

Published by github-actions[bot] 9 months ago

Changes

  • b29ce15fa - SsrSite: support customization via "cdk.transform" prop

Update using:

$ npx sst update 2.39.8
$ yarn sst update 2.39.8
sst - v2.39.7

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.39.7
$ yarn sst update 2.39.7
sst - v2.39.6

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.39.6
$ yarn sst update 2.39.6
sst - v2.39.5

Published by github-actions[bot] 9 months ago

Changes

  • daec2ff64 - Revert adding @smithy/util-endpoints

Update using:

$ npx sst update 2.39.5
$ yarn sst update 2.39.5
sst - v2.39.4

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.39.4
$ yarn sst update 2.39.4
sst - v2.39.3

Published by github-actions[bot] 9 months ago

Changes


Update using:

$ npx sst update 2.39.3
$ yarn sst update 2.39.3
sst - v2.39.2

Published by github-actions[bot] 10 months ago

Changes


Update using:

$ npx sst update 2.39.2
$ yarn sst update 2.39.2
sst - v2.39.1

Published by github-actions[bot] 10 months ago

Changes


Update using:

$ npx sst update 2.39.1
$ yarn sst update 2.39.1
sst - v2.39.0

Published by github-actions[bot] 10 months ago

Changes

  • af704d761 - There is a slight breaking change in this release if you are using SST Events with createEventBuilder() - you should receive type errors for all the issues. We now support specifying any validation library so will need to configure that.

To continue using Zod you can specify the validator like so

import { createEventBuilder, ZodValidator } from "sst/node/event-bus"
const event = createEventBuilder({
  bus: "MyBus",
  validator: ZodValidator
})

Additionally we no longer assume you are passing in a zod object as the schema.
You'll have to update code from:

const MyEvent = event("my.event", {
  foo: z.string(),
})

to this:

const MyEvent = event("my.event", z.object({
  foo: z.string(),
}))

This also allows you to specify non-objects as the event properties. Additionally, if you were using advanced inference the shape field has been replaced with typeof MyEvent.$input, typeof MyEvent.$output, and typeof MyEvent.$metadata


Update using:

$ npx sst update 2.39.0
$ yarn sst update 2.39.0
sst - v2.38.7

Published by github-actions[bot] 10 months ago

Changes

  • 69b41b9f7 - internal: add back old context implementation

Update using:

$ npx sst update 2.38.7
$ yarn sst update 2.38.7
sst - v2.38.6

Published by github-actions[bot] 10 months ago

Changes


Update using:

$ npx sst update 2.38.6
$ yarn sst update 2.38.6
sst - v2.38.5

Published by github-actions[bot] 10 months ago

Changes

  • 36bf1b86d - Function: use descriptive copy for description and handler name
  • #3574 bc30b03af Thanks @dylanirion! - Container: fix docker host not resolved in wsl environment
  • b8a22b459 - sst dev: detect regions without AWS IoT support
  • fc4871967 - Function: support dot in handler filename

Update using:

$ npx sst update 2.38.5
$ yarn sst update 2.38.5