Skip to content

Releases: gmr/rejected

3.20.1

28 Mar 19:08
@gmr gmr
Compare
Choose a tag to compare
asycio.Future does not have .exc_info()

3.13.0 Bug Fixes

05 Oct 18:33
@gmr gmr
Compare
Choose a tag to compare
  • Construct the proper InfluxDB base URL
  • Fix the mixin __init__ signature to support the new kwargs
  • Remove overly verbose logging

3.13.0

05 Oct 18:05
@gmr gmr
Compare
Choose a tag to compare
  • Add support for InfluxDB
  • Deprecates Consumer.statsd_*methods, replacing them with Consumer.stats_* methods
  • Alters stats related configuration format while retaining backward compatibility
  • Fixes data encoding issues (#11, #13)
  • Adds per-consumer Sentry DSN support
  • Adds configurable support for drop_invalid_messages, message_type, error_exchange, and error_max_retry Consumer settings which were previously only supported via class level attributes.