Skip to content

Release 2.0.11: align with TS, exclude quoted replies#428

Merged
corinagum merged 1 commit into
releasefrom
cg/prep-release-2.0.1
May 14, 2026
Merged

Release 2.0.11: align with TS, exclude quoted replies#428
corinagum merged 1 commit into
releasefrom
cg/prep-release-2.0.1

Conversation

@corinagum
Copy link
Copy Markdown
Contributor

Summary

Brings main into release for the 2.0.11 release, with quoted-replies (PR #321) excluded. Also bumps version.json from 2.0.0 to 2.0.11 to align with the teams.ts release cadence.

Single squashed commit.

Branch name note: the branch is cg/prep-release-2.0.1 (left over from an earlier draft when alignment hadn't been decided yet). The actual published version per version.json is 2.0.11.

What's in this release

What's NOT in this release

Quoted-replies feature (PR #321) is excluded:

  • prepend_quote(), add_quote() builder methods — absent
  • ctx.quote() and quote-aware ctx.reply() behavior — reverted to legacy reply_to_id + blockquote
  • examples/quoting — removed
  • QR-related tests — removed

Kept intentionally:

  • QuotedReplyEntity and QuotedReplyData types stay in the Entity union so inbound activities carrying quotedReply entities still parse
  • add_targeted_message_info runtime strip-QR logic — preserves prompt-preview cleanup

Version

version.json: 2.0.02.0.11

This 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 passed
  • uv run pyright — 0 errors, 0 warnings
  • uv run pytest — 571/571 tests
  • uv build --all-packages — wheels produced; consumer install verified (fresh venv, pip install --no-index --find-links succeeds, QuotedReplyEntity importable, prepend_quote/add_quote absent, add_targeted_message_info present)
  • ADO Public publish pipeline (post-merge)

🤖 Generated with Claude Code

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>
@corinagum corinagum merged commit 0f64460 into release May 14, 2026
4 checks passed
@corinagum corinagum deleted the cg/prep-release-2.0.1 branch May 14, 2026 23:45
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.

2 participants