1. 27 May, 2021 1 commit
    • Andrew Fontaine's avatar
      No Longer Send Legacy Feature Flags · d52208fc
      Andrew Fontaine authored
      Legacy feature flags have been deprecated for a while now. The beginning
      of the removal process is to stop sending them entirely.
      
      This is gated behind 2 feature flags: `remove_legacy_flags` and
      `remove_legacy_flags_override`.
      
      The former is the "main gate" to disable sending legacy feature flags.
      The latter is an override control to enable for specific projects that
      have not completed their migration.
      
      Changelog: changed
      d52208fc
  2. 25 May, 2021 39 commits