Cargo-lambda

Latest version: v1.6.0

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

Scan your dependencies

Page 1 of 11

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

What's Changed
* Fix Zig download in the Dockerfile by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/667
* feat: cargo lambda system by mmalenic in https://github.com/cargo-lambda/cargo-lambda/pull/668
* Update cargo-zigbuild to version 0.19.0 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/671
* Improve documentation on "Why Zig for cross compiling" by brainstorm in https://github.com/cargo-lambda/cargo-lambda/pull/672
* Update GitHub Actions section in getting-started.md by aochagavia in https://github.com/cargo-lambda/cargo-lambda/pull/679
* fix: Return JSON object for extension registration. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/690
* chore: Reorganize enum. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/691
* fix: Allow `--no-default-features` in `cargo lambda watch` by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/692
* fix: Only zip files specified with `--bin` when the flag is present by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/693
* fix: expose `--package` in `cargo lambda watch` by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/694
* Release version 1.4.0 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/695

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

1.3.0

What's Changed
* Update Docker default versions. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/657
* Preserve file metadata inside zip archives. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/659
* Use -y as an alias to --no-interactive by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/662
* Ensure that function binaries are always called bootstrap. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/664
* Allow debug builds on Windows by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/665
* Release version 1.3.0 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/666


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

1.2.2

What's Changed
* feat(build): introduce 'include' option to add extra files in zip by Oliboy50 in https://github.com/cargo-lambda/cargo-lambda/pull/650
* fix(clippy): MSRV should be 1.70.0 by Oliboy50 in https://github.com/cargo-lambda/cargo-lambda/pull/651
* Set target-cpu using cargo config flags. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/653
* Release version 1.2.2 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/655

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

**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.2.1...v1.2.2

1.2.1

What's Changed
* Fix deserializer for cargo boolean option. by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/644
* Release version 1.2.1 by calavera in https://github.com/cargo-lambda/cargo-lambda/pull/645


**Full Changelog**: https://github.com/cargo-lambda/cargo-lambda/compare/v1.2.0...v1.2.1

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.