v1.9.0
Minor release changes
- Minimum supported version of Swift is 5.7. PR #242
- Add own version of EventLoopGroupProvider which only includes
shared
orsingleton
. DeprecateHBApplication.init
that uses swift-nio version. PR #241 - Added
HBApplication.run
which calls bothstart
andwait
PR #243 - Added
HBApplication.asyncWait
andHBApplication.asyncRun
that can be called from an asynchronous context. PR #243