Releases: Kitura/SwiftyRequest
Releases · Kitura/SwiftyRequest
3.1.0
- fix: Increase number of threads available to RestRequest to 1 per processor
- feat: Allow custom EventLoopGroup and Timeout (#78)
3.0.0
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
- Add OSX deployment target to podspec (#71)
2.2.0
- feat: API to conveniently access
HTTPCookie
s from a response (#68)
2.1.1
- Resolve compilation failures with Swift 5.1 (#67)
2.1.0
feat: Make RestRequest session public (#66)
2.0.6
- 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.4
- fix: Prevent
RestRequest.queryItems
from being erased by default parameter for response
functions (#51)
2.0.3
- Fixed an issue in checking https when URL contains "https" (#46)