Swiftkube v0.6.0 Release Notes

  • ๐Ÿ†• New

    • Implement asynchronous shutdown
    • Implement reconnect handling for watch and follow API requests
    • Introduce ResourceWatcherDelegate and LogWatcherDelegate protocols

    API Changes

    • ๐Ÿ”„ Changed signature of watch and follow APIs.
    • Replace ResourceWatch and LogWatch with new protocols
    • The follow and watch functions return a cancellable SwiftkubeClientTask instance insteaf of HTTPClient.Task<Void>.