Releases: rust-lang/log
Releases · rust-lang/log
0.4.18
What's Changed
- fix markdown links (again) by @hellow554 in #513
- add cargo doc to workflow by @hellow554 in #515
- Apply Clippy lints by @hellow554 in #516
- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by @glandium in #519
- fix up windows targets by @KodrAus in #528
- typo fix by @jiangying000 in #529
- Remove dependency on cfg_if by @EriKWDev in #536
- GitHub Workflows security hardening by @sashashura in #538
- Fix build status badge by @atouchet in #539
- Add call_logger to the documentation by @a1ecbr0wn in #547
- Use stable internals for key-value API by @KodrAus in #550
- Change wording of list of implementations by @Thomasdezeeuw in #553
- Add std-logger to list of implementations by @Thomasdezeeuw in #554
- Add
set_max_level_racy
and gateset_max_level
by @djkoloski in #544 - [doc] src/lib.rs : prefix an unused variable with an underscore by @OccupyMars2025 in #561
- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by @OccupyMars2025 in #562
- Prepare for 0.4.18 release by @KodrAus in #566
New Contributors
- @glandium made their first contribution in #519
- @jiangying000 made their first contribution in #529
- @EriKWDev made their first contribution in #536
- @sashashura made their first contribution in #538
- @a1ecbr0wn made their first contribution in #547
- @djkoloski made their first contribution in #544
- @est31 made their first contribution in #557
- @OccupyMars2025 made their first contribution in #561
Full Changelog: 0.4.17...0.4.18
0.4.17
0.4.15
- Silence a warning about the deprecated
spin_loop_hint
. - Relax ordering in the atomic
set_max_level
call. - Add thumbv4t-none-eabi to targets that don't support atomics
- Allow levels to be iterated over.
- Implement
Log
on some common wrapper types. - Improvements to test coverage.
- Improvements to documentation.
- Add key-value support to the
log!
macros. - Tighten
kv_unstable
internal dependencies so they don't bump past their current alpha. - Add a simple visit API to
kv_unstable
. - Support
NonZero*
integers as values in structured logging - Support static strings as keys in structured logging
0.4.14
0.4.13
0.4.12 (Yanked)
Merge pull request #429 from KodrAus/cargo/0.4.12 Prepare for 0.4.12 release