Skip to content

Releases: jessepollak/mixpanel-python-async

v0.3.0

Choose a tag to compare

@bbc2 bbc2 released this 18 Feb 12:28

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

Choose a tag to compare

@bbc2 bbc2 released this 11 Jul 15:02

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

Choose a tag to compare

@jessepollak jessepollak released this 29 Dec 05:26
* Enhancement: add support for TravisCI for testing

v0.0.6

Choose a tag to compare

@jessepollak jessepollak released this 16 Sep 17:43
* Fix: use official mixpanel python dependency

v0.0.5

Choose a tag to compare

@jessepollak jessepollak released this 25 Nov 21:26
* Fix: correctly import MixpanelException

v0.0.4

Choose a tag to compare

@jessepollak jessepollak released this 29 Sep 21:12
Fix: retags to push latest to PyPi

0.0.3

Choose a tag to compare

@jessepollak jessepollak released this 29 Apr 18:34
  • Fixes an issue where when you add two events, and the first one gets flushed, the second one can be lost