Skip to content

Releases: ParticleHealth/tau

v0.12.1

26 May 17:04
1a790cb

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.1

Release v0.11.0

04 Mar 16:44
cc56215

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

24 Jan 16:55
2a60075

Choose a tag to compare

What's Changed

  • Fixing data race in source location by @Orbz in #38

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

21 Jan 14:22
6016035

Choose a tag to compare

What's Changed

  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #34
  • slog encoding directly to output by @Orbz in #36

New Contributors

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

13 Nov 15:55
0a9f3c3

Choose a tag to compare

Features

  • config: Additional functionality added to package flag to support environment variables. (#31)

What's Changed

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

21 Jul 19:27
e4caaa5

Choose a tag to compare

Bugs

  • slog: Removing time field as it breaks logging on GCE COS (#27)

Release v0.6.0

15 Jun 16:10
e35c9de

Choose a tag to compare

Features

  • slog: Convenience methods for working with Details/Errors (#22)

Release v0.5.0

07 Jun 15:25
b2d53f7

Choose a tag to compare

Features

  • slog: Convenience funcs for working with Context (#20)

Release v0.4.0

17 May 19:00
5146c72

Choose a tag to compare

Breaking Changes

  • slog: Removing slog.Pair and instead just standardizing on map[string]interface{} (#18)

Release v0.3.0

05 May 14:55
23941cd

Choose a tag to compare

Features

  • slog: Adding WithDetails funcs to support free-form JSON context (#17)