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.10.0 - 2026-03-31
- Avoid panics when content is longer than content length header (#33)
- migrate off bisect (#34)
- Use
std::io::Error::other(_)and declare MSRV 1.74 (#25) - Fix new clippy lints (#27)
0.9.1 - 2024-11-12
- Update reqwest-middleware from 0.3.0 to 0.4.0 (#21)
0.9.0 - 2024-10-28
- Update dependencies (#19)
0.8.0 - 2024-05-06
- always use requested URL, rather than response URL (#16)
0.7.1 - 2024-04-10
- Upgrade
reqwestto v0.12.3 (#12)
0.7.0 - 2024-02-23
- lint pr titles for better changelogs (#7)
- tests
- Allow extra headers to be attached to requests (#9)
0.6.1 - 2024-02-17
- added releaze-pls to the repository.
- Propagate unsupported error when server returns 200 (#5)