Skip to content

posthog-v7.26.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:53
Immutable release. Only release title and notes can be modified.
6c90cff

Minor changes

  • 1653bcb Add a label option to Prompts.get() to fetch the prompt version a label (e.g. production) currently points to. Labeled fetches are cached separately, and PromptResult carries the resolved label. Requires a PostHog version with prompt labels; older servers ignore the parameter and return the latest version. — Thanks @jurajmajerik!