twin releases

PostHog twin — releases

Simulates the PostHog event capture, feature flag evaluation, identify, alias, group identify, exception tracking, and local evaluation API surfaces for the PostHog Go SDK.

v0.2.0

SDK target: github.com/posthog/posthog-go @ v0

Features

  • Event capture (/capture) with batch support
  • Feature flag evaluation — both server-side and local-eval modes
  • Identify, alias, and group identify for user/entity stitching
  • Exception tracking for client-side error reports
  • Local evaluation payload (/decide) for client SDKs
  • Distinct ID resolution and merging semantics

Coverage

  • 7/8 resource groups covered (85%) against the PostHog API
  • SDK target: github.com/posthog/posthog-go

Known limitations

  • Cohort and Insight query APIs not yet supported (data analytics surface)
  • Session replay ingestion not yet supported
  • Person update and merge via REST not yet supported