File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v5.3.0] ( https://github.com/mixpanel/mixpanel-python/tree/v5.3.0 ) (2026-07-24)
4+
5+ ### Fixes
6+ - close _ async_client on sync __ exit__ and shutdown() (SDK-85) ([ #184 ] ( https://github.com/mixpanel/mixpanel-python/pull/184 ) )
7+ - allow capability to offload reportExposure to async thread (SDK-80) ([ #181 ] ( https://github.com/mixpanel/mixpanel-python/pull/181 ) )
8+ - distinguish fallback reasons + forward backend error message (SDK-79, SDK-83) ([ #180 ] ( https://github.com/mixpanel/mixpanel-python/pull/180 ) )
9+
10+ [ Full Changelog] ( https://github.com/mixpanel/mixpanel-python/compare/v5.2.0...v5.3.0 )
11+
312## [ v5.2.0] ( https://github.com/mixpanel/mixpanel-python/tree/v5.2.0 ) (2026-07-10)
413
514### Features
Original file line number Diff line number Diff line change 11# mixpanel-python
22
3- ##### _ July 10 , 2026_ - [ v5.2 .0] ( https://github.com/mixpanel/mixpanel-python/releases/tag/v5.2 .0 )
3+ ##### _ July 24 , 2026_ - [ v5.3 .0] ( https://github.com/mixpanel/mixpanel-python/releases/tag/v5.3 .0 )
44
55[ ![ PyPI] ( https://img.shields.io/pypi/v/mixpanel )] ( https://pypi.org/project/mixpanel )
66[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mixpanel )] ( https://pypi.org/project/mixpanel )
Original file line number Diff line number Diff line change 3030from .flags .remote_feature_flags import RemoteFeatureFlagsProvider
3131from .flags .types import LocalFlagsConfig , RemoteFlagsConfig
3232
33- __version__ = "5.2 .0"
33+ __version__ = "5.3 .0"
3434
3535logger = logging .getLogger (__name__ )
3636
You can’t perform that action at this time.
0 commit comments