Skip to content

7.20.2

Choose a tag to compare

@releaser-posthog-python releaser-posthog-python released this 22 Jun 15:36
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
9d701ff

Patch changes

  • c359f93 Mask sensitive data held inside objects and in URL/DSN credentials when capturing exception code variables. Custom objects are now traversed so fields like password are redacted by attribute name instead of leaking via repr(), and credentials embedded in connection strings are scrubbed. Adds the code_variables_mask_url_credentials option (default True). — Thanks @ablaszkiewicz!
  • c359f93 Improve strict Pyright coverage for public PostHog APIs. — Thanks @ablaszkiewicz!