Gollum v0.4.1 Release Notes

  • ๐Ÿš€ This is a patch / minor features release

    ๐Ÿ›  Fixed with 0.4.1

    • ๐Ÿ›  InfluxDB JSON and line protocol fixed
    • shared.WaitGroup.WaitFor with duration 0 falls back to shared.WaitGroup.Wait
    • โœ… proper io.EOF handling for shared.BufferedReader and shared.ByteStream
    • HTTP consumer now responds with 200 instead of 203
    • HTTP consumer properly handles EOF
    • โœ… Increased test coverage

    ๐Ÿ†• New with 0.4.1

    • ๐Ÿ‘Œ Support for InfluxDB line protocol
    • ๐Ÿ†• New setting to enable/disable InfluxDB time based database names
    • Introduction of "fuses" (circuit breaker pattern)
    • โž• Added HTTPs support for HTTP consumer
    • โž• Added POST data support to HTTPRequest producer