v1.10.1
·
0 commits
to 7f9abfaf18e0b8abb4b305cc9f485069372903e1
since this release
⚠️ Breaking Changes:
- The old sst.Auth construct has been renamed to sst.Cognito. If you are using it be sure to update all references to sst.Cognito - no other changes should be needed.
- The import for createGQLHandler has changed to GraphQLHandler to match AuthHandler and other handlers we will be shipping soon.
Changes
- #1921
c628edfe1- Stack: use a single function to back all custom sources - #1921
c628edfe1- SST Auth is available! Checkout docs here: https://docs.sst.dev/auth
Update using:
$ npx sst update v1.10.1
$ yarn sst update v1.10.1