liquid_mixpanel 0.2.0
liquid_mixpanel: ^0.2.0 copied to clipboard
Mixpanel destination for liquid_analytics — product analytics with People and Group profiles, EU residency, and built-in opt-out.
Changelog #
0.2.0 #
- Requires
liquid_analytics^0.2.0, which makesConsentPolicy.mapan explicit allowlist (an unmapped category now reaches no sink) and makesPiiRedactorrecurse into nested maps and lists. See theliquid_analyticschangelog for migration notes.
0.1.1 #
- Now requires
liquid_analytics^0.1.1, which fixes two correctness bugs in the core: consent is re-checked when the delivery queue drains (a revoked grant could previously still ship queued events, even after a restart), and event order is preserved when middleware is asynchronous. - README: document the typed
LiquidEventAPI alongside the string API. - Add an
example/demonstrating this adapter end to end.
0.1.0 #
- Initial release of
liquid_mixpanel.