github kube-rs/kube 0.90.0

latest releases: 1.1.0, 1.0.0, 0.99.0...
17 months ago

Highlights

kube::client::Body Improvements

  • Unit testing helpers #1444 + #1445,
  • Accuracy; size_hint and is_end_stream implemented in #1452 + internal cleanups #1453 and #1455

Dependency Cleanups

  • rustls to 0.23 in #1457
  • once_cell removed in #1447 (no longer needed)
  • futures feature prune in #1442
  • chrono features prune in #1448, and bump its min version pin in #1458

What's Changed

Added

  • Add proxy Body::collect_bytes for easier unit tests by @clux in #1445

Changed

Fixed

  • disable unused futures feature by @tottoto in #1442
  • Expose Body::empty for easier tests by @clux in #1444
  • replace once_cell Lazy with ordinary static by @tottoto in #1447
  • replace chrono feature clock with now by @tottoto in #1448
  • implement http_body trait method by @tottoto in #1452
  • Fix examples for custom clients not authenticating by @clux in #1450
  • Set a compatible minimum chrono version by @clux in #1458

Full Changelog: 0.89.0...0.90.0

Don't miss a new kube release

NewReleases is sending notifications on new releases.