0.93.0
Highlights
Better query validation, better client header customisation, and two new modules:
core::labels
module for creating typed label selectors forListParams
orWatchParams
. Can be constructed from a nativeLabelSelector
, or directly from aSelector
ofExpression
s. PR.prelude
to simplify imports of extension traits. PR.
A big thank you to everyone who contributed to this release!
What's Changed
Added
- add option to provide headers to send as client by @aviramha in #1523
- Add prelude for blanket and extension traits across sub-crates by @Danil-Grigorev in #1527
- Label selector support by @Danil-Grigorev in #1539
Changed
- Update garde requirement from 0.19.0 to 0.20.0 by @dependabot in #1535
Removed
Fixed
- Fix watcher not fully paginating on Init by @clux in #1525 (ported to 0.92.1)
- Prevent empty string object name requests from being sent to the apiserver by @xMAC94x in #1541
New Contributors
- @rockburning made their first contribution in #1526
- @Gbd199 made their first contribution in #1531
- @xMAC94x made their first contribution in #1541
- @rorosen made their first contribution in #1546
Full Changelog: 0.92.0...0.93.0