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.5
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.8.6
Choose a head ref
  • 8 commits
  • 38 files changed
  • 4 contributors

Commits on May 15, 2025

  1. Fix conflicting short options (#858)

    * Normalize short option for port to "P"
    
    * Normalize short option for invoke address to "A"
    markalexander authored May 15, 2025
    Configuration menu
    Copy the full SHA
    7afc937 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

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

Commits on Jul 15, 2025

  1. Fix issue reading metadata with package name. (#870)

    This change collects both package and binary names to load package metadata correctly.
    
    This also fixes a bunch of new clippy warnings from new Rust versions.
    calavera authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c3e210d View commit details
    Browse the repository at this point in the history
  2. fix(deploy): allow to set iam role tags when created (#869)

    Co-authored-by: David Calavera <[email protected]>
    floydspace and calavera authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    b941070 View commit details
    Browse the repository at this point in the history
  3. Preserve anyhow errors coming from ZigBuild. (#871)

    This will give more information when something fails insize ZigBuild.
    calavera authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    dc77fbe View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    1605904 View commit details
    Browse the repository at this point in the history
  2. Remap content-length in streaming response headers. (#874)

    Remove the content-length header to ensure the client doesn't terminate
    the connection when a function is streaming a response.
    calavera authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    3229e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Release version 1.8.6. (#875)

    Fix issues with concurrent builds on tools like SAM-CLI.
    calavera authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    345c38a View commit details
    Browse the repository at this point in the history
Loading