Releases: ramgrandhi/serverless-wso2-apim
Releases · ramgrandhi/serverless-wso2-apim
0.5.6
New Features
- Automatically publishes Swagger Spec to WSO2 Store / Dev Portal during API deployments.
Fixes
- Version bump of some package dependencies to keep staying out of the water.
Credits
Huge thanks to @crunchie84 for his contribution!
0.5.6-alpha.0
New Features
- Automatically publishes Swagger Spec to WSO2 Store / Dev Portal during API deployments.
Fixes
- Version bump of some package dependencies to keep staying out of the water.
Credits
Huge thanks to @crunchie84 for his contribution!
0.5.5
Fixes
- Version bump of some package dependencies to keep staying out of the water.
- Bugfix 🕷: When your AWS account has more than 100 Cloud Formation export variables defined, this plug-in fails to retrieve the future batches of variables in a loop. This issue is best described here : #62
Credits
Huge thanks to @erik-am for helping!
0.5.4
New Features
- Added optional support to configure CORS for your API definitions. Bonus, it sets sane defaults to CORS headers when it is enabled.
NOTE: You need to have CORS enabled on server-side (WSO2 API Manager) before you can use this optional plug-in feature.
For more, read here or here.
Credits
Huge thanks to @erik-am for his contribution!
0.5.3
0.5.2
0.5.1
0.5.0
New Features
- You will now be able to deploy and manage your API definitions on WSO2 API Manager 3.2.0!!
- It can auto-detect underlying WSO2 API Manager version (2.6.0 or 3.2.0) and magically deploys your API definitions.
- Fully backward-compatible Serverless configuration, works for all supported WSO2 API Manager versions.
Issues Fixed
- Uncovered a permission issue during testing of
0.5.0-alpha.0
while removing certificates as a part ofsls remove
. - Fixed api scope (apim::api_delete) so the plug-in can remove certificates without issues.
- For improved test coverage, e2e tests have been expanded to run
sls remove
to cover the entire stack lifecycle.
For Contributors
- Added contribution guidelines.
- Added E2E regression tests that you can run locally on your computer (all you need is docker).
Credits
Huge thanks to @leudanielm for helping!
0.5.0-alpha.2
Issues Fixed
- Fixed e2e test scripts and unit tests
- Updated docs
0.5.0-alpha.1
Issues Fixed
- Uncovered a permission issue during testing of
0.5.0-alpha.0
while removing certificates as a part ofsls remove
. - Fixed api scope (apim::api_delete) so the plug-in can remove certificates without issues.
- For improved test coverage, e2e tests have been expanded to run
sls remove
to close the loop.