All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.3 - 2024-12-19
- Dependency updates #363
0.6.2 - 2024-08-01
- Dependency updates #346
0.6.1 - 2024-03-15
- Dependency updates
- Improve performance of an atomic lock (thanks @wang384670111) #309
0.6.0 - 2023-08-22
- Bump openssl from 0.10.48 to 0.10.55 #257, #271
- Bump h2 from 0.3.15 to 0.3.20 #257, #271
- Bump AWS SDK for Rust #257
- Update other dependencies
0.5.1 - 2023-04-11
- Bump openssl from 0.10.45 to 0.10.48 #247
- Bump tokio from 1.25.0 to 1.26.0 #239
0.5.0 - 2023-03-08
- Add debug logging to help with troubleshooting #220
- Remove minor/patch versions from Cargo.tomls #237
- Update dependencies
0.4.3 - 2023-03-02
Add debug logging to help with troubleshooting #220Remove minor/patch versions from Cargo.tomls #237Update dependencies
⚠ This release was yanked and re-released as 0.5.0 due to breaking changes.
0.4.2 - 2022-10-03
- Update dependencies #197
0.4.1 - 2022-08-12
- Prevent integer overflows during offset calculations (#186, thanks @okudajun!)
- Update dependencies
0.4.0 - 2022-07-26
- Limited nix features (#143, thanks @rtzoeller!)
- Removed Rusoto in favor of AWS SDK Rust #145
- Added support for files over 2^31 bytes (#171, thanks @grahamc and @cole-c!)
- Update dependencies #147, #149, #168, #179
0.3.3 - 2022-04-26
- Add support for uploading from a block device. #92
- Upgrade SNAFU. (#115, thanks, @shepmaster!)
- Unpin tokio. #129
- Update dependencies. #91, #94, #97, #98, #99, #102, #103, #105, #106, #109, #111, #112, #114, #115, #116, #117, #118, #119, #123, #124, #127, #130, #131, #132, #134, #135
0.3.2 - 2021-07-30
- Update dependencies. #61, #63, #64, #66, #67, #73, #77, #82, #87, #88
- Update docs to recommend installing with
--locked
. #79 - Add license check to CI runner. #74
0.3.1 - 2021-05-13
- Add backoff-retry behavior to coldsnap uploads. #56
- Update dependencies. #48, #50, #51, #54, #55, #58, #60
- Fix clippy warnings for Rust 1.52. #57
0.3.0 - 2021-02-25
- Updated tokio to v1, this is a breaking change when using coldsnap as a library. #39
- Fix an issue with download filepaths #40
0.2.0 - 2020-11-11
- Added Cargo.toml features to switch between rusoto native-tls and rustls. #18
0.1.0 - 2020-08-05
- Everything!