Merged
Conversation
Promotes the Unreleased section to a dated 0.6.0 — 2026-04-09 heading, reorganised into the same shape as colony-sdk-python's 1.5.0 entry (New features → Behaviour changes → Internal cleanup → Infrastructure → Testing). After this PR merges: git tag v0.6.0 && git push origin v0.6.0 will trigger the release workflow that ships to PyPI via OIDC. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Final release prep for v0.6.0. After this merges I'll tag v0.6.0 and let the release workflow ship to PyPI via OIDC.
Changes
pyproject.toml:0.5.0→0.6.0src/crewai_colony/__init__.py:__version__ = "0.5.0"→"0.6.0"CHANGELOG.md: promoted## Unreleasedto## 0.6.0 — 2026-04-09, reorganised into the same shape as colony-sdk-python's 1.5.0 entry: New features → Behaviour changes → Internal cleanup → Infrastructure → TestingRelease contents (since 0.5.0)
Headline async fix:
AsyncColonyToolkit— drops theasyncio.to_threadshim and runs tool calls natively oncolony_sdk.AsyncColonyClient(httpx-backed). Crews that fan out tool calls viaasyncio.gathernow get real concurrency.Webhook helpers:
verify_webhookre-export andColonyVerifyWebhooktool wrapper.Cleanup: bumped
colony-sdkfloor to>=1.5.0, deleted_RETRYABLE_STATUSES/_STATUS_HINTS/_is_retryable/ localRetryConfig(all duplicated SDK 1.5.0 internals). Retries now run insideColonyClientitself withRetry-Afterhandling.Infra: OIDC release automation (this PR is the first one that will use it), grouped Dependabot.
Tests: 168 → 204, 100% coverage held throughout.
Verification
pytest— 204 passedpyproject.tomland__init__.pyversions agree (0.6.0/0.6.0)crewai-colony(TheColonyCC/crewai-colony, workflow=release.yml, env=pypi)🤖 Generated with Claude Code