Releases: gmr/rejected
Releases · gmr/rejected
3.20.1
3.13.0 Bug Fixes
- Construct the proper InfluxDB base URL
- Fix the mixin
__init__
signature to support the new kwargs - Remove overly verbose logging
3.13.0
- Add support for InfluxDB
- Deprecates
Consumer.statsd_*
methods, replacing them withConsumer.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
, anderror_max_retry
Consumer settings which were previously only supported via class level attributes.