Releases: scaleway/serverless-api-framework-python
Releases · scaleway/serverless-api-framework-python
v1.2.0
[1.2.0] - 2023-07-03
Feature
- Changed the gateway integration to work with the latest release of the Serverless Gateway project
v1.1.0
[1.1.0] - 2023-05-11
Feature
- Added dev command to test functions locally
- Added
--verbose
and --log-level
flags for a better feedback when deploying
Fixed
- Setting
http_option=enabled
will now correctly apply HTTPs-only when deploying with the API
Removed
- Removed generating Terraform and Serverless Framework configuration files as those features were mostly unused. This does not break the
scw-serverless
library but it removes a command from the CLI. We think those changes will help improve the overall quality of the tool.
v1.0.2
[1.0.2] - 2023-05-05
Fixed
- Fixed decorator nesting that breaks compatibility with local testing framework
v1.0.1
[1.0.1] - 2023-04-12
Fixed
- Fixed a bug that prevented adding a route to self hosted gateway.
- Fixed timeout error when deleting registry namespace.
v1.0.0
[1.0.0] - 2023-04-11
Feature
- Add support for self-hosted Serverless Gateway
v0.0.4
[0.4.0] - 2023-02-27
Fixed
- Fixed a bug that prevented the use of multiple modules
- Fixed env vars were being overwritten by the config file
v0.0.3
fix(ci): fix curl required by install-poetry action