Releases: swift-server/async-http-client
Releases · swift-server/async-http-client
AsyncHTTPClient 1.1.1
SemVer Patch
- fixes case-sensitive location header parsing (#185)
AsyncHTTPClient 1.1.0
SemVer Minor
- Support UNIX Domain Sockets (#151, patch credit to @krzyzanowskim)
- add a public init to StreamWriter (#161)
- ResponseAccumulator is now public (#155, patch credit to @fabianfett)
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
1.0.0
1.0.0-alpha.4
1.0.0-alpha.3
- Give generic parameters nice names (#99)
- Add authorization to proxy (#94)
- Refactor proxy configuration (#90)
- Redirects ignore EventLoop preference - (#89)
- Make sure HTTPClient is shutdown (#98)
- Fix missing set to maxAge in Cookie init function (#91)
- Nest timeout configuration type inside configuration (#93)
- Tolerate futures from arbitrary event loops (#96)
1.0.0-alpha.2
- added NIO event loop preference as an argument for execute (#79)
- renamed
rename didReceivePart
todidReceiveBodyPart
- added option to ignore unclean SSL shutdowns
Alpha Release
1.0.0-alpha.1 remove unused degate and make other one public+rename (#61)