Skip to content

Releases: swift-server/async-http-client

1.0.0-alpha.4

25 Sep 10:07
d84a1da
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release
  • added swift 5.1 support in CI (#111)
  • cancel is now sent as outbound user event (#110)
  • trailing slash in path now preserved (#107)
  • EventLoop preferences was refactored to make programming model simpler (#102)

1.0.0-alpha.3

10 Sep 22:09
1b31c5a
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release
  • 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

21 Aug 09:24
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
  • added NIO event loop preference as an argument for execute (#79)
  • renamed rename didReceivePart to didReceiveBodyPart
  • added option to ignore unclean SSL shutdowns

Alpha Release

05 Jul 14:08
a42fe83
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release
1.0.0-alpha.1

remove unused degate and make other one public+rename (#61)