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: f5719f3
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: fe3a9bb
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 4, 2026

  1. Fix feature flag 401 errors causing HTTP request storm (#422)

    * Fix feature flag 401 errors causing HTTP request storm
    
    Set feature_flags = [] on 401 error to prevent repeated requests.
    
    * Clear flag_cache, group_type_mapping, cohorts on 401
    GabiGrin authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    4f32fa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. fix: openAI input image sanitization (#384)

    Co-authored-by: Aleksander Błaszkiewicz <kqmdjc8@gmail.com>
    vikas5914 and ablaszkiewicz authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b6e6633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3a9bb View commit details
    Browse the repository at this point in the history
Loading