Skip to content

@posthog/core@1.38.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:14
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
5990c11

1.38.0

Minor Changes

  • #3977 6200888 Thanks @turnipdabeets! - Add getAllFeatureFlags(), which returns all currently loaded feature flags as structured FeatureFlagResults (key, enabled, variant, payload). It is a synchronous read of the cached flags and does not send a $feature_flag_called event.
    (2026-06-26)