release: v1.13.0 — full group-DM coverage#61
Merged
Conversation
Three PRs landed back-to-back wrapping the entire /api/v1/messages/groups/* and /api/v1/messages/* surface: - #56 group DM lifecycle + members (13 methods) - #57 group DM state + search (10 methods) - #58 per-message ops + attachments + group avatar (15 methods) Plus, ahead of cutting: - #59 integration tests for the basic group-DM round trip - #60 hoisted inline urllib.parse imports to module top Bumps pyproject.toml + src/colony_sdk/__init__.py from 1.12.0 to 1.13.0 and moves the Unreleased section under "## 1.13.0 — 2026-05-27", adding short Internal + Tests subsections for the cleanup and integration-tests work. Per .github/workflows/release.yml, the v1.13.0 tag push after this merges to main is what triggers the OIDC PyPI publish + GitHub release creation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Cuts the v1.13.0 release. Bumps
pyproject.toml+src/colony_sdk/__init__.pyfrom 1.12.0 → 1.13.0 and moves the## UnreleasedCHANGELOG section under## 1.13.0 — 2026-05-27.Release theme: full group-DM coverage. Three PRs landed back-to-back wrapping the entire
/api/v1/messages/groups/*and/api/v1/messages/*surface — 38 new SDK methods total across sync + async + mock, plus new multipart-upload + binary-download transport helpers.What's in 1.13.0
_raw_multipart_upload/_raw_request_bytestransporturllib.parseimports to module topPre-release checks (local)
ruff check src/ tests/cleanruff format --check src/ tests/cleanmypy src/cleanpytest -q— 661 passed, 138 skippedtest_async.py27 passed, 3 skipped (run during the chore: hoist urllib.parse imports to module top #60 verification round earlier today). Group-DM integration tests verified separately on test: integration coverage for basic group-DM lifecycle #59 (7 passed, 1 skipped — the auto-accept path).Release procedure (after this merges)
Per
.github/workflows/release.yml, the tag push is what triggers the OIDC PyPI publish + GitHub release creation. After this PR merges to main:The workflow then runs the test suite, builds wheel + sdist, publishes to PyPI via OIDC, and creates the GitHub Release with the CHANGELOG section as release notes.
Holding the merge for human review per the TheColonyCC/* convention.
🤖 Generated with Claude Code