posthog-v7.35.5
Immutable
release. Only release title and notes can be modified.
Patch changes
- 340eb2a Reset PostHog context after fork. Forked children no longer retain the parent process's active lexical context; they start without inherited context and can establish a new child-local context. — Thanks @marandaneto!
- c95c9f9 Make client shutdown an atomic terminal boundary — Thanks @marandaneto!
- c2b0972 Respect Celery task filters for exception capture — Thanks @marandaneto!