Skip to content

Releases: Kitura/Kitura-NIO

v1.0.3

29 Aug 19:06
3303ba2
Compare
Choose a tag to compare

What's fixed

  • Moving the Kitura router invocation from the event loop to a dispatch queue (#78)
  • Moving ClientRequest.end to a dispatch queue, avoiding wait() calls on the event loop (#79)
  • Fixing a thread leak by shutting down the event loop group created by ClientRequest (#76)
  • Eliminate zlib linker failures on Ubuntu 16.04 docker images(#77)
  • Set SO_REUSEADDR on socket channels to avoid bind errors in Kitura-NIO and Kitura tests (#82)

v1.0.0

18 Aug 18:09
2b835e8
Compare
Choose a tag to compare

What's New

  • KituraNIO renamed to KituraNet
  • Better handling of WebSocket upgrade errors