Skip to content

Latest commit

 

History

History
177 lines (154 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

177 lines (154 loc) · 7.26 KB

Changelog

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.1 - 2024-03-15

Changed

  • Dependency updates
  • Improve performance of an atomic lock (thanks @wang384670111) #309

0.6.0 - 2023-08-22

Security Fix

  • 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

Changed

  • Update other dependencies

0.5.1 - 2023-04-11

Security Fix

  • Bump openssl from 0.10.45 to 0.10.48 #247

Changed

  • Bump tokio from 1.25.0 to 1.26.0 #239

0.5.0 - 2023-03-08

Changed

  • Add debug logging to help with troubleshooting #220
  • Remove minor/patch versions from Cargo.tomls #237
  • Update dependencies

0.4.3 - 2023-03-02

Changed

  • Add debug logging to help with troubleshooting #220
  • Remove minor/patch versions from Cargo.tomls #237
  • Update dependencies

⚠ This release was yanked and re-released as 0.5.0 due to breaking changes.

0.4.2 - 2022-10-03

Changed

  • Update dependencies #197

0.4.1 - 2022-08-12

Changed

  • Prevent integer overflows during offset calculations (#186, thanks @okudajun!)
  • Update dependencies

0.4.0 - 2022-07-26

Changed

  • 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

Changed

0.3.2 - 2021-07-30

Changed

0.3.1 - 2021-05-13

Changed

  • 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

Breaking Changes

  • Updated tokio to v1, this is a breaking change when using coldsnap as a library. #39

Changed

  • Fix an issue with download filepaths #40

0.2.0 - 2020-11-11

Changed

  • Added Cargo.toml features to switch between rusoto native-tls and rustls. #18

0.1.0 - 2020-08-05

Added

  • Everything!