Serverless Scaleway Functions Versions Save

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions

v0.4.10

3 months ago

What's Changed

Full Changelog: https://github.com/scaleway/serverless-scaleway-functions/compare/v0.4.9...v0.4.10

v0.4.9

4 months ago

What's Changed

Full Changelog: https://github.com/scaleway/serverless-scaleway-functions/compare/v0.4.8...v0.4.9

v0.4.8

9 months ago

See CHANGELOG.md

v0.4.7

11 months ago

See CHANGELOG.md

v0.4.6

1 year ago

v0.4.4

1 year ago

v0.4.3

1 year ago

0.4.3

Added

  • description field is now supported in serverless config files

Fixed

  • Registry image is now forced by serverless framework to ensure consitency
  • Project_id added to requests to avoid multiple results if same namespace name is used
  • Clean documentaion and examples

v0.4.2

1 year ago

0.4.2

Added

  • Support for custom domains on containers
  • maxConcurrency parameter for containers
  • Support of pulling private images
  • More details on docker build errors
  • Support for End of Support and End of Life runtimes

Fixed

  • Dependencies + code cleaning

v0.4.1

1 year ago

0.4.1

Added

  • clearer error messages when building a container with a different architecture than expected amd64 #95

Fixed

  • fix tests #96

v0.4.0

1 year ago

0.4.0

Added

  • serverless info command to work with serverless compose
  • serverless invoke command
  • Custom Domains support
  • singleSource parameter

Changed

  • Documentation
  • Examples
  • Contributing guideline