-
-
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.8.6
head repository: cargo-lambda/cargo-lambda
compare: v1.9.0
- 20 commits
- 56 files changed
- 8 contributors
Commits on Aug 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for df3435a - Browse repository at this point
Copy the full SHA df3435aView commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for abf6d78 - Browse repository at this point
Copy the full SHA abf6d78View commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee383b9 - Browse repository at this point
Copy the full SHA ee383b9View commit details
Commits on Sep 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0d62a3d - Browse repository at this point
Copy the full SHA 0d62a3dView commit details
Commits on Oct 15, 2025
-
Improve docs for
--lambda-dirand--flattenflags (#891)* Improve docs for `--lambda-dir` and `--flatten` flags * make docs more obvious
Configuration menu - View commit details
-
Copy full SHA for 595c463 - Browse repository at this point
Copy the full SHA 595c463View commit details
Commits on Dec 11, 2025
-
Minor clarification of configuration docs (#899)
* De-dup docs for tracing, role and layer * Clarify that layer takes an array
Configuration menu - View commit details
-
Copy full SHA for bc645a5 - Browse repository at this point
Copy the full SHA bc645a5View commit details
Commits on Feb 14, 2026
-
env var deploy strategy (#910)
* Allow to specify if the remote envs should be kept or not * Changed from Option<bool> to just bool for * Format * Clippy fixes * Format * Fix MacOS Intel builds. --------- Co-authored-by: randy-schuett_statista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57ecc36 - Browse repository at this point
Copy the full SHA 57ecc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc756ad - Browse repository at this point
Copy the full SHA bc756adView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa1dfb - Browse repository at this point
Copy the full SHA faa1dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7827b63 - Browse repository at this point
Copy the full SHA 7827b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for d351c3c - Browse repository at this point
Copy the full SHA d351c3cView commit details -
* Refactor test responses to use `StatusCode` constants for clarity * Format imports. --------- Co-authored-by: katayama8000 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07f8d5f - Browse repository at this point
Copy the full SHA 07f8d5fView commit details -
Explicitly check XDG_CONFIG_HOME for tls certificates. (#914)
Then fallback to dirs::config_dir.
Configuration menu - View commit details
-
Copy full SHA for b989e13 - Browse repository at this point
Copy the full SHA b989e13View commit details -
Remove channel check from toolchain installation. (#915)
Let rustup use the selected channel for the project it's in. This way if you're using a custom channel, the toolchain will be installed on it.
Configuration menu - View commit details
-
Copy full SHA for 7988ab9 - Browse repository at this point
Copy the full SHA 7988ab9View commit details -
Add env variables to the build subcommand. (#917)
This way you can keep all settings together for your app.
Configuration menu - View commit details
-
Copy full SHA for ef96447 - Browse repository at this point
Copy the full SHA ef96447View commit details -
Enable Cargo ZigBuld
enable_zig_ar. (#918)This should make cross compilation easier on Windows.
Configuration menu - View commit details
-
Copy full SHA for 917e356 - Browse repository at this point
Copy the full SHA 917e356View commit details -
Add streaming response endpoint. (#920)
That way you can use the AWS SDK to test and verify functions with streaming responses.
Configuration menu - View commit details
-
Copy full SHA for fb433fa - Browse repository at this point
Copy the full SHA fb433faView commit details -
Implement concurrent watchers. (#921)
This allows to run multiple function instances concurrently. Allowing to mimic the behavior of aws lambda managed instances.
Configuration menu - View commit details
-
Copy full SHA for 69d91bb - Browse repository at this point
Copy the full SHA 69d91bbView commit details
Commits on Feb 15, 2026
-
Improvements for testing and CI. (#919)
* Improvements for testing and CI. - Use cargo nextest for testing. - Improve integration tests caching. - Improve CI artifact caching. * Better formatting comments. * Don't fail if the cache artifact service is down. This will go back to make things slower, but GHA is failing so much that it might be better. * Propagate target directory for metadata checks. This ensures that when we check a project metadata we look at any target directory set in the build flags. * Remove shared target directory hack. It does not work. * Add process id to the test root directory. So we can run tests in parallel with cargo nextest.
Configuration menu - View commit details
-
Copy full SHA for 523a63f - Browse repository at this point
Copy the full SHA 523a63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c649e97 - Browse repository at this point
Copy the full SHA c649e97View 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.8.6...v1.9.0