v0.11.0
- Add support for iOS. Networking for iOS builds is implemented through NIO Transport Services. TLS should be setup using
HBApplication.Configuration.tlsOptions
when using NIO Transport Services. PR #71 - Add context object to supply
HBRequest
with currentEventLoop
,ByteBufferAllocator
andremoteAddress
instead of copying these values intoHBRequest
. PR #75 - Allow
HBApplication.start()
to throw errors. PR #73