Releases: Kitura/Kitura-NIO
Releases · Kitura/Kitura-NIO
2.0.3
1.0.18
Add default extensions to ProtocolHandlerFactory
2.0.0
1.0.15
1.0.12
1.0.8
In this release we drop the "vX.Y.Z" format for the release name and conform to other Kitura repos that adopt a "X.Y.Z" format.
What's new
- A few performance improvements (#117, #118 and #120)
- We now conform to the syntax rules enforced by
swiftlint
(#121, #122, #123, #124, #125) - Jazzy doc generation and Codecov support (#133 and #134)
- The tests may be run with ephemeral ports which make
swift test --parallel
possible (#129 and #130) - A longstanding flaky test fixed (#131)
Thanks to @nethraravindran for her work on swiftlint, jazzy doc generation and codecov.
v1.0.7
v1.0.6
What's new
- Fixes for two data races -
HTTPServerRequest.keepAliveState
(#99) and one inPipeliningTests
(#105) - Skip storing an
HTTPDummyServerDelegate
in theHTTPServer.delegate
property (#96) - Tests: move libressl installation to
PackageBuilder
(#97) - Performance enhancements: reimplementing
HTTServerRequest.url
(#112), better headers translation(#113) andIdleStateHandler
removal (#104) - Other minor code readability enhancements