You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## 0.4.14
4
+
5
+
### Added
6
+
7
+
- Added `healthCheck` to define a health check for containers
8
+
- Added `scalingOption` to allow scaling on concurrent requests, cpu usage or memory usage
9
+
10
+
### Fixed
11
+
12
+
- Updating an existing function or container `sandbox` option was not working
13
+
14
+
### Changed
15
+
16
+
- 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.
0 commit comments