-
Couldn't load subscription status.
- Fork 220
Upgrade to new Serverless Framework variables resolver #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to new Serverless Framework variables resolver #451
Conversation
BREAKING CHANGE: Drop support for old Serverless Framework variables resolver.
|
@medikoo |
|
Great thanks @horike37 ! |
…o/serverless-step-functions into 0716-upgrade-to-latest-serverless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@medikoo
I tested and checked your PR and looks good from my perspective!
After merging, I will prepare to release v3
|
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
@horike37 great thanks for publishing this! |
…e-to-latest-serverless Upgrade to new Serverless Framework variables resolver
Fixes #446
Fixes #439
Breaking change, as this drops support for old variables resolver, sp effectively drops support for version of Framework below v2.32.0 (reflected that by registering
serverlessas peer dependency).Additionally upgraded internal tests so they work with v2 version of a Framework.
After this is merged, I believe ideally v3.0.0 needs to be released.
Having that done, it'll be nice to create a maintenance release for v2 branch where
serverlessis registered as peer dependency but with support for>=1 <2.32(oncev2branch is setup I'll be happy to also prepare PR for that)