Skip to content

v1.20.0

Compare
Choose a tag to compare
@abhinav abhinav released this 04 Jan 19:16
· 141 commits to master since this release
ad0b02d

Enhancements:

  • #989: Add EncoderConfig.SkipLineEnding flag to disable adding newline
    characters between log statements.
  • #1039: Add EncoderConfig.NewReflectedEncoder field to customize JSON
    encoding of reflected log fields.

Bugfixes:

  • #1011: Fix inaccurate precision when encoding complex64 as JSON.
  • #554, #1017: Close JSON namespaces opened in MarshalLogObject
    methods when the methods return.
  • #1033: Avoid panicking in Sampler core if thereafter is zero.

Other changes:

  • #1028: Drop support for Go < 1.15.

Thanks to @psrajat, @lruggieri, @sammyrnycreal for their contributions to this release.