v1.1.0
Minor release changes
- Conform
AsyncThrowingStream
andAsyncStream
toHBResponseGenerator
so they can be returned from a route. - Added
AsyncSequence.responseGenerator
which can be returned from a route.
Patch release changes
- Fix issue when
HBApplication.stop
was not waiting until the lifecycle was fully shutdown.