Skip to content

Releases: Kitura/Kitura-net

1.7.16

13 Sep 16:11
Compare
Choose a tag to compare

What's New

  • Add support for Swift 4
  • Allow the limit on consecutive Keep-Alive requests per connection to be configurable. The default has been changed to allow an unlimited number of requests.

Temporary workaround for a rare crash under load

25 Jul 15:49
Compare
Choose a tag to compare

Address Intermittent Crashes

18 Jul 19:06
Compare
Choose a tag to compare

Insure that the IncomingSocketProcessor used by an IncomingSocketHandler has the back link to the IncomingSocketHandler initialized before the ReaderSource is resumed.

Also removed an unneeded back link to the IncomingSocketManager.

1.7.13

06 Jul 15:28
Compare
Choose a tag to compare

Fix crash in IncomingSocketHandler as reported in Kitura/#1034
Tested on Swift 4 6/29 snapshot

1.7.7

01 Jun 19:41
Compare
Choose a tag to compare
Remove modulemap; add CHTTPParser.h (#197)

v0.18.0

20 Jun 20:19
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release
Updated to new version.

0.16.0

02 Jun 19:20
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release
Updated to new version.

0.12.0

09 May 16:38
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
Updated to new version.

v0.10.0

25 Apr 14:37
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
Updated to new version.

v0.8.0

11 Apr 22:13
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
Merge remote-tracking branch 'origin/develop'