Releases: PostHog/posthog-go
Releases · PostHog/posthog-go
v1.2.1
1.2.1 - 2024-08-07
- 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.