Releases: mindbody/Conduit
Releases · mindbody/Conduit
Release 0.9.1
0.9.1
Breaking
- None
Enhancements
- None
Bug Fixes
refresh_token
grants no longer require a scope to be set
Other
- None
Release 0.9.0
Breaking
- Update
XMLNode
interface to better define usage expectations.- Default values for
nodes(named:traversal:)
andnode()
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.
- Default values for
Enhancements
- None
Bug Fixes
- None
Other
- None
Release 0.8.0
Breaking
- Update to Xcode 9.3 / Swift 4.1
Enhancements
- None
Bug Fixes
- None
Other
- None
Release 0.7.2
Breaking
- None
Enhancements
- None
Bug Fixes
- Fix issue where Logger levels where being ignored.
Other
- None
Release 0.7.1
Breaking
- None
Enhancements
- Use Xcode new build system.
- Run CI on Xcode 9.2 image.
Bug Fixes
- None
Other
- None
Release 0.7.0
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
Breaking
- None
Enhancements
- None
Bug Fixes
- None
Other
- Xcode 9.0.1 binaries
Release 0.6.1
Breaking
- None
Enhancements
- None
Bug Fixes
- Fixed a critical issue with public-key pinning in
SSLPinningServerAuthenticationPolicy
Release 0.6.0
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
Breaking
- None
Enhancements
- Synchronous method for issuing authentication tokens
Bug Fixes
- None