Skip to content

Releases: scaleway/serverless-api-framework-python

v1.2.0

04 Jul 10:00
ec5fd5e
Compare
Choose a tag to compare

[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

11 May 13:10
Compare
Choose a tag to compare

[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

05 May 15:30
1f524fb
Compare
Choose a tag to compare

[1.0.2] - 2023-05-05

Fixed

  • Fixed decorator nesting that breaks compatibility with local testing framework

v1.0.1

12 Apr 12:06
a5e0258
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

[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

11 Apr 10:45
b74f1d3
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

[1.0.0] - 2023-04-11

Feature

  • Add support for self-hosted Serverless Gateway

v0.0.4

27 Feb 15:53
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

[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

23 Jan 13:47
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
fix(ci): fix curl required by install-poetry action