Ablaevent

Latest version: v3.0.3

Safety actively analyzes 623616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

3.0.1

1. Restore how feature flags work when the client library is disabled: All requests return `None` and no events are sent when the client is disabled.
2. Add a `feature_flag_definitions()` debug option, which returns currently loaded feature flag definitions. You can use this to more cleverly decide when to request local evaluation of feature flags.

3.0.0

Breaking change:

All events by default now send the `$geoip_disable` property to disable geoip lookup in app. This is because usually we don't
want to update person properties to take the server's location.

The same now happens for feature flag requests, where we discard the IP address of the server for matching on geoip properties like city, country, continent.

To restore previous behaviour, you can set the default to False like so:

python
posthog.disable_geoip = False

// and if using client instantiation:
posthog = Posthog('api_key', disable_geoip=False)

2.5.0

1. Add option for instantiating separate client object

2.4.2

1. Update backoff dependency for posthoganalytics package to be the same as posthog package

2.4.1

1. Removes accidental print call left in for decide response

2.4.0

1. Support evaluating all cohorts in feature flags for local evaluation

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.