-
-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: cargo-lambda/cargo-lambda
base: v1.7.0
head repository: cargo-lambda/cargo-lambda
compare: v1.8.0
- 8 commits
- 22 files changed
- 3 contributors
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fd39d59 - Browse repository at this point
Copy the full SHA fd39d59View commit details
Commits on Mar 1, 2025
-
feat(deploy): Add an option to change the log retention policy. (#808)
This call creates the log group if it doesn't exist, and updates the retention policy if the group exists already.
Configuration menu - View commit details
-
Copy full SHA for 020d284 - Browse repository at this point
Copy the full SHA 020d284View commit details
Commits on Mar 5, 2025
-
fix(deploy): Fix log retention serializer. (#809)
Add field to the serializer functions.
Configuration menu - View commit details
-
Copy full SHA for 4691fd3 - Browse repository at this point
Copy the full SHA 4691fd3View commit details -
fix(deploy): Fix memory value parser. (#811)
Use a custom parser because clap cannot downcast the Memory struct into i32.
Configuration menu - View commit details
-
Copy full SHA for 942ce12 - Browse repository at this point
Copy the full SHA 942ce12View commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b285a6 - Browse repository at this point
Copy the full SHA 6b285a6View commit details
Commits on Mar 12, 2025
-
Fix issue described in #815 (#816)
* Add only-lambda-apis to RuntimeState and to is_default_function_enabled assessment No tests yet, but this makes the use case described in the associated issue work as expected. * Revert version as requested by author --------- Co-authored-by: Martin Bartlett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9537f8d - Browse repository at this point
Copy the full SHA 9537f8dView commit details
Commits on Mar 15, 2025
-
feat(system): Print the full static configuration in the project. (#817)
This allows to use the configuration in actions against a project, for example reading the watching custom routes and using them to configure an API Gateway.
Configuration menu - View commit details
-
Copy full SHA for 58022d1 - Browse repository at this point
Copy the full SHA 58022d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d84825 - Browse repository at this point
Copy the full SHA 5d84825View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.0...v1.8.0