Skip to content

Releases: Cysharp/YetAnotherHttpHandler

1.11.2

27 May 03:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.1...1.11.2

1.11.1

14 May 09:26
Compare
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
Compare
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
  • 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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

13 Dec 02:59
Compare
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
Compare
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

1.6.0

24 Sep 03:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.4...1.6.0

1.5.4

18 Sep 07:20
Compare
Choose a tag to compare

What's Changed

  • Fix deadlock in the completion process when the send buffer is full. by @mayuki in #95

Full Changelog: 1.5.3...1.5.4