Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.94 KB

1.0.4

  • Fix: output plugin now correctly outputs event-oriented ndjson-compatible payloads, bypassing an issue where downstream inputs encountered buffering limits

1.0.3

-[DOC] Fix attributes to accurately set and clear default codec values #23

1.0.2

  • Fix: input plugin now correctly applies common event decorators type, tags, and add_field to events after receiving them

1.0.1

  • Fix: improves throughput by allowing pipeline workers to share a plugin instance concurrently instead of sequentially #19

1.0.0

  • Introduces the load balancing mechanism to distribute the requests among the hosts #16

0.0.5

  • [DOC] Fixes to link formatting #15

0.0.4

  • Simplify configuration #13
    • Introduce a default port of 9800 for both input and output plugins
    • BREAKING: Introduce hosts config to output plugin, replacing its separate host and port configurations

0.0.3

  • [DOC] Minor doc changes and version bump to facilitate adding integration files to doc build #14

0.0.2

  • Enable data compression #10

0.0.1

  • Minimal bootstrap of Logstash to Logstash plugin #1
  • Complete bootstrap and fix documentation #3
  • Apply SSL standardization #7