Releases: davidbarsky/tracing-glog
Releases · davidbarsky/tracing-glog
v0.4.0
What's Changed
- feature: add support for
chrono
(#18)
Breaking Changes
chrono
, nottime
, is now the default time library.
Full Changelog: v0.3.0...v0.4.0
crates.io: https://crates.io/crates/tracing-glog/0.4.0
docs.rs: https://docs.rs/tracing-glog/0.4.0/
v0.3.0
What's Changed
- Add compact output by @chriskonstad in #15
Breaking
GlogFields
can no longer be referenced as a plainGlogFields
, as it now has fields. It must be referenced asGlogFields::default()
.
crates.io: https://crates.io/crates/tracing-glog/0.3.0
docs.rs: https://docs.rs/tracing-glog/0.3.0/
v0.2.3
What's Changed
- Add compact output by @chriskonstad in #15
(Note that this release was yanked and converted to 0.3.0.)
crates.io: https://crates.io/crates/tracing-glog/0.2.2
docs.rs: https://docs.rs/tracing-glog/0.2.2/
tracing-glog 0.2.2
What's Changed
- Make ansi colour rendering optional by @jsgf in #9
- Fix !ansi compilation by @jsgf in #11
- Normalize event metadata if coming from tracing-log by @jsgf in #12
Full Changelog: v0.2.1...v0.2.2
crates.io: https://crates.io/crates/tracing-glog/0.2.2
docs.rs: https://docs.rs/tracing-glog/0.2.2/
tracing-glog 0.2.1
What's Changed
- chore: switch to
nu-ansi-term
fromansi-term
by @davidbarsky in #6 - Put space between
]
and rest of log line by @jsgf in #7
New Contributors
Full Changelog: v0.2.0...v0.2.1
tracing-glog 0.2.0
What's Changed
- feature: add support for non-UTC timezones by @chriskonstad (#1)
- feature: add a toggle for span context (#2)
- feature(breaking): add toggle for threads names and target; default off. (#3)
- chore: add Github Actions (#4)
Full Changelog: https://github.com/davidbarsky/tracing-glog/commits/v0.2.0