Skip to content

SwiftkubeClient v0.6.0

Compare
Choose a tag to compare
@iabudiab iabudiab released this 11 Feb 15:41
· 154 commits to main since this release
311e8ce

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>