Skip to content

Releases: Kitura/Kitura-net

2.1.2

27 Sep 16:48
f791c0a
Compare
Choose a tag to compare
  • Resolves compilation warnings with Swift 4.2 (#277)

2.1.1

09 Jul 11:57
Compare
Choose a tag to compare
  • Fixes for ClientRequest redirection behaviour (#270)
  • http_parser upgrade (#272)
  • Documentation improvements

2.1.0

16 Apr 16:12
Compare
Choose a tag to compare
  • 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.4

26 Feb 10:28
9b4221e
Compare
Choose a tag to compare
  • Support Swift 4.1 (#242)

2.0.2

22 Feb 16:44
0837058
Compare
Choose a tag to compare
  • Increase number of GCD read queues (#235)

v2.0.0

17 Nov 15:15
fc6e217
Compare
Choose a tag to compare

Migrated repo to Swift 4.0.2.

1.7.20

10 Nov 17:22
Compare
Choose a tag to compare
  • Close Keep-Alive connections following a parser error (#232)
  • Support HTTP Pipelining (#229)

1.7.19

06 Nov 15:47
Compare
Choose a tag to compare
  • 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

17 Oct 20:05
Compare
Choose a tag to compare
  • Disable port reuse by default (#223)
  • Allow PATCH requests to send data (#224)

1.7.17

13 Oct 14:21
Compare
Choose a tag to compare
  • Resolves issue Kitura/Kitura#1143 (#219), where a misbehaved client connecting to an SSL listener could block further connection attempts from other clients.