Gollum v0.5.1 Release Notes

Release Date: 2018-01-24 // about 6 years ago
  • ๐Ÿš€ This is a patch / minor features release.

    โšก๏ธ All vendor dependencies have been updated to the latest version and binaries have been compiled with go 1.9.3.

    ๐Ÿ†• New with 0.5.1

    • ๐Ÿ“‡ format.MetadataCopy has been updated to support free copying between metadata and payload
    • producer.ElasticSearch alles setting the format of timeBasedIndex
    • ๐Ÿšš format.GrokToJSON has new options: RemoveEmptyValues, NamedCapturesOnly and SkipDefaultPatterns
    • using dep for dependencies instead of glide

    ๐Ÿ›  Fixed with 0.5.1

    • ๐Ÿ›  fixed inversion of -lc always
    • ๐Ÿ›  fixed a nil pointer panic with producer.elasticsearch when receiving messages with unassigned streams
    • producer.ElasticSearch settings are now named according to config
    • producer.ElasticSearch dayBasedIndex renamed to timeBasedIndex and it's now working as expected
    • โšก๏ธ updated dependencies to latest version (brings support for kafka 1.0, fixes user agent parsing for format.processTSV)