Skip to content

Releases: PostHog/posthog-go

v1.4.9

18 Apr 19:40
503c8eb
Compare
Choose a tag to compare

What's Changed

  • Allow condition_index to be nullable by @haacked in #93

Full Changelog: v1.4.7...v1.4.9

v1.4.7

02 Apr 20:36
Compare
Choose a tag to compare

What's Changed

  • chore(flags): Decide v4 support - adds version, id, reason, and requestId to $feature_flag_called events by @haacked in #91

Full Changelog: v1.4.5...v1.4.7

v1.2.1

08 Aug 00:05
96410d9
Compare
Choose a tag to compare

1.2.1 - 2024-08-07

  1. The client will fall back to the /decide endpoint when evaluating feature flags if the user does not wish to provide a PersonalApiKey. This fixes an issue where users were unable to use this SDK without providing a PersonalApiKey. This fallback will make feature flag usage less performant, but will save users money by not making them pay for public API access.