Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.35.4
v0.35.3
Changes
- fix: Normalize API URLs to handle trailing slashes in Config API resolution @devin-ai-integration[bot] (#922)
v0.35.2
✨ MCP features
- feat(mcp): Add new
AIRBYTE_CLOUD_CONFIG_API_URLenvironment variable (#920)
🐛 Fixes
- fix(mcp): Add bearer token authentication to organization-level tools (#919)
- fix: Pass explicit
SyncMode.full_refreshwhenforce_full_refresh=True(#899) - fix: Prevent deadlock in subprocess executor by allowing concurrent I/O (#901)
⚙️ Under the Hood
- ci(deps): Bump EnricoMi/publish-unit-test-result-action from 2.20.0 to 2.21.0 (#855)
- ci(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#856)
- ci: Add poe-command workflow, slash command, and test-my-tools poe task Aaron ("AJ") Steers (@aaronsteers) (#894)
v0.35.1
v0.35.0
v0.34.0
v0.33.8
Changes
- fix(mcp): The check workspace tool should not fail when missing organization permissions Aaron ("AJ") Steers (@aaronsteers) (#905)
- feat(mcp): Add list_cloud_sync_jobs tool with pagination support @devin-ai-integration[bot] (#902)
- chore: Add workflow to auto-label community PRs from forks Aaron ("AJ") Steers (@aaronsteers) (#904)
v0.33.7
v0.33.6
❇️ MCP Changes
- fix(mcp): Change
run_cloud_synctool defaults towait=False(#892) - fix(mcp): Resolve issue where some optional MCP tool args were treated as required (#889)
- feat(mcp): Add
AIRBYTE_MCP_DOMAINSandAIRBYTE_MCP_DOMAINS_DISABLEDenv vars (#890)
⚙️ Under the Hood
- ci: enable autolabeler for release drafter (#891)
v0.33.5
❇️ MCP Updates
- feat(mcp): Add pagination parameters to
get_cloud_sync_logstool (#888) - feat(mcp): Add connection status filtering to
list_deployed_cloud_connections(#882) - feat(mcp): add
list_cloud_workspacesanddescribe_cloud_organizationtools (#883) - fix(mcp): resolve incorrect cloud auth help text env vars (#880, #881)