Releases: mindbody/Conduit
Releases · mindbody/Conduit
1.4.2
What's Changed
- T 1331575: Updated Refresh Token API minimumExpirationTime to 5 minutes by @amrutakamat-mindbody in #169
New Contributors
- @amrutakamat-mindbody made their first contribution in #169
Full Changelog: 1.4.1...1.4.2
Release 1.4.1
Breaking
- None
Enhancements
- #168 (Task AB#1268089) | Defer token store unlock until token refresh response action occurs
Bug Fixes
- None
Other
- None
Release 1.4.0
Release 1.3.0
Release 1.2.0
Release 1.1.1
Breaking
- None
Enhancements
- None
Bug Fixes
- Fix completion queue bug in ImageDownloader #163
Other
- None
Release 1.1.0
Release 1.0.0
Breaking
- Remove Xcode project and worskpaces, dropping support for Carthage
Other
- Celebrating Conduit's maturity with our 1.0.0 release 🎉
Release 0.22.0
Breaking
- Remove deprecated types:
BearerOAuth2Token
,OAuth2TokenAES256CBCCipher
, andOAuth2TokenDiskStore
Enhancements
- None
Bug Fixes
- None
Other
- None
Release 0.21.0
Breaking
ResponsePipelineMiddleware
protocol has been updated.
Enhancements
- Surface request metrics to response middleware
SessionDelegate
has been updated to capture request metrics inTaskResponse
.URLSessionClient
has been updated to passTaskResponse
to any response middleware.ResponsePipelineMiddleware
has been refactored to pass aTaskResponse
structure.
Bug Fixes
- None
Other
- None