Unclaimed project
Are you a maintainer of cargo-lambda? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
cargo-lambda
Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.
aws-lambdarust
Last updated about 1 month ago
Back to changelogNew
v1.9.0
What's Changed
- chore: fixed whitespaces by @Dgame in https://github.com/cargo-lambda/cargo-lambda/pull/877
- small logic fix in wait_for_ready_state in https://github.com/cargo-lambda/cargo-lambda/pull/878
- Fix docs typo by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/880
- upgrade
actions/checkout and actions/setup-node to v5 by @garysassano in https://github.com/cargo-lambda/cargo-lambda/pull/890
- Improve docs for
--lambda-dir and --flatten flags by @garysassano in https://github.com/cargo-lambda/cargo-lambda/pull/891
- Minor clarification of configuration docs by @benw in https://github.com/cargo-lambda/cargo-lambda/pull/899
- env var deploy strategy by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/910
- Fix region selection when it's in a package configuration. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/911
- Set description when you're deploying a layer. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/912
- Emit an error if the environment file doesn't exist. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/913
fix: Removed deprecated cargo_bin() function in snapbox by @ranger-ross in https://github.com/cargo-lambda/cargo-lambda/pull/901Fix status codes by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/916Explicitly check XDG_CONFIG_HOME for tls certificates. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/914Remove channel check from toolchain installation. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/915Add env variables to the build subcommand. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/917Enable Cargo ZigBuld enable_zig_ar. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/918Add streaming response endpoint. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/920Implement concurrent watchers. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/921Improvements for testing and CI. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/919Release version 1.9.0. by @calavera in https://github.com/cargo-lambda/cargo-lambda/pull/922New Contributors
- @benw made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/899
- @ranger-ross made their first contribution in https://github.com/cargo-lambda/cargo-lambda/pull/901
Full Changelog: https://github.com/cargo-lambda/cargo-lambda/compare/v1.8.6...v1.9.0