Skip to content

Releases: mindbody/Conduit

1.4.2

10 Jul 12:12
0e8ca31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

Release 1.4.1

05 Feb 17:26
62ec0e6
Compare
Choose a tag to compare

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

25 Oct 14:05
5fa6640
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Add check for nil request URL #166

Other

  • None

Release 1.3.0

22 Mar 16:56
b28cd97
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Update multipart form request serializer #165

Other

  • None

Release 1.2.0

06 Aug 00:56
44611d6
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Create URLDataCache and DataDownloader #164

Bug Fixes

  • None

Other

  • None

Release 1.1.1

08 Jul 19:39
f070673
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fix completion queue bug in ImageDownloader #163

Other

  • None

Release 1.1.0

01 Jul 21:45
fdf1e5c
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • #162 Allow passing a custom operation queue to ImageDownloader to be used when calling the completion callback.
  • #161 Make ImageDownloader conform to ImageDownloaderType to allow for mocking.

Bug Fixes

  • None

Other

  • None

Release 1.0.0

21 Apr 15:43
0ec7957
Compare
Choose a tag to compare

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

12 Oct 15:38
12fe831
Compare
Choose a tag to compare

Breaking

  • Remove deprecated types: BearerOAuth2Token, OAuth2TokenAES256CBCCipher, and OAuth2TokenDiskStore

Enhancements

  • None

Bug Fixes

  • None

Other

  • None

Release 0.21.0

06 Apr 17:11
dacaf06
Compare
Choose a tag to compare

Breaking

  • ResponsePipelineMiddleware protocol has been updated.

Enhancements

  • Surface request metrics to response middleware
    • SessionDelegate has been updated to capture request metrics in TaskResponse.
    • URLSessionClient has been updated to pass TaskResponse to any response middleware.
    • ResponsePipelineMiddleware has been refactored to pass a TaskResponse structure.

Bug Fixes

  • None

Other

  • None