Mindbody Conduit Versions Save

Robust Swift networking for web APIs

1.4.1

4 months ago

Breaking

  • None

Enhancements

  • #168 (Task AB#1268089) | Defer token store unlock until token refresh response action occurs

Bug Fixes

  • None

Other

  • None

1.4.0

1 year ago

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Add check for nil request URL #166

Other

  • None

1.3.0

2 years ago

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Update multipart form request serializer #165

Other

  • None

1.2.0

2 years ago

Breaking

  • None

Enhancements

  • Create URLDataCache and DataDownloader #164

Bug Fixes

  • None

Other

  • None

1.1.1

2 years ago

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fix completion queue bug in ImageDownloader #163

Other

  • None

1.1.0

2 years ago

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

1.0.0

3 years ago

Breaking

  • Remove Xcode project and worskpaces, dropping support for Carthage

Other

  • Celebrating Conduit's maturity with our 1.0.0 release 🎉

0.22.0

3 years ago

Breaking

  • Remove deprecated types: BearerOAuth2Token, OAuth2TokenAES256CBCCipher, and OAuth2TokenDiskStore

Enhancements

  • None

Bug Fixes

  • None

Other

  • None

0.21.0

4 years ago

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

0.20.0

4 years ago

Breaking

  • None

Enhancements

  • Add TokenMigrator to perform migrations between token stores and client configurations.
  • Add ConduitDynamic dynamic library to Package description.

Bug Fixes

  • None

Other

  • None