Skip to content

Releases: htgc/fluent-plugin-azureeventhubs

v0.0.6

06 Sep 23:40
Compare
Choose a tag to compare

This is a breaking change release that requires Fluentd 0.14. This release will not work with earlier versions of Fluentd.

  • Implemented against Fluentd v0.14 API
  • Introduced inject plugin helper
  • Mark chunk as msgpack
  • Add existence check for tag in chunk_keys

v0.0.5

15 May 04:59
Compare
Choose a tag to compare

Implemented feature to specify Azure Event Hubs message properties as part of the message.

  • Added config option message_properties
  • Implemented sending the message properties in the header
  • Updated gemspec