Skip to content

Releases: swift-server/async-http-client

AsyncHTTPClient 1.2.5

08 Mar 12:50
0dda95c
Compare
Choose a tag to compare

SemVer Patch

  • Fix for bi-directional streaming (#344)
  • Fix for CoW in HTTPResponseAggregator (#345)

AsyncHTTPClient 1.2.4

25 Feb 10:09
ba845ee
Compare
Choose a tag to compare

SemVer Patch

  • Add defensive connection closure. (#328)

Other changes

  • Use welcoming language (#333)
  • fix doc generation setup (#336)
  • Address flakiness of testSSLHandshakeErrorPropagation (#335)
  • Update Readme to account for Package.swift format (#339)

AsyncHTTPClient 1.2.3

05 Jan 13:27
a72c5ad
Compare
Choose a tag to compare

SemVer Patch

  • Fixes a TSAN warning (#318)

AsyncHTTPClient 1.2.2

11 Nov 16:16
0a8dddb
Compare
Choose a tag to compare

SemVer Patch

  • Fixes incorrect timeout documentation (#118)
  • Improves handling of errors during TLS handshake (#313)
  • Adds support for two mandatory date formats in Expires cookie header (#314)
  • Refactors and completely hides internal state of HTTP1ConnectionProvider (#234)

AsyncHTTPClient 1.2.1

24 Aug 10:30
4b4d660
Compare
Choose a tag to compare

SemVer Patch

  • Fixes a double-release issue that can lead to a crash (#295, #298)

AsyncHTTPClient 1.2.0

07 Aug 13:08
c9a9bf0
Compare
Choose a tag to compare

SemVer Minor

SemVer Patch

AsyncHTTPClient 1.1.1

31 Mar 09:55
Compare
Choose a tag to compare

SemVer Patch

  • fixes case-sensitive location header parsing (#185)

AsyncHTTPClient 1.1.0

12 Feb 17:29
e2636a4
Compare
Choose a tag to compare

SemVer Minor

SemVer Patch

  • require secure NIO version (#162)
  • add a test that does many equal concurrent requests (#160)
  • fix usage of older api in readme example (#156)
  • Make public class public contrictible (#154, patch credit to @krzyzanowskim)
  • Remove parts of #139 relying on the Network framework (#147, patch credit to @adtrevor)
  • Bugfix HTTPS SNI and IP Address (#139, patch credit to @StrangeDays)
  • add test where server sends connection: close (#143)
  • various other small changes (#163, #159, #157, #145, #142)

AsyncHTTPClient 1.0.1

10 Dec 18:14
48e284d
Compare
Choose a tag to compare

SemVer Patch

  • fix NIO deprecations & update to secure versions (#141)
  • added extra test cases (#132, #140)
  • update copyrights note (#125)
  • check for api breakage and prepare to test with thread sanitizer in ci (#122)
  • Update dependency given in README to 1.0.0 (#121, patch credit to @armandgrillet)

1.0.0

23 Oct 16:32
51dc885
Compare
Choose a tag to compare
  • add response decompression support (#86)
  • add support for redirect limits (#113)