- 1e73791: test new release process
- feat: Expose
getFeatureFlagResultto public API (#405)
- feat: Add ETag support for local evaluation polling to reduce bandwidth when flags haven't changed (#350)
- feat:
$feature_flag_calledevents now report$feature_flag_errorproperty (#355) - feat: Add
evaluationContextssupport toPostHogConfigfor server-side evaluation contexts (#385)
- feat: Include
evaluated_atproperties in$feature_flag_calledevents (#321) - feat: Add
appendFeatureFlagsoptional boolean tocapture(#347)
- fix: Local evaluation properly handles cases when flag dependency should be false (#320)
- feat: Add local evaluation for feature flags (#299)
- feat: Add
captureExceptionmethod for error tracking (#313) - fix: Restructured
groupPropertiesanduserPropertiestypes to match the API and other SDKs (#312)
- feat:
timestampcan now be overridden when capturing an event (#297) - feat: Add
groups,groupProperties,personPropertiesoverrides to feature flag methods (#298)
- fix: Events now record SDK info such as
$liband$lib_version(#296) - fix: SDK requests now assign the expected User-Agent (#296)
- fix: Caching of feature flags occurs in constant time (#294)
- fix: Support deduplication of
$feature_flag_calledevents (#291) - fix: Adds missing
featureFlagCacheSize,featureFlagCacheMaxAgeMsmutators toPostHogConfigbuilder (#291)
- Initial release (#288)