Skip to content

Releases: ramgrandhi/serverless-wso2-apim

0.5.6

06 Jul 08:56
Compare
Choose a tag to compare

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

05 Jul 20:52
Compare
Choose a tag to compare
0.5.6-alpha.0 Pre-release
Pre-release

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

10 Aug 10:50
Compare
Choose a tag to compare

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

04 Aug 09:48
Compare
Choose a tag to compare

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

23 Apr 08:41
Compare
Choose a tag to compare

Fixes

  • Added Codacy badge
  • Fix: The plugin does not fail if it is unable to find a AWS CloudFormation export #55

Credits

Huge thanks to @thedent for helping!

0.5.2

14 Apr 08:11
Compare
Choose a tag to compare

Fixes

  • Added Snyk and CodeCov badges
  • Fix: upgrade fs from 0.0.1-security to 0.0.2: #53
  • Fix: upgrade qs from 6.9.6 to 6.10.1: #52

0.5.1

08 Apr 17:46
Compare
Choose a tag to compare

New Features

  • Adds support for non-standard backend types in WSO2 via an optional parameter backend.endpointType #48
  • Enables http.baseUrl property to use external imports from AWS CloudFormation #29

Fixes

  • Fixes enabled flag validation issue when it's set to false #46

Credits

Huge thanks to @thedent, and @n0liver for helping!

0.5.0

03 Apr 12:55
Compare
Choose a tag to compare

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 of sls 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

03 Apr 10:51
Compare
Choose a tag to compare
0.5.0-alpha.2 Pre-release
Pre-release

Issues Fixed

  • Fixed e2e test scripts and unit tests
  • Updated docs

0.5.0-alpha.1

20 Mar 23:50
Compare
Choose a tag to compare
0.5.0-alpha.1 Pre-release
Pre-release

Issues Fixed

  • Uncovered a permission issue during testing of 0.5.0-alpha.0 while removing certificates as a part of sls 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.