Skip to content

Releases: scaleway/serverless-scaleway-functions

v0.5.1

14 Apr 15:52
c1e902d

Choose a tag to compare

What's Changed

  • fix(deploy): fix HTTP 409 errors when deploying triggers by @cyclimse in #326
  • fix(containers): do not crash because of unhandled error by @cyclimse in #325
  • chore: bump to 0.5.1 to prepare release by @cyclimse in #327

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Feb 13:31
1ace7db

Choose a tag to compare

What's Changed

Full Changelog: v0.4.18...v0.5.0

v0.4.18

10 Dec 10:10
d837cc1

Choose a tag to compare

What's Changed

  • fix(deploy): avoid wrong params for messaging triggers on containers by @cyclimse in #311

Full Changelog: v0.4.17...v0.4.18

v0.4.17

04 Nov 16:14
d4ecf54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.16...v0.4.17

v0.4.16

19 Aug 16:47
affa499

Choose a tag to compare

What's Changed

  • feat(trigger): Support SQS trigger by @gl3n in #283
  • fix(container): honor .dockerignore when building a container by @norbjd in #277

New Contributors

  • @gl3n made their first contribution in #283

Full Changelog: v0.4.15...v0.4.16

v0.4.15

21 May 15:51
86d2cfb

Choose a tag to compare

Massive thank you to @PauwelsPieter for adding support for NATS triggers 💜 . You can find the documentation here: https://github.com/scaleway/serverless-scaleway-functions/blob/master/docs/events.md

0.4.15

Added

  • Added support for nats event source

v0.4.14

29 Nov 15:47
f430907

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

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

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

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