Skip to content

Releases: davidbarsky/tracing-glog

v0.4.0

12 Apr 15:40
8a993c2
Compare
Choose a tag to compare

What's Changed

  • feature: add support for chrono (#18)

Breaking Changes

  • chrono, not time, 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

07 Aug 20:21
0eaa2e2
Compare
Choose a tag to compare

What's Changed

Breaking

  • GlogFields can no longer be referenced as a plain GlogFields, as it now has fields. It must be referenced as GlogFields::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

07 Aug 19:47
62c78b1
Compare
Choose a tag to compare

What's Changed

(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

27 Oct 19:55
c6ace03
Compare
Choose a tag to compare

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

13 Oct 16:48
0407df0
Compare
Choose a tag to compare

What's Changed

  • chore: switch to nu-ansi-term from ansi-term by @davidbarsky in #6
  • Put space between ] and rest of log line by @jsgf in #7

New Contributors

  • @jsgf made their first contribution in #7

Full Changelog: v0.2.0...v0.2.1


tracing-glog 0.2.0

07 Jun 15:26
09bf71a
Compare
Choose a tag to compare

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