Releases: mixpanel/mixpanel-ruby
Releases · mixpanel/mixpanel-ruby
v3.1.0
OpenFeature Provider v0.1.0
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.1openfeature-sdk~> 0.5
v3.0.0
v2.3.1
What's Changed
- remove broken build image by @austinpray-mixpanel in #121
- CI -> GitHub Actions by @austinpray-mixpanel in #119
- Convert timestamps to milliseconds and update Ruby compatibility by @hans-lizihan in #127
New Contributors
- @austinpray-mixpanel made their first contribution in #121
- @hans-lizihan made their first contribution in #127
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- fix tests on travis by @andrewpurcell in #110
- Clear submitted slices during BufferedConsumer#flush by @andrewpurcell in #111
- Groups analytics support by @jsuarezb in #114
- use millisecond precision for time properties by @jaredmixpanel in #117
New Contributors
- @andrewpurcell made their first contribution in #110
- @jsuarezb made their first contribution in #114
- @jaredmixpanel made their first contribution in #117
Full Changelog: v2.1.0...v2.3.0