Skip to content

Releases: scaleway/serverless-scaleway-functions

v0.4.12

09 Jul 09:59
eb42f5e
Compare
Choose a tag to compare

0.4.12

Fixed

  • Clarified documentation on currently supported Serverless Framework versions #213

Added

  • Added option to configure sandbox for functions and containers #224

v0.4.10

14 Feb 13:35
ae9eb59
Compare
Choose a tag to compare

What's Changed

  • Add a deprecation message when running "serverless logs" command by @norbjd in #212

Full Changelog: v0.4.9...v0.4.10

v0.4.9

18 Jan 12:40
e98bd14
Compare
Choose a tag to compare

What's Changed

  • fix(deploy): API rate-limiting when deploying many functions by @norbjd in #210
  • Bump version to 0.4.9 by @norbjd in #211

Full Changelog: v0.4.8...v0.4.9

v0.4.8

08 Aug 12:16
bb24dad
Compare
Choose a tag to compare

See CHANGELOG.md

v0.4.7

08 Jun 07:58
72c288b
Compare
Choose a tag to compare

See CHANGELOG.md

v0.4.6

08 Mar 16:11
744f0ed
Compare
Choose a tag to compare
prerelase-0-4-6 (#150)

v0.4.4: Add Rust files support (#123)

29 Nov 10:30
5791d19
Compare
Choose a tag to compare

v0.4.3

03 Oct 15:14
98d758d
Compare
Choose a tag to compare

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

09 Sep 14:04
dca4cdf
Compare
Choose a tag to compare

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

16 Aug 12:15
95279de
Compare
Choose a tag to compare

0.4.1

Added

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

Fixed

  • fix tests #96