Releases: scaleway/serverless-scaleway-functions
Releases · scaleway/serverless-scaleway-functions
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]>
v0.4.3
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