Update dependency posthog to v6 #2463
Open
+6
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.0
->^6.0.0
Release Notes
posthog/posthog-python (posthog)
v6.7.0
Compare Source
v6.6.1
Compare Source
NoneType
error whengroup_properties
isNone
v6.6.0
Compare Source
flag_keys_to_evaluate
parameter to optimize feature flag evaluation performance by only evaluating specified flagsflag_keys_filter
option tosend_feature_flags
for selective flag evaluation in capture eventsv6.5.0
Compare Source
$context_tags
to an event to know which properties were included as tagsv6.4.1
Compare Source
remote_config
requests for deterministic project routingv6.4.0
Compare Source
v6.3.4
Compare Source
$ai_tools
for all providers and$ai_output_choices
for all non-streaming provider flows properlyv6.3.3
Compare Source
get_feature_flag_result
now correctly returns FeatureFlagResult when payload is empty string instead of Nonev6.3.2
Compare Source
v6.3.1
: 6.3.1Compare Source
v6.3.0
Compare Source
send_feature_flags
parameter to acceptSendFeatureFlagsOptions
object for declarative control over local/remote evaluation and custom propertiesv6.2.1
Compare Source
posthog_client
an optional argument in PostHog AI providers wrappers (posthog.ai.*
), intuitively using the default client as the defaultv6.1.1
Compare Source
v6.1.0
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
Client::capture_exception
v6.0.1
Compare Source
$process_person_profile
property when passed to capturev6.0.0
Compare Source
This release contains a number of major breaking changes:
Optional[str]
, which is the UUID of the sent event, if it was sentidentify
(preferposthog.set()
), andpage
andscreen
(preferposthog.capture()
)Integration
.To migrate to this version, you'll mostly just need to switch to using named keyword arguments, rather than positional ones. For example:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.