Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PostHog/posthog-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.1
Choose a base ref
...
head repository: PostHog/posthog-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.6.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    92d810e View commit details
    Browse the repository at this point in the history
  2. Fix link formatting in CHANGELOG.md (#406)

    Updated link formatting for clarity in changelog.
    pauldambra authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    d3609c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. feat: add device_id to flags request payload (#407)

    * feat: add device_id to flags request payload
    
    Add device_id parameter to all feature flag methods, similar to how
    distinct_id is handled. The device_id is included in the flags request
    payload sent to the server.
    
    - Add device_id parameter to Client methods and module-level functions
    - Add context support via set_context_device_id() for automatic fallback
    - Add tests for explicit device_id and context-based device_id
    - Bump version to 7.6.0
    andehen authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    661a0ec View commit details
    Browse the repository at this point in the history
Loading