8000 Releases · sst/sst · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sst/sst

v3.16.0

21 May 18:12
Compare
Choose a tag to compare

Breaking Changes in sst.cloudflare.Worker and sst.cloudflare.StaticSite

The Cloudflare provider has been updated from v5 to v6. The major version bump introduces breaking changes.

What Changed

Cloudflare has changed the resource type for Worker Scripts from
cloudflare:index/workerScript:WorkerScript
to
cloudflare:index/workersScript:WorkersScript.
As a result, all Workers will be recreated. This is typically a seamless process. However, if a Worker has a domain configured, the DNS records associated with the old Worker may block the creation of the new one due to conflict.

The sst.cloudflare.StaticSite component is also affected when a domain is configured, as it relies on a Worker behind the scenes.

How to Migrate

To resolve this:

  1. Remove (or comment out) the affected sst.cloudflare.Worker and/or sst.cloudflare.StaticSite components.
  2. Deploy the changes.
  3. Re-add the components.
  4. Deploy again.

This will ensure a clean replacement of the affected resources and avoid DNS conflicts.

Changelog

  • 281dc94 Cloudflare: update to v6 provider

v3.14.29

21 May 15:31
Compare
Choose a tag to compare

Changelog

v3.14.28

18 May 14:37
Compare
Choose a tag to compare

Changelog

  • 8fb1064 Examples: sync playground
  • 8b37295 Router: optimize domain matching

v3.14.27

16 May 21:23
Compare
Choose a tag to compare

Changelog

  • 4a353a9 Sites: fix redirect sites errors

v3.14.26

16 May 21:17
Compare
Choose a tag to compare

Changelog

  • d5eec56 Docs: Fix StepFunctions Task class link
  • 7dc9da0 Docs: Group task related methods together at the bottom
  • c468c2c Docs: Hide TaskBaseArgs interface
  • 45b2225 Examples: StepFunction with task token callback
  • 4ad9dfc Examples: sync playground
  • f96d89f Examples: update websocket example to handle subprotocols
  • 3e6d7a5 Fixed typo in all-providers.mdx (#5805)
  • f127132 StepFunctions: LambdaInvoke task accepts all function input formats
  • e582a14 StepFunctions: support Distributed Map state
  • 056c5d9 StepFunctions: support task token callback

v3.14.25

15 May 17:20
Compare
Choose a tag to compare

Changelog

  • 7867011 Site: fix type error
  • 7092f3c Sites: allow configuring domain redirects when dns is disabled

v3.14.24

14 May 21:09
Compare
Choose a tag to compare

Changelog

  • 3784966 Bucket: ensure bucket policy created when bucket props are referenced

v3.14.23

14 May 20:48
Compare
Choose a tag to compare

Changelog

  • b5fa4a5 StepFunctions: fix Task permissions type
  • e180576 Task: suffix log group name with random hash

v3.14.22

14 May 19:25
Compare
Choose a tag to compare

Changelog

  • 4394fc8 Cluster: base Dockerfile path off the context path

v3.14.21

14 May 17:51
Compare
Choose a tag to compare

Changelog

  • b82b64a Site: set default content type for .well-known/apple-app-site-association
0