Skip to content

Releases: mixpanel/mixpanel-ruby

v3.1.0

09 Apr 22:33
a780e93

Choose a tag to compare

  • Added shutdown method to flags providers for graceful cleanup of polling threads and connections
  • Improved error handling in feature flags: timeouts and network errors are now distinguished with clearer error messages

OpenFeature Provider v0.1.0

09 Apr 22:38
a780e93

Choose a tag to compare

An OpenFeature provider for Mixpanel's feature flags, allowing you to use Mixpanel feature flags through OpenFeature's standardized, vendor-agnostic API.

Features

  • Local evaluation — downloads flag definitions and evaluates locally for fast, synchronous flag checks with no per-evaluation network requests
  • Remote evaluation — sends each flag check to Mixpanel's servers for server-side targeting
  • Supports all OpenFeature evaluation types: boolean, string, number, and object
  • Automatic exposure tracking for experimentation analytics
  • Evaluation context support for user targeting
  • Graceful shutdown of background polling threads

Requirements

  • Ruby 3.1+
  • mixpanel-ruby ~> 3.1
  • openfeature-sdk ~> 0.5

v3.0.0

05 Jan 20:17
a3020d2

Choose a tag to compare

What's Changed

  • Implement feature flags provider by @efahk in #129

New Contributors

Full Changelog: v2.3.1...v3.0.0

v2.3.1

09 Dec 22:13
973ad1d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

02 Aug 20:51
fea324c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.3.0