Skip to content

v1.9.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 06 Oct 13:25
· 318 commits to main since this release
3c7f440

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