0.4.34
- doc: Add context-logger utility to README by @alekseysidorov in https://github.com/rust-lang/log/pull/735
- Add alloc support for boxed loggers by @malezjaa in https://github.com/rust-lang/log/pull/737
- @alekseysidorov made their first contribution in https://github.com/rust-lang/log/pull/735
- @malezjaa made their first contribution in https://github.com/rust-lang/log/pull/737
Full Changelog: https://github.com/rust-lang/log/compare/0.4.33...0.4.34
0.4.33
- Fixed key comparison by @matteo-zeggiotti-ok in https://github.com/rust-lang/log/pull/732
- @matteo-zeggiotti-ok made their first contribution in https://github.com/rust-lang/log/pull/732
Full Changelog: https://github.com/rust-lang/log/compare/0.4.32...0.4.33
0.4.32
- Support
Value-> string conversions withkv+stdfeatures instead ofkv_stdby @tisonkun in https://github.com/rust-lang/log/pull/729 - Prepare for 0.4.32 release by @KodrAus in https://github.com/rust-lang/log/pull/730
Full Changelog: https://github.com/rust-lang/log/compare/0.4.31...0.4.32
0.4.31
- fix typos in kv compile errors and log documentation by @Isvane in https://github.com/rust-lang/log/pull/726
- Leverage static str key when possible by @tisonkun in https://github.com/rust-lang/log/pull/727
- Prepare for 0.4.31 release by @KodrAus in https://github.com/rust-lang/log/pull/728
- @Isvane made their first contribution in https://github.com/rust-lang/log/pull/726
Full Changelog: https://github.com/rust-lang/log/compare/0.4.30...0.4.31
0.4.30
- Support capturing of
std::nettypes by @KodrAus in https://github.com/rust-lang/log/pull/724
- @V0ldek made their first contribution in https://github.com/rust-lang/log/pull/720
- @woodruffw made their first contribution in https://github.com/rust-lang/log/pull/723
Full Changelog: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
- MSRV is bumped to 1.71.0 in https://github.com/rust-lang/log/pull/723
0.4.29
This release increases log's MSRV from 1.61.0 to 1.68.0.
- docs: Add missing impls from README.md by @AldaronLau in https://github.com/rust-lang/log/pull/703
- Point to new URLs for favicon and logo by @AldaronLau in https://github.com/rust-lang/log/pull/704
- perf: reduce llvm-lines of FromStr for
LevelandLevelFilterby @dishmaker in https://github.com/rust-lang/log/pull/709 - Replace serde with serde_core by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/712
- Fix clippy lints by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/713
- Use GitHub Actions to install Rust and cargo-hack by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/715
- Exclude old unstable_kv features from testing matrix by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/716
- Fix up CI by @KodrAus in https://github.com/rust-lang/log/pull/718
- Prepare for 0.4.29 release by @KodrAus in https://github.com/rust-lang/log/pull/719
- @AldaronLau made their first contribution in https://github.com/rust-lang/log/pull/703
- @dishmaker made their first contribution in https://github.com/rust-lang/log/pull/709
Full Changelog: https://github.com/rust-lang/log/compare/0.4.28...0.4.29
0.4.28
- ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in https://github.com/rust-lang/log/pull/676
- chore: fix some typos in comment by @xixishidibei in https://github.com/rust-lang/log/pull/677
- Unhide
#[derive(Debug)]in example by @ZylosLumen in https://github.com/rust-lang/log/pull/688 - Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in https://github.com/rust-lang/log/pull/690
- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby @nebkor in https://github.com/rust-lang/log/pull/692 - Prepare for 0.4.28 release by @KodrAus in https://github.com/rust-lang/log/pull/695
- @xixishidibei made their first contribution in https://github.com/rust-lang/log/pull/677
- @ZylosLumen made their first contribution in https://github.com/rust-lang/log/pull/688
- @HaoliangXu made their first contribution in https://github.com/rust-lang/log/pull/690
- @nebkor made their first contribution in https://github.com/rust-lang/log/pull/692
Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
0.4.27
- A few minor lint fixes by @nyurik in https://github.com/rust-lang/log/pull/671
- Enable clippy support for format-like macros by @nyurik in https://github.com/rust-lang/log/pull/665
- Add an optional logger param by @tisonkun in https://github.com/rust-lang/log/pull/664
- Pass global logger by value, supplied logger by ref by @KodrAus in https://github.com/rust-lang/log/pull/673
- Prepare for 0.4.27 release by @KodrAus in https://github.com/rust-lang/log/pull/674
Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
0.4.26
- Derive
Cloneforkv::Valueby @SpriteOvO in https://github.com/rust-lang/log/pull/668 - Add
spdlog-rslink to crate doc by @SpriteOvO in https://github.com/rust-lang/log/pull/669 - Prepare for 0.4.26 release by @KodrAus in https://github.com/rust-lang/log/pull/670
Full Changelog: https://github.com/rust-lang/log/compare/0.4.25...0.4.26
0.4.25
- Revert loosening of kv cargo features by @KodrAus in https://github.com/rust-lang/log/pull/662
- Prepare for 0.4.25 release by @KodrAus in https://github.com/rust-lang/log/pull/663
Full Changelog: https://github.com/rust-lang/log/compare/0.4.24...0.4.25