You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes [#1524](https://github.com/kube-rs/kube/issues/1524); a regression from [0.92.0](https://github.com/kube-rs/kube/releases/tag/0.92.0) causing `watcher` to skip pages on initial list. See [#1525](https://github.com/kube-rs/kube/pull/1525).
14
+
15
+
It is recommended to upgrade from 0.92.0.
16
+
17
+
## What's Changed
18
+
### Fixed
19
+
* Fix watcher not fully paginating on Init by @clux in https://github.com/kube-rs/kube/pull/1525
0 commit comments