Skip to content

Releases: jessepollak/mixpanel-python-async

v0.3.0

18 Feb 12:28
Compare
Choose a tag to compare

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

11 Jul 15:02
Compare
Choose a tag to compare

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

29 Dec 05:26
Compare
Choose a tag to compare
* Enhancement: add support for TravisCI for testing

v0.0.6

16 Sep 17:43
Compare
Choose a tag to compare
* Fix: use official mixpanel python dependency

v0.0.5

25 Nov 21:26
Compare
Choose a tag to compare
* Fix: correctly import MixpanelException

v0.0.4

29 Sep 21:12
Compare
Choose a tag to compare
Fix: retags to push latest to PyPi

0.0.3

29 Apr 18:34
Compare
Choose a tag to compare
  • Fixes an issue where when you add two events, and the first one gets flushed, the second one can be lost