Skip to content

4.0.0

Compare
Choose a tag to compare
@eht16 eht16 released this 26 Jan 12:27
· 3 commits to master since this release
4.0.0
  • Breaking change: drop support for 3.8, 3.9 and 3.10.
  • Catch errors on TCP/UDP socket closing to prevent requeuing of events
    (#98, #100).
  • Add new setting to configure batch sizes for Beats transport (#93).
  • Support URL path in HttpTransport (#103, Seyyed Mohammad Borghei).
  • LogstashFormatter: Move top_level_field_set creation to init
    to ease setting FORMATTER_LOGSTASH_MESSAGE_FIELD_LIST after
    importing the formatter class (#96, #97, feliixx).