Releases: scaleway/serverless-scaleway-functions
Releases · scaleway/serverless-scaleway-functions
v0.4.15
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
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
, themaxConcurrency
parameter is now deprecated. It will continue to work but we invite you to usescalingOption
of typeconcurrentRequests
instead.
v0.4.13
v0.4.12
v0.4.10
v0.4.9
v0.4.8
v0.4.7
See CHANGELOG.md
v0.4.6
prerelase-0-4-6 (#150)
v0.4.4: Add Rust files support (#123)
Co-authored-by: norbjd <[email protected]>