Cargo-lambda

Latest version: v1.6.3

Safety actively analyzes 701215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

1.6.3

What's Changed
* Apply some lints and reduce the amount of string allocations by FalkWoldmann in https://github.com/cargo-lambda/cargo-lambda/pull/768
* fix(watch): Propagate path parameters from custom router. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/776
* chore: Bump gix dependency by Benjscho in https://github.com/cargo-lambda/cargo-lambda/pull/778
* feat(deploy): Add a description flag for deployed versions. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/779
* feat: Release version 1.6.3 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/780

New Contributors
* Benjscho made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/778

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.6.2...v1.6.3

1.6.2

What's Changed
* feat(deploy): Add compilation information to the deploy outputs. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/758
* fix(deploy): Update state machine to handle state correctly. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/760
* chore(deploy): Add mock tests using the SDK test utils. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/761
* fix(deploy): Fix loading the lambda environment. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/762
* feat: default function with bin flag by MohamedAbdeen21 in https://github.com/cargo-lambda/cargo-lambda/pull/763
* docs(watch): Rewrite the multi-package project section. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/765
* chore: Release version 1.6.2 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/764

New Contributors
* MohamedAbdeen21 made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/763

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.6.1...v1.6.2

1.6.1

What's Changed
* fix: Fix publishing order. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/748
* Update cross-compiling.md by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/749
* fix: typo in `release-optimizations.md` by garysassano in https://github.com/cargo-lambda/cargo-lambda/pull/750
* docs(deploy): Add a warning about non-exhaustive permissions. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/753
* fix(deploy): Add missing function config information to the dry output. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/752
* fix(deploy): Remove double extra file insertion. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/756
* chore: Release version 1.6.1 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/757

New Contributors
* garysassano made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/750

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.6.0...v1.6.1

1.6.0

What's Changed
* Add support for credentials with a SourceIdentity by perpil in https://github.com/cargo-lambda/cargo-lambda/pull/725
* chore(watch): Update the watch subcommand to Axum 7. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/726
* feat(watch): TLS connections by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/727
* fix(watch): Filter packages for routing. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/728
* Watch router by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/729
* fix: request stack needs to be initialized on lambda connection by ahlinc in https://github.com/cargo-lambda/cargo-lambda/pull/731
* chore(ci): Add a message for the automatic lock. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/733
* feat(deploy): Allow to configure VPC Ipv6AllowedForDualStack. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/735
* fix(build): Relax static linking on Linux. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/736
* fix(watch): Fix ignore matcher for wildcards in children directories. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/737
* feat(new): Add url shortcuts to know Git providers. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/738
* feat: New configuration system. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/739
* chore: Remove unused deps from subpackages. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/740
* doc(metadata): Document how environment variables work. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/741
* chore: Make strict mode by default. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/744
* feat: Release version 1.6.0. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/742
* chore: Drop 32bit platforms. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/745
* chore: Drop ARMv7 builds. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/746
* chore: Drop unused packages. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/747

New Contributors
* perpil made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/725
* ahlinc made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/731

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.5.0...v1.6.0

1.5.0

What's Changed
* feat: Allow changing include destination. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/696
* feat: Add option to change the location of the S3 object to deploy. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/697
* chore: bump container rust version to 1.81 by vigimite in https://github.com/cargo-lambda/cargo-lambda/pull/699
* Add documentation for adding Zig to PATH on Windows/WSL by arthurmf in https://github.com/cargo-lambda/cargo-lambda/pull/702
* chore(tests): Use local templates for integration tests. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/705
* feat(new): Private templates with Git by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/706
* chore(deps): Update cargo-zigbuild to 0.19.4. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/709
* feat(new): Custom templates with configuration prompts. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/710
* feat(new): add conditional files and template path rendering by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/713
* feat(new): add support for conditional file ignoring in templates by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/714
* feat(new): Ensure prompts are always in the same order. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/716
* feat(new): Add an optional `help` message for template prompts. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/715
* bug(new): Allow processing events in logs and telemetry extensions by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/717
* feat(new): Use new templates by default. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/719
* fix(build): Best effort to set the zip file last modified time. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/720
* chore(invoke): Relax example name format. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/721
* fix(new): Fix launching terminal editors. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/722
* chore(release): Release version 1.5.0. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/723

New Contributors
* vigimite made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/699
* arthurmf made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/702

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.4.0...v1.5.0

1.4.0

New Contributors
* mmalenic made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/668
* brainstorm made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/672
* aochagavia made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/679

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.3.0...v1.4.0

Page 1 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.