Skip to content

chore(release): 0.6.7#168

Merged
FrancescoRosciano merged 1 commit into
mainfrom
release/0.6.7
Jun 11, 2026
Merged

chore(release): 0.6.7#168
FrancescoRosciano merged 1 commit into
mainfrom
release/0.6.7

Conversation

@FrancescoRosciano

Copy link
Copy Markdown
Collaborator

Summary

Version bump 0.6.6 → 0.6.7 for npm and PyPI. Rolls the CHANGELOG ## Unreleased block into ## 0.6.7 (2026-06-10).

Headline: the telemetry delivery fix wave (#167). 0.6.6 shipped telemetry that records correctly but loses events in three ways before delivery (CLI events GC'd, close() killing the in-flight POST, in-flight flush stranding constructor/agent events). 0.6.7 makes delivery reliable and adds the Realtime model variant (llm_model) to feature_used.

Pairs with the collector going live at telemetry.getpatter.com — with both in place, telemetry is end-to-end operational.

Test plan

  • scripts/pr-validate.sh — Python tests + security tests + TS lint/tests/build all green locally
  • CI green on this PR
  • After merge: tag v0.6.7release.yml publishes to PyPI + npm

Bump getpatter to 0.6.7 across all four version files and roll the CHANGELOG
"## Unreleased" block into "## 0.6.7 (2026-06-10)".

Release contents (this PR): the telemetry delivery fix wave (#167) — three
root-cause fixes so fire-and-forget events actually arrive (WeakSet GC loss
of unreferenced clients, close() killing the in-flight POST, in-flight flush
stranding subsequent events) — plus the Realtime model variant in
feature_used (llm_model: openai-gpt-realtime-2 / -mini / ...).
@FrancescoRosciano FrancescoRosciano merged commit 669f54d into main Jun 11, 2026
14 checks passed
@FrancescoRosciano FrancescoRosciano deleted the release/0.6.7 branch June 11, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant