Immutable
release. Only release title and notes can be modified.
Minor Changes
- 19cd137: feat: emit minimal
$feature_flag_calledevents when the server enables theminimal_flag_called_eventsgate and the evaluated flag has no linked experiment. Minimal events keep a strict allowlist of flag-evaluation properties and strip everything else (context properties,$feature/<key>, payloads, system metadata). The gate is read from the top-levelminimalFlagCalledEventsfield of the v2/flagsresponse and the top-levelminimal_flag_called_eventskey of the local evaluation definitions payload; when either signal is missing, the full event is sent unchanged.