Skip to content

Releases: scaleway/serverless-scaleway-functions

v0.4.14

29 Nov 15:47
f430907
Compare
Choose a tag to compare

0.4.14

Added

  • Added healthCheck to define a health check for containers
  • Added scalingOption to allow scaling on concurrent requests, cpu usage or memory usage

Fixed

  • Updating an existing function or container sandbox option was not working

Changed

  • Following the introduction of scalingOption, the maxConcurrency parameter is now deprecated. It will continue to work but we invite you to use scalingOption of type concurrentRequests instead.

v0.4.13

28 Nov 09:29
36eabec
Compare
Choose a tag to compare

0.4.13

Changed

  • HTTP calls to api.scaleway.com are now made with a custom user agent #245

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