Skip to content

Releases: Kitura/Kitura-net

Package dependency updates

13 Sep 06:04
645f09e
Compare
Choose a tag to compare
Update package dependencies (#323)

* Update package dependencies

* Update github org

Swift 4.x no longer supported

31 Jul 06:12
242c986
Compare
Choose a tag to compare

Swift 5.1 is now the minimum supported version.

First community release

11 Mar 01:00
e017a57
Compare
Choose a tag to compare

To ensure dependencies are tracked properly, you should specify this as the minimum release version going forward.

2.4.0

08 Oct 15:00
0098572
Compare
Choose a tag to compare
  • fix: Send Basic Auth credentials in an Authorization header (#303)
  • feat: Ability to limit request size and connection count (#307)

2.3.0

24 May 09:11
Compare
Choose a tag to compare

feat: Allow Kitura-NIO to only listen on one network address (#299). Kitura listens on every available address/interface. This feature allows Kitura to listen on only on interface/network address.

2.2.0

03 Apr 19:06
6c9ad87
Compare
Choose a tag to compare
  • feat: Add support for Unix domain sockets (#296)

2.1.7

05 Mar 16:26
d837d45
Compare
Choose a tag to compare
  • Disable curl's Expect header (#294): prevents ClientRequest (which uses curl) from sending an Expect: 100-continue header when sending payloads above a certain threshold, as Kitura does not support it (resulting in a 1 second delay for such requests).

2.1.5

08 Jan 14:06
c88223a
Compare
Choose a tag to compare
  • fix: resolve crash on Linux with Swift 5 (#284)

2.1.4

07 Jan 11:02
23895b6
Compare
Choose a tag to compare
  • fix: workaround to pass UInt16 value for ClientRequest.Options (#285) - resolves #275

2.1.3

03 Dec 11:32
4e8678d
Compare
Choose a tag to compare
  • fix: Ensure exclusive access (SE-0176) when mutating ClientRequest.delegate (#278)