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
0.4.24 (yanked)
- Fix up kv feature activation by @KodrAus in https://github.com/rust-lang/log/pull/659
- Prepare for 0.4.24 release by @KodrAus in https://github.com/rust-lang/log/pull/660
Full Changelog: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
0.4.23 (yanked)
- Fix some typos by @Kleinmarb in https://github.com/rust-lang/log/pull/637
- Add logforth to implementation by @tisonkun in https://github.com/rust-lang/log/pull/638
- Add
spdlog-rslink to README by @SpriteOvO in https://github.com/rust-lang/log/pull/639 - Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in https://github.com/rust-lang/log/pull/643
- docs: Add logforth as an impl by @tisonkun in https://github.com/rust-lang/log/pull/642
- Add clang_log implementation by @DDAN-17 in https://github.com/rust-lang/log/pull/646
- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by @gbbosak in https://github.com/rust-lang/log/pull/648 (reverted)
- Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in https://github.com/rust-lang/log/pull/653
- Add Ftail implementation by @tjardoo in https://github.com/rust-lang/log/pull/652
- Relax feature flag for value's std_support by @tisonkun in https://github.com/rust-lang/log/pull/657
- Prepare for 0.4.23 release by @KodrAus in https://github.com/rust-lang/log/pull/656
- @Kleinmarb made their first contribution in https://github.com/rust-lang/log/pull/637
- @tisonkun made their first contribution in https://github.com/rust-lang/log/pull/638
- @SpriteOvO made their first contribution in https://github.com/rust-lang/log/pull/639
- @stevenroose made their first contribution in https://github.com/rust-lang/log/pull/643
- @DDAN-17 made their first contribution in https://github.com/rust-lang/log/pull/646
- @gbbosak made their first contribution in https://github.com/rust-lang/log/pull/648
- @tjardoo made their first contribution in https://github.com/rust-lang/log/pull/652
Full Changelog: https://github.com/rust-lang/log/compare/0.4.22...0.4.23