Skip to content

Releases: mindbody/Conduit

Release 0.9.0

14 May 17:35
9944f7f
Compare
Choose a tag to compare

Breaking

  • Update XMLNode interface to better define usage expectations.
    • Default values for nodes(named:traversal:) and node() methods have been
      removed and traversal algorithm must be now set explicitly.
    • getValue(name:) has been updated to always use .firstLevel only.
    • New method findValue(name:traversal:) has been added, and requires
      the traversal algorithm to be set explicitly.

Enhancements

  • None

Bug Fixes

  • None

Other

  • None

Release 0.8.0

07 May 18:51
Compare
Choose a tag to compare

Breaking

  • Update to Xcode 9.3 / Swift 4.1

Enhancements

  • None

Bug Fixes

  • None

Other

  • None

Release 0.7.2

20 Dec 23:04
70a1b37
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fix issue where Logger levels where being ignored.

Other

  • None

Release 0.7.1

08 Dec 23:12
d8e817c
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Use Xcode new build system.
  • Run CI on Xcode 9.2 image.

Bug Fixes

  • None

Other

  • None

Release 0.7.0

01 Nov 18:13
bc637eb
Compare
Choose a tag to compare

Breaking

  • Remove implicit force unwrapped property Conduit.Auth.defaultClientConfiguration (now it is an optional).

Enhancements

  • Refactor unit tests to allow for parallel testing.

Bug Fixes

  • None

Other

  • None

Release 0.6.2

26 Oct 21:05
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • None

Other

  • Xcode 9.0.1 binaries

Release 0.6.1

24 Oct 00:35
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fixed a critical issue with public-key pinning in SSLPinningServerAuthenticationPolicy

Release 0.6.0

13 Oct 17:31
Compare
Choose a tag to compare

Breaking

  • Include node name when throwing a 'node not found' error.

Enhancements

  • Rakefile tasks now refer to the workspace and include ConduitExampleIOS
  • Rakefile task output is more verbose

Bug Fixes

  • URLSessionClient serial queue naming is now actually unique (only used for debugging)
  • Updated ConduitExampleIOS to Swift 4
  • Fixed OAuth2TokenKeychainStore accessibility
  • Fixed legacy token migration within OAuth2RequestPipelineMiddleware

Other

  • Code formatting updates from SwiftLint autocorrect

Release 0.5.2

29 Sep 19:22
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Synchronous method for issuing authentication tokens

Bug Fixes

  • None

Release 0.5.1

26 Sep 18:43
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Unit Test improvements
  • Code clean up for additional SwiftLint rules

Bug Fixes

  • None