Skip to content

Releases: eht16/python-logstash-async

2.1.0

02 Nov 22:35
2.1.0
Compare
Choose a tag to compare
  • Remove "six" dependency.
  • Add "HTTP Input" transport (#56, Jürgen Löhel).
  • Skip logging stacktraces for common network errors (#55, #56, Walter Macomber).
  • Extend FORMATTER_RECORD_FIELD_SKIP_LIST to filter all record fields (#52).
  • Docs: Fix error in logging.config.fileConfig code example (#54, Guy).

2.0.0

16 Aug 17:03
2.0.0
Compare
Choose a tag to compare
  • Require Python >= 3.5.

1.6.7

16 Aug 17:02
1.6.7
Compare
Choose a tag to compare
  • Set python_requires to Python >=2.7 or Python >= 3.5 for smooth upgrade to upcoming Python3 only.
    This way Python2 only users will stay at this release.

1.6.6

08 Jun 20:34
1.6.6
Compare
Choose a tag to compare
  • Fix socket timeout setting ignored for filebeat (#50, Koert van der Veer).

1.6.5

06 Jun 11:02
1.6.5
Compare
Choose a tag to compare
  • Add "@metadata" to the generated event in Formatter, useful for common beats input configuration in Logstash (#49, Sudheer Satyanarayana).
  • Don't convert text to bytes in Formatter (fix #45) (#46, Sergey Trofimov).

1.6.4

23 Jan 22:58
1.6.4
Compare
Choose a tag to compare
  • Fix accessing request's META attribute in DjangoLogstashFormatter

1.6.3

23 Jan 22:50
1.6.3
Compare
Choose a tag to compare
  • Handle DisallowedHost exceptions in DjangoLogstashFormatter
    to not trigger an exception while formatting.

1.6.2

30 Nov 14:23
1.6.2
Compare
Choose a tag to compare
  • When sending all events, stop on errors.
    Otherwise retrying happens forever on non-recoverable errors.

1.6.1

24 Nov 23:36
1.6.1
Compare
Choose a tag to compare
  • Flush all pending events on shutdown

1.6.0

12 Nov 22:04
1.6.0
Compare
Choose a tag to compare
  • Docs: Explain the differences to FileBeat (#44)
  • Close TCP socket on connect timeouts
  • Add Flask formatter