Skip to content

0.96.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 18:04
· 4 commits to main since this release
0.96.0
4d13cbd

Highlights

  • Features: webpki-roots added #1323, and predicates no longer require unstable-runtime #1578
  • Local auth: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
  • Dependencies: upgrades to tower and secrecy, and derivative swapped for educe

What's Changed

Added

  • rustls: optionally use WebPKI roots to avoid panicking on Android & iOS by @ewilken in #1323
  • Stabilise runtime predicates by @clux in #1578
  • Add ObjectRef::from as alias for ::from_obj by @nightkr in #1598

Changed

Removed

  • remove using HTTP PROXY from environment variable by @aviramha in #1587

Fixed

  • replace derivative dependency with educe by @rorosen in #1585
  • change auth behavior to match upstream on unknown/empty user - use null auth by @aviramha in #1595

New Contributors

Full Changelog: 0.95.0...0.96.0