Releases: mixpanel/mixpanel-python
Releases · mixpanel/mixpanel-python
Release v5.0.0b1
What's Changed
- Remove stray
docs/conf.py
from wheel by @claui in #143 - Implement initial feature flag support by @efahk in #141
Full Changelog: v4.11.1...v5.0.0b1
Release v4.11.1
What's Changed
- Loosen requests requirement by @hans-lizihan in #138
- More tweaks on deps by @hans-lizihan in #139
- Bump docs version by @efahk in #140
New Contributors
- @hans-lizihan made their first contribution in #138
Full Changelog: v4.11.0...v4.11.1
Release v4.11.0
Release v4.10.1
What's Changed
- Add 3.11, 3.12 support in PyPi metadata, testing matrix by @jaredmixpanel in #129
- Fix connection reset error on long sessions by @dror-fs in #123
- bump version to 4.10.1 by @jaredmixpanel in #131
New Contributors
Full Changelog: v4.10.0...v4.10.1
Release v4.10.0
What's Changed
- send millisecond precision time with events and people updates by @jaredmixpanel in #111
New Contributors
- @jaredmixpanel made their first contribution in #111
Full Changelog: 4.9.0...v4.10.0
Release 4.9.0
Release 4.8.4
- Disable urllib3 security warning only if not verifying server certs. (#102)
Release 4.8.3
- Do not verify server cert by default. (fixes #97)
Release 4.8.2
Bugfix release:
- Fix
DeprecationWarning
in urllib3 when using older argument name. (issue #93) - Fix creation of
urllib3.PoolManager
under Python 2 withunicode_literals
. (issue #94 - thanks, @hugoArregui!)
Release 4.8.1
A compatibility bugfix release. 4.8.0 broke subclassing compatibility with some other libraries who subclass Consumer
types.