Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cargo-lambda/cargo-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.6
Choose a base ref
...
head repository: cargo-lambda/cargo-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 20 commits
  • 56 files changed
  • 8 contributors

Commits on Aug 17, 2025

  1. Configuration menu
    Copy the full SHA
    df3435a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fixed (#878)

    aanesn authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    abf6d78 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Fix docs typo (#880)

    calavera authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    ee383b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    0d62a3d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Improve docs for --lambda-dir and --flatten flags (#891)

    * Improve docs for `--lambda-dir` and `--flatten` flags
    
    * make docs more obvious
    garysassano authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    595c463 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Minor clarification of configuration docs (#899)

    * De-dup docs for tracing, role and layer
    
    * Clarify that layer takes an array
    benw authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    bc645a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. 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]>
    calavera and randy-schuett_statista authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    57ecc36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc756ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faa1dfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7827b63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d351c3c View commit details
    Browse the repository at this point in the history
  6. Fix status codes (#916)

    * Refactor test responses to use `StatusCode` constants for clarity
    
    * Format imports.
    
    ---------
    
    Co-authored-by: katayama8000 <[email protected]>
    calavera and katayama8000 authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    07f8d5f View commit details
    Browse the repository at this point in the history
  7. Explicitly check XDG_CONFIG_HOME for tls certificates. (#914)

    Then fallback to dirs::config_dir.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    b989e13 View commit details
    Browse the repository at this point in the history
  8. 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.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    7988ab9 View commit details
    Browse the repository at this point in the history
  9. Add env variables to the build subcommand. (#917)

    This way you can keep all settings together for your app.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    ef96447 View commit details
    Browse the repository at this point in the history
  10. Enable Cargo ZigBuld enable_zig_ar. (#918)

    This should make cross compilation easier on Windows.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    917e356 View commit details
    Browse the repository at this point in the history
  11. Add streaming response endpoint. (#920)

    That way you can use the AWS SDK to test and verify functions
    with streaming responses.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    fb433fa View commit details
    Browse the repository at this point in the history
  12. Implement concurrent watchers. (#921)

    This allows to run multiple function instances concurrently.
    Allowing to mimic the behavior of aws lambda managed instances.
    calavera authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    69d91bb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. 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.
    calavera authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    523a63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c649e97 View commit details
    Browse the repository at this point in the history
Loading