fix: added validate statements#53
Conversation
|
Any chance we can get these changes out soon? A lot of tools are broken with the latest version of serverless |
51210aa to
172dc55
Compare
Pull Request Test Coverage Report for Build 205
💛 - Coveralls |
|
I removed node versions less than 10 in the build matrix since those are versions that Serverless supports these days. This should now be ready to merge. |
|
So validation was removed from the original serverless package and now moved in here? Or if it is still in the original serverless package, it changed location? Also, seems like there is another PR also tackling the issue: #54 |
|
@hawkaa it is moved out completely |
|
Sounds good.
|
|
I'll bump it to |
|
any chance to get it merged and released? |
|
@randomhash any chance this can be published? |
|
@jack1902 |
|
@glicht Any plans to publish new fixed version? |
# [2.1.0](v2.0.2...v2.1.0) (2022-04-12) ### Bug Fixes * change PermissionsBoundary feature to add suport for cloudformation functions ([#70](#70)) ([720dc0f](720dc0f)) * **deps:** updated to latest serverless and making tests work ([d0259c8](d0259c8)) * Function properties schema validation fixed ([#63](#63)) ([1f81264](1f81264)) * Support for Serverless v2.5.0 ([#53](#53)) ([09e56ae](09e56ae)) ### Features * add support to PermissionsBoundary ([d68046e](d68046e)) * Docs: added contributing section ([d9715ba](d9715ba)) * nodejs 12 support ([#32](#32)) ([4dd58a2](4dd58a2)) * schema validation ([abbc8af](abbc8af)) * Support new provider.iam property ([6e20297](6e20297)), closes [#73](#73) * Use resolved region name in counting length of role name ([#33](#33)) ([f9fd677](f9fd677)), closes [#26](#26)
Perhaps not the most elegant of solutions but it will keep this plugin going post version 2.5.0 of Serverless for now I guess.
Be happy to get any feedback.
Closes #52 .