liquid_segment 0.1.1
liquid_segment: ^0.1.1 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.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.