Skip to content

Releases: Cysharp/YetAnotherHttpHandler

1.11.4

24 Oct 09:23

Choose a tag to compare

What's Changed

  • Bump actions-rust-lang/setup-rust-toolchain from 1.13.0 to 1.14.0 by @dependabot[bot] in #148
  • Bump actions-rust-lang/setup-rust-toolchain from 1.14.0 to 1.15.0 by @dependabot[bot] in #150
  • Fix deadlock during cancellation by @mayuki in #153

Full Changelog: 1.11.3...1.11.4

1.11.3

26 Aug 07:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.2...1.11.3

1.11.2

27 May 03:53

Choose a tag to compare

What's Changed

Full Changelog: 1.11.1...1.11.2

1.11.1

14 May 09:26

Choose a tag to compare

What's Changed

  • Release a string when a request results in an error by @mayuki in #135
  • Release and dispose the native handles when releasing RequestContext by @mayuki in #134
  • Remove unnecessary handle release by @mayuki in #136

Full Changelog: 1.11.0...1.11.1

1.11.0

09 May 03:16
58a5b75

Choose a tag to compare

Features

Improvements

  • Use context fields instead of thread_local to store error. by @mayuki in #125
  • Use latest Android NDK (r28) to build native binaries by @mayuki in #126
    • This improves compatibility with 16KB alignment devices and removes warnings in Unity
  • Update webpki-roots to 0.26.11 by @mayuki in #132
  • Update THIRD-PARTY-NOTEICES by @mayuki in #133

What's Changed

  • ci: Pinning third party GitHub Actions sha by @guitarrapc in #121
  • Fix reference count to decrease correctly when initialization fails by @mayuki in #122
  • Migrate to xUnit v3 by @mayuki in #129

Full Changelog: 1.10.0...1.11.0

1.10.0

03 Feb 07:18

Choose a tag to compare

What's Changed

  • Add backpressure control and allow asynchronous flushing by @ruccho in #116

Full Changelog: 1.9.0...1.10.0

1.9.0

19 Dec 06:54

Choose a tag to compare

What's Changed

  • Add Unix Domain Socket support by @yzsolt in #109
  • Throw PlatformNotSupportedException when trying to use UDS on Windows by @mayuki in #110

New Contributors

Full Changelog: 1.8.1...1.9.0

1.8.1

16 Dec 08:53

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

13 Dec 02:59

Choose a tag to compare

New features

  • add TCP connect timeout option by @trapezoid in #102
  • Add support for server certificate verification handler by @mayuki in #106

What's Changed

  • Set the version information resource to .dll by @mayuki in #104
  • Use dotnet-retest to retry flaky tests by @mayuki in #105

Full Changelog: 1.7.0...1.8.0

1.7.0

28 Nov 07:07

Choose a tag to compare

What's Changed

  • Support with_server_name option of hyper_rustls::HttpsConnectorBuilder by @Rijicho in #101

New Contributors

Full Changelog: 1.6.0...1.7.0