PostHog / posthog-java

Official PostHog java library
MIT License
8 stars 12 forks source link

feat: get all feature flags related to a distinct_id (4/4) #57

Open miguelhrocha opened 6 months ago

miguelhrocha commented 6 months ago

This is the 4th part of the feature flag support for the Java SDK. This PR should be reviewed in order after:

  1. 54

  2. 55

  3. 56

Please abstain of reviewing until the dependencies are merged, and this pull request is rebased.

Reviewer notes

This change brings the Java SDK closer to feature parity with other server-based SDKs related to feature flags. Now, the consumers of this library will be able to:

  1. Fetch all feature flags associated to a distinct_id.