-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Vlasic
committed
Dec 7, 2021
1 parent
bcf6090
commit f8f8806
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- You can now upgrade your Mantil nodes. Download new version of CLI and run mantil upgrade to upgrade node to the same version as CLI. | ||
- Stage rest endpoints now support GET requests with proper type conversions for your method parameters. | ||
- Stage lambdas can now be scheduled with cron option through project environment. | ||
- Functions folder which contained only boilerplate code is now removed and replaced with build folder which gets automatically generated on each deploy. | ||
- Stage state now contains last deployment info - node version and time of the deployment. | ||
|
||
Fixed: Deploy metrics no longer show aggregate values in watch command. | ||
Fixed: Tests generated by mantil generate command now have proper package names. |