Releases: PostHog/posthog-go
Releases · PostHog/posthog-go
v1.5.11
v1.5.9
Breaking change
Starting from this version, by default Go library sends $geoip_disable
property on capture events and geoip_disable
argument to flags endpoint. This can be overridden by using explicitly setting Config{DisableGeoIP: &ptr.False}
What's Changed
- fix: $group_key should be override in local eval by @orian in #105
- feat: add DisableGeoIP option by @orian in #104
Full Changelog: v1.5.7...v1.5.9
v1.5.7
v1.5.6
v1.5.5
v1.4.9
v1.4.7
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.