liquid_segment 0.2.0
liquid_segment: ^0.2.0 copied to clipboard
Segment destination for liquid_analytics — Segment as one sink among many, not as a hub. Full Spec surface (track/screen/identify/group/alias/reset).
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_segment.