Sourced from log's releases.
0.4.32
What's Changed
- Support
Value-> string conversions withkv+stdfeatures instead ofkv_stdby@tisonkunin rust-lang/log#729- Prepare for 0.4.32 release by
@KodrAusin rust-lang/log#730Full Changelog: https://github.com/rust-lang/log/compare/0.4.31...0.4.32
0.4.31
What's Changed
- fix typos in kv compile errors and log documentation by
@Isvanein rust-lang/log#726- Leverage static str key when possible by
@tisonkunin rust-lang/log#727- Prepare for 0.4.31 release by
@KodrAusin rust-lang/log#728New Contributors
@Isvanemade their first contribution in rust-lang/log#726Full Changelog: https://github.com/rust-lang/log/compare/0.4.30...0.4.31
0.4.30
What's Changed
- Support capturing of
std::nettypes by@KodrAusin rust-lang/log#724New Contributors
@V0ldekmade their first contribution in rust-lang/log#720@woodruffwmade their first contribution in rust-lang/log#723Full Changelog: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
Notable Changes
- MSRV is bumped to 1.71.0 in rust-lang/log#723
Sourced from log's changelog.
[0.4.33] - 2026-06-20
What's Changed
- Fixed key comparison by
@matteo-zeggiotti-okin rust-lang/log#732New Contributors
@matteo-zeggiotti-okmade their first contribution in rust-lang/log#732Full Changelog: https://github.com/rust-lang/log/compare/0.4.32...0.4.33
[0.4.32] - 2026-06-04
What's Changed
- Support
Value-> string conversions withkv+stdfeatures instead ofkv_stdby@tisonkunin rust-lang/log#729Full Changelog: https://github.com/rust-lang/log/compare/0.4.31...0.4.32
[0.4.31] - 2026-06-02
What's Changed
- Leverage static str key when possible by
@tisonkunin rust-lang/log#727New Contributors
@Isvanemade their first contribution in rust-lang/log#726Full Changelog: https://github.com/rust-lang/log/compare/0.4.30...0.4.31
[0.4.30] - 2026-05-21
What's Changed
- Support capturing of
std::nettypes by@KodrAusin rust-lang/log#724New Contributors
@V0ldekmade their first contribution in rust-lang/log#720@woodruffwmade their first contribution in rust-lang/log#723Full Changelog: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
Notable Changes
- MSRV is bumped to 1.71.0 in rust-lang/log#723
f405739
Merge pull request #734
from rust-lang/cargo/0.4.336a24abf
prepare for 0.4.33 release87e0621
Merge pull request #732
from matteo-zeggiotti-ok/fix-key-comparisona9b5711
Review: fallback to the &str hashcc89cc6
Review: fixed other comparisons920e7dc
Review: fixed comparison on MaybeStaticStr0d71d3c
Fixed key comparisona5b5b21
Merge pull request #730
from rust-lang/cargo/0.4.32c8d3b12
prepare for 0.4.32 releasece6cd9f
Merge pull request #729
from tisonkun/kv-std-support