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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
### Fixed
24
24
25
25
- Fixed decorator nesting that breaks compatibility with local testing framework
26
+
27
+
## [1.1.0] - 2023-05-11
28
+
29
+
### Feature
30
+
31
+
- Added dev command to test functions locally
32
+
- Added `--verbose` and `--log-level` flags for a better feedback when deploying
33
+
34
+
### Fixed
35
+
36
+
- Setting `http_option=enabled` will now correctly apply HTTPs-only when deploying with the API
37
+
38
+
### Removed
39
+
40
+
- Removed generating Terraform and Serverless Framework configuration files as those features were mostly unused. This does not break the `scw-serverless` library but it removes a command from the CLI. We think those changes will help improve the overall quality of the tool.
0 commit comments