Conduit v0.6.0 Release Notes

  • 💥 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