Releases: airbytehq/PyAirbyte
v0.31.8
v0.31.7
v0.31.6
v0.31.5
Changes
- docs(mcp): improve MCP docs including auto-generated pdocs @aaronsteers (#806)
v0.31.4
v0.31.3
Changes
- feat: add list secret names tool and api for dotenv files @aaronsteers (#799)
v0.31.2
Changes
- feat(cloud): Add ability to view Cloud sync logs, including
SyncAttempt
abstraction for fetching job attempts (#781) - feat: add pagination support and
name
attribute for cloud objects:CloudConnection
,CloudSource
, andCloudDestination
(#782) - fix: auto-create specified project or install directory if they do not yet exist (#796)
v0.31.1
Changes
- chore: bump to poetry 2.2.0 @aaronsteers (#795)
- fix(mcp): resolve nested
anyOf
in MCP tool args @aaronsteers (#794) - fix: properly disable prompt secret source in mcp mode @aaronsteers (#793)
- fix: misc MCP fixes (from Davin feedback) @aaronsteers (#791)
- feat: add MCP mode flags to
meta
andtelemetry
modules, auto-register.envrc
files as secret managers @aaronsteers (#790) - chore(mcp): add
mcp-tool-test
Poe task @aaronsteers (#789) - chore: poetry lock @aaronsteers (#788)
- hotfix: add .envrc to gitignore @aaronsteers (#787)
v0.31.0
Changes
- feat(mcp): add Airbyte Cloud MCP tools: Deploy, Sync, and List @aaronsteers (#743)
v0.30.0
✨ New Features
- feat: add
DEFAULT_INSTALL_DIR
andDEFAULT_PROJECT_DIR
inputs to theconstants
module (#763) - feat(mcp): add support for overriding execution mode (
yaml
,python
,docker
, orauto
) (#761) - feat(mcp): add
manifest_url
toget_connector_info
tool (#742) - feat(mcp): split
config
parameter intoconfig
andconfig_file
for better MCP client interoperability (#762)
⚙️ Under the Hood
- chore(deps): Relax
uv
version requirement for broader compatibility with other tools (#777) - Thanks, @bosper351!!
Show/Hide More Details
-
chore: bump
airbyte-cdk
to latest version (6.61.6) (#768) -
chore: replace maintenance PATs with octavia-bot GitHub App authentication (#773)
-
Chore(deps): Bump amannn/action-semantic-pull-request from 5 to 6 @dependabot[bot] (#755)
-
Chore(deps): Bump actions/checkout from 4 to 5 @dependabot[bot] (#756)
-
Chore(deps): Bump actions/upload-pages-artifact from 3 to 4 @dependabot[bot] (#760)
-
Chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.13.0 @dependabot[bot] (#775)
-
chore: fix community welcome message permissions (#778)
-
test: xfail cloud tests with permission errors (#765)
-
chore: revert dummy change (#758)
-
feat: Migrate workflows to use resolve-vars-action@v0 (#754)
-
ci: skip integration tests on Windows to reduce CI timeout (#779)
-
ci: Add GitHub action linting workflow (#774)