-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support of Serverless Framework v3 #540
Comments
BREAKING CHANGE: serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3) serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
Hi @stefan-rode, sorry about the delay. In the meantime, I've pushed up a branch ( |
BREAKING CHANGE: serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3) serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
BREAKING CHANGE: serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3) serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
# [2.0.0](v1.0.1...v2.0.0) (2022-05-13) ### Bug Fixes * fix case sensitivity issue ([42e9675](42e9675)) * improve the handling of encrypted SQS queues (fixes [#555](#555)) ([789ea78](789ea78)) ### Features * upgrade to serverless v3 ([#540](#540)) ([cf842f0](cf842f0)) ### BREAKING CHANGES * If you have implemented workarounds to allow the lambda to subscribe to an encrypted SQS queue, you may get conflicts as the policy to allow the decryption is now added automatically - If you provide an key ID, key ARN or reference to a key ARN to the `kmsMasterKeyId` attribute, the relevant 'kms:Decrypt' policy statement should be added automatically to allow the subscription to work correctly * serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3) serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
This issue has been resolved in version 2.0.0 The release is available on: |
Hi,
thank you for providing this npm package.
Would it be possible for you to check if your package works with Serverless Framework v3 as well and update the peer dependency in you package.json ?
That would be great, because currently the upgrade from Serverless Framework v2 to v3 is blocked for me.
Best regards
Stefan
The text was updated successfully, but these errors were encountered: