Skip to content

Commit 8cfd502

Browse files
chore: Release v7.54.1 [skip ci]
1 parent ed02588 commit 8cfd502

7 files changed

Lines changed: 19 additions & 12 deletions

File tree

.sampo/changesets/mcp-virtual-tool-first-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

openfeature-provider/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `openfeature-provider-posthog` are documented here. This
44
file is maintained by [Sampo](https://github.com/bruits/sampo) from changesets in
55
`.sampo/changesets/` that target `pypi/openfeature-provider-posthog`.
66

7+
## 0.1.78 — 2026-09-17
8+
9+
### Patch changes
10+
11+
- Updated dependencies: posthog@7.54.1
12+
713
## 0.1.77 — 2026-09-15
814

915
### Patch changes

openfeature-provider/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openfeature-provider-posthog"
7-
version = "0.1.77"
7+
version = "0.1.78"
88
description = "Official PostHog provider for the OpenFeature Python SDK."
99
readme = "README.md"
1010
authors = [{ name = "PostHog", email = "engineering@posthog.com" }]

posthog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# posthog
22

3+
## 7.54.1 — 2026-09-17
4+
5+
### Patch changes
6+
7+
- [ed02588](https://github.com/posthog/posthog-python/commit/ed02588998568ea317ff7ac60fe4dc15d7f1b74a) MCP analytics now adds its virtual tools (`get_more_tools`, `send_feedback`) to the first `tools/list` page only, rather than to every page and to the last page respectively.
8+
9+
If one of your own tools already uses a virtual tool's name, PostHog warns and names the option that renames its own — `missing_capability_tool_name`, or `collect_feedback`'s `tool_name`. Warnings also reach the `posthog.mcp` logger, so you see them without setting the `logger` option. — Thanks @gesh!
10+
311
## 7.54.0 — 2026-09-15
412

513
### Minor changes

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.54.0"
1+
VERSION = "7.54.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "posthog"
7-
version = "7.54.0"
7+
version = "7.54.1"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "engineering@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "engineering@posthog.com" }]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)