Skip to content

Releases: hummingbird-project/hummingbird

v1.11.0

22 Dec 11:33
1d4a48c
Compare
Choose a tag to compare

Minor release changes

  • Make HBMethods.constructResponder public. PR #316

Other changes

  • Update CONTRIBUTORS.md
  • Fix small code mistake in Encoding and Decoding.md. PR #304 from @sidepelican

1.10.1

03 Dec 10:12
14b5a51
Compare
Choose a tag to compare

Patch release changes

v1.10.0

29 Nov 17:41
49b1ad7
Compare
Choose a tag to compare

Minor release changes

  • Change scope of HBXCTResponse.init and HBXCTError to public

v1.9.1

16 Nov 12:18
a0a17ae
Compare
Choose a tag to compare

Patch release changes

  • Remove global ISO8601DateFormatter used in URLEncodedForm encoder/decoder as it is not thread safe on Linux.

v1.9.0

06 Oct 13:25
3c7f440
Compare
Choose a tag to compare

Minor release changes

  • Minimum supported version of Swift is 5.7. PR #242
  • Add own version of EventLoopGroupProvider which only includes shared or singleton. Deprecate HBApplication.init that uses swift-nio version. PR #241
  • Added HBApplication.run which calls both start and wait PR #243
  • Added HBApplication.asyncWait and HBApplication.asyncRun that can be called from an asynchronous context. PR #243

Patch release changes

v1.8.4

18 Sep 16:20
dbb9695
Compare
Choose a tag to compare

Patch Version Changes

CORSMiddleware: Return Access-Control-Allow-Credentials header in CORS response as well as in prefetch response. PR #237 from @beldis

v1.8.3

13 Sep 10:22
Compare
Choose a tag to compare
  • Make AsyncSequenceResponseBodyStreamer public

v1.8.2

04 Sep 15:28
7d86d26
Compare
Choose a tag to compare

Patch Release Changes

  • Fix crash bug in HBTracingMiddleware when an HBRequest is holding a stream

v1.8.1

14 Aug 17:18
8ce0366
Compare
Choose a tag to compare

Patch release changes

  • Make HBPersistDriver async APIs public.

v1.8.0

10 Aug 08:20
6092c8f
Compare
Choose a tag to compare

Minor release changes

  • Add async HBJobQueue.enqueue
  • Add async HBJobQueueHandler.shutdown
  • Make HBMemoryPersistDriver public so it can be used separate from HBApplication

Patch release changes

  • Fix concurrent access issues in HBMemoryPersistDriver.