Skip to content

Releases: hummingbird-project/hummingbird

v0.16.2

31 Jul 10:40
Compare
Choose a tag to compare
  • Fix hang inside HBApplication.start if an error occurs that would cause a shutdown.

v0.16.1

11 Jul 09:43
896ff39
Compare
Choose a tag to compare
  • Make HummingbirdXCT framework available in release
  • HBFileMiddleware not handles serving data from Bundles

v0.16.0

19 Feb 10:21
d007814
Compare
Choose a tag to compare
  • Add HBConnectionPoolGroup connection manager. Used to manage connections to external services on a per EventLoop basis. Use HBConnectionSource to generate connections to service (HBConnection).
  • Add Swift concurrency APIs for HBConnectionPoolGroup
  • Use hummingbird-core v0.13.5

v0.15.3

13 Dec 12:47
Compare
Choose a tag to compare
  • Add CustomStringConvertible conformance to HBRequest, HBResponse and HBEnvironment

v0.15.2

04 Dec 07:30
c3abc05
Compare
Choose a tag to compare
  • Add option in HBFileMiddleware to resolve folders as the file index.html inside the folder

v0.15.1

02 Dec 13:01
Compare
Choose a tag to compare

Patch release changes

Set Logger label to name of server

v0.15.0

29 Nov 16:38
c9fe942
Compare
Choose a tag to compare
  • Upgrade to using hummingbird-core v0.13.0.

v0.14.4

26 Nov 11:01
bf82d9a
Compare
Choose a tag to compare

Patch release changes

  • Fix crash in HBParser when creating a sub parser at the end of a string. Caused a crash when parsing URL test?.

Other changes

  • Renamed sanity.sh to validate.sh

v0.14.3

01 Nov 17:56
70d4d9c
Compare
Choose a tag to compare

Minor release changes

  • Added async versions of HBFileIO apis

Patch release changes

  • Don't run job if application is shutting down

Other changes

Upgrade to Swift Format v0.48.17

v0.14.2

22 Oct 16:18
Compare
Choose a tag to compare
  • Fix macOS swift 5.5 compile error