Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

58 lines (36 loc) · 1.75 KB

Changelog

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

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.

0.2.0 - 2019-07-11

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.

0.1.0 - 2015-12-28

Added

  • Compatibility with Python 3.

0.0.6 - 2015-09-16

0.0.5 - 2014-11-25

0.0.4 - 2014-09-29

0.0.3 - 2014-04-29