chore(release): 0.7.0#201
Merged
Merged
Conversation
Minor bump (new backward-compatible public API accumulated since 0.6.9). Datestamps the Unreleased CHANGELOG section as 0.7.0 (2026-06-30) and opens a fresh Unreleased. All three version files move together (getpatter __init__.py, pyproject.toml, package.json). Highlights since 0.6.9: - Inworld integration: corrected TTS pricing + providers.inworld() + InworldLLM Realtime Router preset (220+ models) (#199). - Security: SSRF guard folds non-canonical IP encodings (#197); 6 parity-drift hardening fixes — TS redirect SSRF, DTMF/phone log PII, path traversal, response cap, Unicode-newline sanitizer (#198). - Pipeline: fixed false barge-in that self-interrupted the user-turn LLM (agent went mute) (#200). - Audio/Skills/Memory: rate-aware resampler + HPF/AGC front-end, user-supplied agent skills, token-aware pipeline compaction (#196). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D52f6rBsvzicXg45C6MKVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.7.0
Minor version bump (0.6.9 → 0.7.0) — new backward-compatible public API has accumulated since 0.6.9, so semver minor. This PR only bumps the three version files and datestamps the CHANGELOG; all the actual feature/fix work already merged via #196–#200.
Version files (move together)
libraries/python/getpatter/__init__.py→0.7.0libraries/python/pyproject.toml→0.7.0libraries/typescript/package.json→0.7.0CHANGELOG
The accumulated
## Unreleasedsection is datestamped## 0.7.0 (2026-06-30)and a fresh empty## Unreleasedis opened.What's in 0.7.0
AgcConfig,Skill,CompactionConfig+Agentfields.getpatter/ssrf.py; plus 6 parity-drift hardening fixes (TS redirect SSRF, DTMF/phone-number log PII, call-id path traversal, response-size cap enforced during read, Unicode-newline sanitizer).providers.inworld()config helper, andInworldLLMRealtime Router preset (OpenAI-compatible, 220+ models).Publish flow (per
release-via-pr.md)v0.7.0is pushed tomain, which triggers.github/workflows/release.yml→ PyPI (OIDC) + npm.v0.7.0is created with notes linking this PR.(I'll do steps 3–4 once you've merged — just say go, or I can run them as soon as the merge lands.)
Test plan
0.7.0;import getpatter→0.7.0,pyproject→0.7.0,package.json→0.7.0.0.6.9references in source/tests.