Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 2.92 KB

File metadata and controls

81 lines (52 loc) · 2.92 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.

[Unreleased]

0.11.0 - 2026-03-31

Added

  • Migrate off bisect (#10)

Fixed

  • Declare error type as non_exhaustive (#13)

Other

  • Merge upstream main (#12)
  • Switch async_zip dev-dependency to astral_async_zip
  • Update rstest dev-dependency to 0.26
  • Merge pull request #8 from astral-sh/konsti/bounds-checks
  • Fix clippy
  • release v0.10.0

0.10.0 - 2026-02-09

Other

  • Modernize release-plz setup
  • Update thiserror and itertools
  • Update lockfile
  • Rustfmt
  • Revert "update lib.rs set accept-encoding: identity to prevent double-compression"
  • update lib.rs set accept-encoding: identity to prevent double-compression
  • update README to reflect astral-forked package
  • new clippy notes: port updates from prefix-dev/async_http_range_reader
  • update reqwest to 0.13.1, reqwest-middleware to 0.5.0

0.9.1 - 2024-11-12

Other

  • Update reqwest-middleware from 0.3.0 to 0.4.0 (#21)

0.9.0 - 2024-10-28

Other

  • Update dependencies (#19)

0.8.0 - 2024-05-06

Fixed

  • always use requested URL, rather than response URL (#16)

0.7.1 - 2024-04-10

Other

  • Upgrade reqwest to v0.12.3 (#12)

0.7.0 - 2024-02-23

Added

  • lint pr titles for better changelogs (#7)

Fixed

  • tests

Other

  • Allow extra headers to be attached to requests (#9)

0.6.1 - 2024-02-17

Added

  • added releaze-pls to the repository.

Other

  • Propagate unsupported error when server returns 200 (#5)