Skip to content

Releases: Kitura/SwiftyRequest

3.1.0

05 Nov 15:06
34cf8de

Choose a tag to compare

  • fix: Increase number of threads available to RestRequest to 1 per processor
  • feat: Allow custom EventLoopGroup and Timeout (#78)

3.0.0

30 Sep 16:10

Choose a tag to compare

This release represents a major re-working of SwiftyRequest, built on the swift-nio based async-http-client developed by the Swift Server Working Group.

Features

  • Support for client certificates (2-way SSL),
  • Direct retrieval of Codable types.

Supported Swift versions

  • Requires Swift 5.0 or later.

2.2.1

12 Sep 15:47
7714415

Choose a tag to compare

  • Add OSX deployment target to podspec (#71)

2.2.0

15 Aug 09:25

Choose a tag to compare

  • feat: API to conveniently access HTTPCookies from a response (#68)

2.1.1

09 Jul 09:10
c60b38d

Choose a tag to compare

  • Resolve compilation failures with Swift 5.1 (#67)

2.1.0

03 Jul 12:22
e3b3d1e

Choose a tag to compare

feat: Make RestRequest session public (#66)

2.0.6

13 May 12:45

Choose a tag to compare

  • Resolve memory leaks relating to missing cleanup of underlying URLSession, and a leak that occurred when using CircuitBreaker due to a retain cycle (#60)

2.0.5

05 Apr 14:10

Choose a tag to compare

  • Build in Swift 5 mode

2.0.4

28 Jan 16:29
523f389

Choose a tag to compare

  • fix: Prevent RestRequest.queryItems from being erased by default parameter for response functions (#51)

2.0.3

17 Dec 11:12

Choose a tag to compare

  • Fixed an issue in checking https when URL contains "https" (#46)