Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@gtsystem gtsystem released this 09 Jan 12:22
· 1 commit to master since this release

New features

  • client.list() now returns an iterable with a special property resourceVersion to implement list + watch pattern by @XeCycle in #88

Bug fixes

Breaking changes

  • As part of the new feature above, client.list() now returns an Iteratable instead of an Iterator. If you are consuming the list using next() you will need to get an iterator first calling iter(list). No changes are needed If you are consuming the returned data via a for loop.

Full Changelog: v0.16.0...v0.17.0