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.7.0
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.0
Choose a head ref
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Feb 28, 2025

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

Commits on Mar 1, 2025

  1. 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.
    calavera authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    020d284 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. fix(deploy): Fix log retention serializer. (#809)

    Add field to the serializer functions.
    calavera authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    4691fd3 View commit details
    Browse the repository at this point in the history
  2. fix(deploy): Fix memory value parser. (#811)

    Use a custom parser because clap cannot downcast the Memory struct into i32.
    calavera authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    942ce12 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Release 1 7 1 (#812)

    * fix(deploy): Fix memory value parser. (#811)
    
    Use a custom parser because clap cannot downcast the Memory struct into i32.
    
    (cherry picked from commit 942ce12)
    
    * chore: Release 1.7.1
    calavera authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    6b285a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. 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]>
    bassmanitram and Martin Bartlett authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    9537f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. 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.
    calavera authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    58022d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d84825 View commit details
    Browse the repository at this point in the history
Loading