Skip to content

2.14.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:40
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
27715b5

Minor changes

  • 4fed56b Send minimal $feature_flag_called events when the /flags response carries the server-controlled minimalFlagCalledEvents gate and the evaluated flag reports has_experiment: false. Minimal events keep only an allowlisted set of properties (flag identity, evaluation metadata, $groups, $process_person_profile, $session_id, $lib, $lib_version, $is_server); everything else, including context and global properties, is stripped. Experiment-linked flags and responses without the gate keep the full event shape. — Thanks @haacked!