Releases: cargo-lambda/cargo-lambda
Releases · cargo-lambda/cargo-lambda
v1.9.0
What's Changed
- chore: fixed whitespaces by @Dgame in #877
- small logic fix in wait_for_ready_state in #878
- Fix docs typo by @calavera in #880
- upgrade
actions/checkoutandactions/setup-nodeto v5 by @garysassano in #890 - Improve docs for
--lambda-dirand--flattenflags by @garysassano in #891 - Minor clarification of configuration docs by @benw in #899
- env var deploy strategy by @calavera in #910
- Fix region selection when it's in a package configuration. by @calavera in #911
- Set description when you're deploying a layer. by @calavera in #912
- Emit an error if the environment file doesn't exist. by @calavera in #913
- fix: Removed deprecated cargo_bin() function in snapbox by @ranger-ross in #901
- Fix status codes by @calavera in #916
- Explicitly check XDG_CONFIG_HOME for tls certificates. by @calavera in #914
- Remove channel check from toolchain installation. by @calavera in #915
- Add env variables to the build subcommand. by @calavera in #917
- Enable Cargo ZigBuld
enable_zig_ar. by @calavera in #918 - Add streaming response endpoint. by @calavera in #920
- Implement concurrent watchers. by @calavera in #921
- Improvements for testing and CI. by @calavera in #919
- Release version 1.9.0. by @calavera in #922
New Contributors
- @benw made their first contribution in #899
- @ranger-ross made their first contribution in #901
Full Changelog: v1.8.6...v1.9.0
v1.8.6
What's Changed
- Fix conflicting short options by @markalexander in #858
- fix typo in
installation.mdby @garysassano in #861 - Fix issue reading metadata with package name. by @calavera in #870
- fix(deploy): allow to set iam role tags when created by @floydspace in #869
- Preserve anyhow errors coming from ZigBuild. by @calavera in #871
- fix: Improve the messaging when no zig installers are available. by @calavera in #873
- Remap content-length in streaming response headers. by @calavera in #874
- Release version 1.8.6. by @calavera in #875
New Contributors
- @markalexander made their first contribution in #858
- @floydspace made their first contribution in #869
Full Changelog: v1.8.5...v1.8.6
v1.8.5
What's Changed
- Update
cargo-zigbuildto0.20.0by @0kaguya in #847 - fix: watch: add missing extension API endpoints for internal extension calls from inside functions by @jlizen in #849
- Update GitHub Actions section in
getting-started.mdby @garysassano in #851 - fix typo in
getting-started.mdby @garysassano in #852 - feat(watch): propagate SIGINT and SIGTERM signals to function if extensions are registered by @jlizen in #853
- chore: Release version 1.8.5 by @calavera in #854
New Contributors
Full Changelog: v1.8.4...v1.8.5
v1.8.4
What's Changed
- chore(docs): Update docs with more installation options. by @calavera in #842
- update(docs): Update getting started guide with install options. by @calavera in #843
- fix(watch): Correct logic to ignore files. by @calavera in #845
- chore: Release version 1.8.4 by @calavera in #846
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- fix(docs): Fix docs release action. by @calavera in #831
- fix(docs): Change latest-version.json url by @calavera in #832
- fix(docs): Create cargo/bin if it doesn't exist. by @calavera in #833
- fix(docs): Change zig installation output message. by @calavera in #834
- fix(system): Fix issue running the zig installer. by @calavera in #835
- fix(system): Return outputs when a command fails. by @calavera in #836
- fix(system): Propagate command error when zig cannot be installed. by @calavera in #837
- fix(system): Print zig's full command. by @calavera in #838
- fix(deploy): Fix the serializer for remote and vpc configurations. by @calavera in #840
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- fix(system): Make the json output pretty by default. by @calavera in #819
- update rustls-platform-verifier to version 0.5.1 by @Licenser in #821
- fix(system): Fix system output format. by @calavera in #825
- fix(system): Improve Zig install process. by @calavera in #826
- chore(release): Release version 1.8.1. by @calavera in #827
- chore(build): Provider two more paths to install Zig. by @calavera in #828
- docs(watch): Fix typo in Custom HTTP routes section. by @vikpe in #829
- fix(system): Allow to run system subcommand without a project. by @calavera in #830
New Contributors
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- chore(watch): Add addional tests for the function that extracts function names by @calavera in #807
- feat(deploy): Add an option to change the log retention policy. by @calavera in #808
- fix(deploy): Fix log retention serializer. by @calavera in #809
- fix(deploy): Fix memory value parser. by @calavera in #811
- Release 1 7 1 by @calavera in #812
- Fix issue described in #815 by @bassmanitram in #816
- feat(system): Print the full static configuration in the project. by @calavera in #817
- chore: Release version 1.8.0 by @calavera in #818
New Contributors
- @bassmanitram made their first contribution in #816
Full Changelog: v1.7.0...v1.8.0
v1.7.1
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- fix(deploy): Allow any memory value between 128 and 10240. by @calavera in #787
- chore: Enable LTO and codegen-units. by @calavera in #788
- chore(test): Add more tests for deploy configs. by @calavera in #792
- fix(watch): Rename shortcut for watch port. by @calavera in #793
- fix(deploy): Fix spacing in the tags information. by @calavera in #794
- fix(deploy): Load metadata config for implicit binaries. by @calavera in #796
- chore: Update to Rust 1.85 and 2024 edition. by @calavera in #797
- fix(build): Correctly override release profile. by @calavera in #798
- feat(deploy): Allow deploying zip files directly. by @calavera in #800
- chore: Release version 1.7.0 by @calavera in #802
- fix(release): Fix release workflow. by @calavera in #803
- chore(release): Update maturin version. by @calavera in #804
- fix(release): Remove merge flag. by @calavera in #805
Full Changelog: v1.6.3...v1.7.0