All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
There are no unreleased changes at the moment.
0.3.0 - 2021-02-18
- New parameters for the
AsyncBufferedConsumer
constructor:import_url
,request_timeout
,groups_url
,api_host
,retry_limit
,retry_backoff_factor
,verify_cert
.
- Extra arguments (
*args
,**kwargs
) are no longer accepted in theAsyncBufferedConsumer
constructor.
0.2.0 - 2019-07-11
- Argument
api_key
forAsyncBufferedConsumer.send
, for compatibility with the version 4.3.2 of the Mixpanel package.
- Breaking change: Argument of
flush
renamed fromasync
toasync_
for compatibility with Python 3.7.
0.1.0 - 2015-12-28
- Compatibility with Python 3.