Skip to content

Releases: airbytehq/PyAirbyte

v0.35.7

08 Jan 18:54
5cfcea5

Choose a tag to compare

⚙️ Under the Hood

  • chore: Bump DuckDB versions to 1.4.x and duckdb-engine to 0.17.x (#934)

v0.35.6

08 Jan 18:51
72ac2ff

Choose a tag to compare

❇️ MCP Changes

  • feat(mcp): Add get_custom_source_definition tool to retrieve connector builder manifests (#933)

⚙️ Under the Hood

  • Chore(deps): Bump actions/checkout from 4.3.0 to 6.0.1 (#927)
  • chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#932)
  • ci(deps): Bump actions/setup-python from 5.6.0 to 6.1.0 (#928)

v0.35.5

02 Jan 03:27
69463e7

Choose a tag to compare

Changes

v0.35.4

31 Dec 02:25
299d556

Choose a tag to compare

Changes

  • feat(cloud): Add workspace validation to CloudConnection (#929)

v0.35.3

18 Dec 22:24
0f76d41

Choose a tag to compare

Changes

v0.35.2

18 Dec 02:56
525fec1

Choose a tag to compare

✨ MCP features

  • feat(mcp): Add new AIRBYTE_CLOUD_CONFIG_API_URL environment variable (#920)

🐛 Fixes

  • fix(mcp): Add bearer token authentication to organization-level tools (#919)
  • fix: Pass explicit SyncMode.full_refresh when force_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 @aaronsteers (#894)

v0.35.1

17 Dec 04:12
d9aba9c

Choose a tag to compare

🐛 Fixes

  • fix: Use Pydantic exclude_none=True to omit null namespace fields from catalog serialization (#825)

v0.35.0

17 Dec 03:10
725e262

Choose a tag to compare

☁️ Cloud API Features

  • feat(cloud): Add CloudWorkspace.from_env() classmethod (#909)
  • feat(cloud): Add CloudClientConfig class and bearer token authentication support (#916)

❇️ Cloud API Features

  • feat(mcp): Add bearer auth support and authentication via http headers (#916)

⚙️ Under the Hood

  • ci: Use GitHub App token for prerelease workflow dispatch (#913)
  • ci: Use workflow_dispatch instead of workflow_call for OIDC compatibility (#912)
  • ci: Add required permissions for prerelease workflow (#911)
  • ci: Add /prerelease slash command for PyPI prereleases (#910)

v0.34.0

11 Dec 02:46
441105e

Choose a tag to compare

New Features (Cloud API)

  • feat(cloud): Add CloudConnection methods: get_state_artifacts() and get_catalog_artifact() (#906)

New Features (MCP)

  • feat(mcp): Add get_connection_artifact MCP tool for retrieving state and catalog artifacts (#906)

v0.33.8

10 Dec 21:32
a7c9ccf

Choose a tag to compare

Changes