Skip to content

chore(deps): bump github.com/posthog/posthog-go from 1.12.5 to 1.16.2#667

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/posthog/posthog-go-1.16.2
Closed

chore(deps): bump github.com/posthog/posthog-go from 1.12.5 to 1.16.2#667
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/posthog/posthog-go-1.16.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/posthog/posthog-go from 1.12.5 to 1.16.2.

Release notes

Sourced from github.com/posthog/posthog-go's releases.

1.16.2

Unreleased

1.16.1

Unreleased

1.16.0

Unreleased

1.15.1

Unreleased

1.15.0

Unreleased

1.14.0

Unreleased

1.13.2

Unreleased

1.13.1

Unreleased

1.13.0

Unreleased

1.12.6

Unreleased

Changelog

Sourced from github.com/posthog/posthog-go's changelog.

1.16.2

Patch Changes

  • 76de226: Dedupe $feature_flag_called events by feature flag response value.

1.16.1

Patch Changes

  • 922cfff: Validate user-supplied event UUIDs before sending and generate a fallback UUID when invalid.

1.16.0

Minor Changes

  • 1068ec9: Add a BeforeSend hook for modifying or dropping messages before they are sent.

1.15.1

Patch Changes

  • 52b7373: Stop sending ignored top-level capture fields and rely on canonical event properties.

1.15.0

Minor Changes

  • 64ad172: Support the early_exit flag filter in local evaluation. When a flag's filters.early_exit is true and a condition group's property filters match (or there are none) but the rollout percentage excludes the user, evaluation now stops and returns false immediately instead of falling through to later groups. Mirrors the server-side (Rust) evaluation engine. A property-filter mismatch still falls through as before, and behaviour is unchanged when early_exit is unset or false.

Minor Changes

  • Support the early_exit option on feature flag filters during local evaluation. When a flag has filters.early_exit set to true and a condition group matches its property filters (or has none) but the rollout percentage excludes the user, local evaluation now returns a definitive disabled result immediately instead of falling through to later condition groups, mirroring the server-side evaluation engine. Property-filter mismatches continue to fall through as before, and behaviour is unchanged when early_exit is absent or false.

1.14.0

Minor Changes

  • 554c99a: Add a configurable $is_server event property (default true) so PostHog can identify server-side events. Set IsServer: false when using posthog-go as a client/CLI so the device OS is attributed normally.

1.13.2

Patch Changes

  • df2ae97: Capture with SendFeatureFlags(true) now prefers local evaluation when flag definitions are loaded, falling back to a remote /flags request only for flags that can't be computed locally. OnlyEvaluateLocally remains strictly local with no remote fallback.

    Captured events now exclude flags that evaluate to false from $active_feature_flags (they are still attached as $feature/<key>=false), matching the other PostHog SDKs.

1.13.1

... (truncated)

Commits
  • 89309b8 chore: release v1.16.2 [version bump] [skip ci]
  • 76de226 fix: Dedupe feature flag called events by response (#234)
  • 4e2ddac chore: release v1.16.1 [version bump] [skip ci]
  • 922cfff fix: validate supplied event UUIDs (#233)
  • d91c948 chore: release v1.16.0 [version bump] [skip ci]
  • 1068ec9 feat: add before send hook (#224)
  • 36d1928 test: stabilize race-mode tests (#227)
  • e1d47ea chore: Template SDK version in API snapshot (#226)
  • bd516cc chore: release v1.15.1 [version bump] [skip ci]
  • 52b7373 fix: Stop sending ignored capture fields (#225)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 24, 2026
Bumps [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) from 1.12.5 to 1.16.2.
- [Release notes](https://github.com/posthog/posthog-go/releases)
- [Changelog](https://github.com/PostHog/posthog-go/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-go@v1.12.5...v1.16.2)

---
updated-dependencies:
- dependency-name: github.com/posthog/posthog-go
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/posthog/posthog-go-1.16.2 branch from 8483ce2 to e38f55c Compare June 25, 2026 14:02
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #670.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/posthog/posthog-go-1.16.2 branch June 29, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants