Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

v0.49.1

Compare
Choose a tag to compare
@loafoe loafoe released this 03 Nov 07:50
· 522 commits to main since this release
b2c3410
  • Logging: support true passthrough of LogEvent

    This is a BREAKING change!
    The LogData.Message field is no longer base64 encoded
    by the library so the caller must take care of this now. Any
    project depending on this will need to change
    (logproxy, fluent-bit-out-hsdp, siderite)