chore(deps): bump github.com/posthog/posthog-go from 1.12.1 to 1.12.5 in /backend#258
Conversation
Bumps [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) from 1.12.1 to 1.12.5. - [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.1...v1.12.5) --- updated-dependencies: - dependency-name: github.com/posthog/posthog-go dependency-version: 1.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — only go.mod and go.sum are touched, no application code changes. The update is limited to bumping a single analytics/feature-flag SDK across four minor patch releases. All changes in the new versions are additive (new APIs, error sentinel values), and the unchanged go.mod hash for posthog-go confirms no new transitive dependencies are introduced. No application code is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[backend/go.mod] -->|requires| B[github.com/posthog/posthog-go]
B --> C{Version}
C -->|before| D[v1.12.1]
C -->|after| E[v1.12.5]
E --> F[v1.12.2: no-op client fix]
E --> G[v1.12.3: mixed targeting in local eval]
E --> H[v1.12.4: changelog only]
E --> I[v1.12.5: EvaluateFlags API + error sentinel fixes]
Reviews (1): Last reviewed commit: "chore(deps): bump github.com/posthog/pos..." | Re-trigger Greptile |
Bumps github.com/posthog/posthog-go from 1.12.1 to 1.12.5.
Release notes
Sourced from github.com/posthog/posthog-go's releases.
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
Commits
22195ffchore: release v1.12.5 [version bump] [skip ci]6d243a6fix: revert d2c4dd2 (#199)d2c4dd2chore: release v1.12.4 [version bump] [skip ci]e9436faFix no-op client for empty API key (#193)06421d2chore: sign release workflow commits (#198)8e96d3dRun Go CI on main pushes (#197)9f60d7afeat(flags): support mixed targeting in local evaluation (#192)4f175d4chore: trigger releases from main changesets (#196)2370bebfeat: add EvaluateFlags() API for single-call flag evaluation (#191)4db3bfechore: bump version to 1.12.4 [version bump]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)