Skip to content

Releases: EasyPost/syslog-rfc5424-formatter

1.2.3

15 Apr 20:54
db48bd0
Compare
Choose a tag to compare
  • Drop support for Python 3.3, 3.4, and 3.5
  • Move CI from Travis to Github Actions
  • Improve packaging

1.2.2

08 Aug 00:18
v1.2.2
Compare
Choose a tag to compare
  • Fix a critical bug when using formatted records with arguments (the kind of you would get from a call like logging.debug("foo %d %d", 1, 2))

1.2.1

16 Jul 01:44
v1.2.1
Compare
Choose a tag to compare
  • Raise an error if you pass structured_data in a message without setting sd_id on the Formatter instance

1.2.0

16 Jul 00:13
v1.2.0
Compare
Choose a tag to compare
  • Support overriding procid/msgid and setting structured data (#11; thanks @tkoopman)
  • Add some new tests

1.1.1

16 Apr 00:40
v1.1.1
Compare
Choose a tag to compare

Add ReadTheDocs

1.1.0

16 Apr 00:23
v1.1.0
Compare
Choose a tag to compare
  • Drop support for Python 3.3
  • Add support for Python 3.7