Releases: jessepollak/mixpanel-python-async
Releases · jessepollak/mixpanel-python-async
v0.3.0
Added
- New parameters for the
AsyncBufferedConsumer
constructor: import_url
,
request_timeout
, groups_url
, api_host
, retry_limit
, retry_backoff_factor
,
verify_cert
.
Changed
- Extra arguments (
*args
, **kwargs
) are no longer accepted in the
AsyncBufferedConsumer
constructor.
v0.2.0
Added
- Argument
api_key
for AsyncBufferedConsumer.send
, for compatibility with the version
4.3.2 of the Mixpanel package.
Changed
- Breaking change: Argument of
flush
renamed from async
to async_
for
compatibility with Python 3.7.
v0.1.0: * Enhancement: support Python 3
* Enhancement: add support for TravisCI for testing
v0.0.6
* Fix: use official mixpanel python dependency
v0.0.5
* Fix: correctly import MixpanelException
v0.0.4
Fix: retags to push latest to PyPi
0.0.3
- Fixes an issue where when you add two events, and the first one gets flushed, the second one can be lost