Releases: jessepollak/mixpanel-python-async
Releases · jessepollak/mixpanel-python-async
Release list
v0.3.0
Added
- New parameters for the
AsyncBufferedConsumerconstructor: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
AsyncBufferedConsumerconstructor.
v0.2.0
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
0.0.3
- Fixes an issue where when you add two events, and the first one gets flushed, the second one can be lost