Releases: Kitura/Kitura-net
Releases · Kitura/Kitura-net
2.1.2
- Resolves compilation warnings with Swift 4.2 (#277)
2.1.1
- Fixes for ClientRequest redirection behaviour (#270)
- http_parser upgrade (#272)
- Documentation improvements
2.1.0
- Add
class
property on HTTPStatusCode and Class enum, to enable querying of the class that a status code belongs to (#246, successor to #240)
- Update dependencies for Swift 4.1 (#250)
2.0.2
- Increase number of GCD read queues (#235)
v2.0.0
Migrated repo to Swift 4.0.2.
1.7.20
- Close Keep-Alive connections following a parser error (#232)
- Support HTTP Pipelining (#229)
1.7.19
- Fix parsing of responses to
HEAD
requests with non-zero Content-Length
(#225)
- Prevent collision on
HTTPParser
state by consecutive keepalive requests (#227)
1.7.18
- Disable port reuse by default (#223)
- Allow PATCH requests to send data (#224)
1.7.17
- Resolves issue Kitura/Kitura#1143 (#219), where a misbehaved client connecting to an SSL listener could block further connection attempts from other clients.