Skip to content

Releases: mixpanel/mixpanel-python

mixpanel-openfeature v0.1.0

Choose a tag to compare

@msiebert msiebert released this 09 Apr 21:03
d26f2ba

Initial release of the Mixpanel OpenFeature provider for Python.

This provider integrates Mixpanel feature flags with the OpenFeature standard, allowing you to evaluate Mixpanel feature flags using the OpenFeature SDK.

Features

  • Supports both local (client-side) and remote (server-side) flag evaluation
  • Sync and async evaluation
  • Compatible with mixpanel>=5.1.0 and openfeature-sdk>=0.7.0
  • Requires Python 3.9+

Installation

pip install mixpanel-openfeature

Release v5.1.0

Choose a tag to compare

@efahk efahk released this 06 Jan 22:54
b0fc5e5

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

Release v5.0.0

Choose a tag to compare

@efahk efahk released this 04 Nov 22:03
7a86004

What's Changed

  • Remove stray docs/conf.py from wheel by @claui in #143

Feature Flagging support

  • Implement initial feature flag support by @efahk in #141
  • Update py sdk exposure event tracking and add docs by @efahk in #144
  • Updates to flag providers by @efahk in #146
  • Updated salt support and convenience methods for flag providers by @efahk in #147

Full Changelog: 4.11.1...v5.0.0

Release v5.0.0b2

Release v5.0.0b2 Pre-release
Pre-release

Choose a tag to compare

@efahk efahk released this 25 Sep 00:23
139e398

What's Changed

  • Update py sdk exposure event tracking and add docs by @efahk in #144

Full Changelog: v5.0.0b1...v5.0.0b2

Release v5.0.0b1

Release v5.0.0b1 Pre-release
Pre-release

Choose a tag to compare

@efahk efahk released this 10 Sep 19:52
0f8c84e

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

Choose a tag to compare

@efahk efahk released this 26 Aug 01:14
4d161f6

What's Changed

New Contributors

Full Changelog: v4.11.0...v4.11.1

Release v4.11.0

Choose a tag to compare

@efahk efahk released this 25 Aug 23:32
19a1bbe

What's Changed

  • Deprecate EOL python versions and migrate to pyproject.toml by @efahk in #135

New Contributors

Full Changelog: v4.10.1...v4.11.0

Release v4.10.1

Choose a tag to compare

@jaredmixpanel jaredmixpanel released this 11 Mar 14:42
b53d315

What's Changed

New Contributors

Full Changelog: v4.10.0...v4.10.1

Release v4.10.0

Choose a tag to compare

@jaredmixpanel jaredmixpanel released this 02 Aug 20:30
3dcd2d2

What's Changed

  • send millisecond precision time with events and people updates by @jaredmixpanel in #111

New Contributors

Full Changelog: 4.9.0...v4.10.0

Release 4.9.0

Choose a tag to compare

@seizethedave seizethedave released this 21 Jun 23:41
  • To reduce TLS cert friction, use requests rather than directly using urllib3. Reinstate TLS cert validation by default. (#103)
  • Drop support for Python 3.4 in setup.py and testing matrix.
  • Update readme references to mixpanel-utils project. (#100)