language-fluentd/CHANGELOG.md

861 B

Changelog

1.1.0

NEW FEATURES:

  • Support folding markers for directives like <source>...</source>
  • Support toggling comments
  • Support escape sequenes like foo\nbar in single, double and unquoted strings
  • Support array and hash (using JSON source) value types like ["foo","bar"]
  • Support integer, time and size value types (e.g. property 100, bufsize 5M or finterval 5s)
  • Support highlighting ${variables} (used by e.g. record_transformer plugin)

IMPROVEMENTS:

  • Add example fluent.conf file using as many Fluentd features as possible (even if this package does not highlight it correctly)

1.0.0 (November 22, 2017)

NEW FEATURES: