stackup
stackup copied to clipboard
Bump github.com/posthog/posthog-go from 0.0.0-20230801140217-d607812dee69 to 1.6.12
Bumps github.com/posthog/posthog-go from 0.0.0-20230801140217-d607812dee69 to 1.6.12.
Release notes
Sourced from github.com/posthog/posthog-go's releases.
v1.6.12
What's Changed
- fix(flags): static cohort evaluation in multi-condition flags by
@haackedin PostHog/posthog-go#129Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.6.11...v1.6.12
v1.6.10
What's Changed
- fix: don't sort condition sets with variant overrides to top by
@andyzzhaoin PostHog/posthog-go#127Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.6.8...v1.6.10
v1.6.2
What's Changed
- fix(flags): Pass project API key in remote_config requests by
@haackedin PostHog/posthog-go#118Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.6.1...v1.6.2
v1.5.12
What's Changed
This release changes the behavior of the library slightly, it validates the correct endpoint when creating a client. It also fixes a bug: a limit of concurrent HTTP requests to be send by a library was broken.
- chore: move URL parsing errors to init by
@orianin PostHog/posthog-go#109Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.5.11...v1.5.12
v1.5.11
What's Changed
- fix: race in accessing feature flags by
@orianin PostHog/posthog-go#107- extended test coverage
Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.5.9...v1.5.11
v1.5.9
Breaking change
Starting from this version, by default Go library sends
$geoip_disableproperty on capture events andgeoip_disableargument to flags endpoint. This can be overridden by using explicitly settingConfig{DisableGeoIP: &ptr.False}What's Changed
- fix: $group_key should be override in local eval by
@orianin PostHog/posthog-go#105- feat: add DisableGeoIP option by
@orianin PostHog/posthog-go#104Full Changelog: https://github.com/PostHog/posthog-go/compare/v1.5.7...v1.5.9
v1.5.7
... (truncated)
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
- Fix: Pass project API key in remote_config requests
- Full Changelog
1.6.1
1.5.15
... (truncated)
Commits
- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.
PR Summary
-
Dependency Addition A new indirect dependency,
github.com/hashicorp/golang-lru/v2 v2.0.7, has been added to our project. Dependencies are essentially independent pieces of software that our application needs to function correctly. Adding this particular piece ensures our application continues to work smoothly with other parts of our system. -
Dependency Update We have updated an existing dependency,
github.com/posthog/posthog-go, from an older version to a newer one (v1.6.12). Upgrading to this new version will help our application remain compatible, secure, and feature-rich by availing the benefits of the modifications and improvements made in this newer version. -
Checksum Addition The corresponding checksum for the newly added dependency has been introduced in
go.sum. Checksums help us verify the integrity of the dependency files and ensure that they are not tampered with, thereby safeguarding the application. -
Checksum Removal The old checksums related to the outdated version of
github.com/posthog/posthog-gohave been removed fromgo.sum. It's important to remove these outdated checksums, as they are redundant once we update to the newer version of the dependency.
:white_check_mark: Snyk checks have passed. No issues have been found so far.
| Status | Scanner | Total (0) | ||||
|---|---|---|---|---|---|---|
| :white_check_mark: | Open Source Security | 0 | 0 | 0 | 0 | 0 issues |
:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.