Skip to content

v0.11.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 26 Apr 10:14
· 526 commits to main since this release
  • 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 current EventLoop, ByteBufferAllocator and remoteAddress instead of copying these values into HBRequest. PR #75
  • Allow HBApplication.start() to throw errors. PR #73