Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.05 KB

CHANGES.md

File metadata and controls

19 lines (13 loc) · 1.05 KB

Changes

0.0.9 (2019-10-28)

  • Added sleep to the resources method creation to avoid 429 Too Many Requests response, due to AWS rate limit (see PR #7, thanks to Matteo Rossi)

0.0.8 (2019-10-23)

0.0.7 (2016-09-20)

  • FIX: concurrent modification error when creating methods (see PR #5, thanks to Tomas Romero)

0.0.6 (2016-08-22)

  • FIX: the responseParameters values in resource's method response should be boolean, used to specify whether the parameter is required. We currently always force it to false, in order to avoid any breaking change in the configuration format.

0.0.4 (2015-12-04)

  • FIX: concurrent modification error when creating resources

0.0.3 (2015-12-03)

  • First public release