Release 2.0.11: align with TS, exclude quoted replies#428
Merged
Conversation
Squashed merge of origin/main into release, with quoted-replies (PR #321) reverted. Keeps release branch's version.json; version.json will be bumped to the next stable on this branch before publishing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
heyitsaamir
approved these changes
May 14, 2026
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.
Summary
Brings
mainintoreleasefor the 2.0.11 release, with quoted-replies (PR #321) excluded. Also bumpsversion.jsonfrom2.0.0to2.0.11to align with the teams.ts release cadence.Single squashed commit.
What's in this release
@experimentalremoved; sample fixedWhat's NOT in this release
Quoted-replies feature (PR #321) is excluded:
prepend_quote(),add_quote()builder methods — absentctx.quote()and quote-awarectx.reply()behavior — reverted to legacyreply_to_id+ blockquoteexamples/quoting— removedKept intentionally:
QuotedReplyEntityandQuotedReplyDatatypes stay in theEntityunion so inbound activities carryingquotedReplyentities still parseadd_targeted_message_inforuntime strip-QR logic — preserves prompt-preview cleanupVersion
version.json:2.0.0→2.0.11This one-time jump aligns teams.py with teams.ts. Going forward, both progress on a shared 2.0.x patch cadence.
Test plan
uv run ruff check— all checks passeduv run pyright— 0 errors, 0 warningsuv run pytest— 571/571 testsuv build --all-packages— wheels produced; consumer install verified (fresh venv,pip install --no-index --find-linkssucceeds,QuotedReplyEntityimportable,prepend_quote/add_quoteabsent,add_targeted_message_infopresent)🤖 Generated with Claude Code