Swiftkube v0.5.0 Release Notes

  • ๐Ÿ†• New

    • โž• Add metrics support for gathering request latencies and counts
    • ๐Ÿ‘Œ Support ListOptions in watch call
    • โž• Add watch and follow API that accept a RecourceWatch or LogWatch instance
    • โž• Add an errorHandler closure to ResourceWatch and LogWatch
    • ๐Ÿ‘‰ Make Selectors (NamespaceSelector, LabelSelector etc.) Hashable

    API Changes

    • ๐Ÿ”€ Replace implicit client shutdown on deinit with explicit syncShutdow
    • ๐Ÿ”ฆ Expose ResourceWatch and LogWatch classes for extension