Releases: ServiceStack/ServiceStack.Swift
Releases · ServiceStack/ServiceStack.Swift
5.0.8
- Base64 support for [Uint8] binary data
5.0.7
Fix getData + Linux tests support
5.0.5
- Add FoundationNetworking imports
5.0.4
- Add new
TimeSpan.parse()
, DateTime.parse()
and Guid.parse()
APIs
5.0.3
- Add support for Auto Retry with RefreshToken + RefreshToken Cookie support
- New
getCookies()
, getTokenCookie()
and getRefreshTokenCookie()
APIs
- new
getData()
and getDataAsync()
APIs with built-in error response handling and auto re-authentication retry
Added decoding support for Swift Keywords
5.0.2
Update ServiceStack.podspec
5.0.1
Add gist.cafe's Inspect
support to avoid an extra dependency when exploring APIs
5.0.0
Rewritten for use with DTOs generated using Swift's new Codable support, requires ServiceStack v5.10.5+