Skip to content

Releases: sbstp/attohttpc

v0.29.0

22 Feb 15:28
Compare
Choose a tag to compare

What's Changed

  • Refactor rustls config by @tottoto in #180
  • Remove unused rustls-pemfile crate from dev-dependencies by @tottoto in #181
  • Run tests using cargo-nextest by @sbstp in #182
  • rustls: ring is no longer maintained, use aws-lc-rs by @sbstp in #183

Full Changelog: v0.28.5...v0.29.0

v0.28.5

12 Feb 05:51
Compare
Choose a tag to compare

What's Changed

  • Move tokio-rustls to [dev-dependencies] by @cuviper in #179

New Contributors

Full Changelog: v0.28.4...v0.28.5

v0.28.4

12 Feb 05:51
Compare
Choose a tag to compare

Full Changelog: v0.28.3...v0.28.4

v0.28.3

09 Feb 23:55
Compare
Choose a tag to compare

What's Changed

  • Update test code to use Hyper 1.x and Axum instead of Warp by @sbstp in #178

Full Changelog: v0.28.2...v0.28.3

v0.28.2

09 Feb 23:45
Compare
Choose a tag to compare

What's Changed

  • Add rustls 'tls12' feature to continue to support TLS 1.2 connections by @charlespierce in #177

Full Changelog: v0.28.1...v0.28.2

v0.28.1

08 Dec 08:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0

22 Mar 05:26
Compare
Choose a tag to compare

What's Changed

  • Update to actions/checkout@v4 by @tottoto in #158
  • Update env_logger requirement from 0.10.0 to 0.11.0 by @dependabot in #160
  • Add method to get mutable reference to HeaderMap of request builder by @tottoto in #164
  • Bump the all group with 1 update by @dependabot in #165

Full Changelog: v0.27.0...v0.28.0

v0.27.0

21 Jan 20:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.1...v0.27.0

v0.26.1

24 Aug 03:45
Compare
Choose a tag to compare
Version 0.26.1

v0.26.0

29 Jul 15:40
Compare
Choose a tag to compare
  • Update dependencies