Skip to content

Releases: airbytehq/PyAirbyte

v0.33.4

27 Nov 08:51
52310a0

Choose a tag to compare

Changes

  • feat: allow cloud deletes for all object types (with name-based safety protections) (#877)
  • feat: Add InstallType.ANY and InstallType.INSTALLABLE enum values (#864)

v0.33.3

25 Nov 23:23
a8cf82c

Choose a tag to compare

Coral MCP Features

  • feat(mcp): Add optional workspace_id parameter to cloud tools with conditional schema hiding (#876)

v0.33.2

22 Nov 19:49
f1cb667

Choose a tag to compare

Coral MCP Features

  • feat: Add names and URLs to MCP Cloud list tools outputs, eliminating the need to make subsequent tool calls to retrieve object names (#874)
  • feat: Add max_items_limit and name_contains to MCP Cloud list tools (#874)

⚙️ Under the Hood

v0.33.1

12 Nov 20:21
7eb746b

Choose a tag to compare

API Features

  • The airbyte.sources.registry module has been moved to airbyte.registry, while keeping the legacy imports working to not break existing dependencies
  • New Registry functions allow you to see the connector version history for any connectors, as well as locating external API docs.

MCP Features

  • feat(mcp): Add get_api_docs_urls tool with data.externalDocumentationUrls support (#858)
  • feat(mcp): Add get_connector_version_history tool to registry domain (#857)

v0.33.0

06 Nov 03:11
813d0d0

Choose a tag to compare

Changes

v0.32.3

24 Oct 19:25
70f55a3

Choose a tag to compare

🐛 Fixes

  • fix(mcp): MCP safe mode should use runtime checks instead of tool filtering (#846)

v0.32.2

24 Oct 18:52
b3c538b

Choose a tag to compare

🤖 MCP Updates

  • feat: Enable AIRBYTE_CLOUD_MCP_SAFE_MODE by default and add section to MCP docs to explain these modes (#845)
  • feat: Implement session-based safe mode for Cloud ops (#844)

v0.32.1

24 Oct 05:34
eda647b

Choose a tag to compare

Changes

  • feat: Add interfaces for editing cloud source, destination, and connection configs (#841)

v0.32.0

24 Oct 04:27
cbc9437

Choose a tag to compare

🤖 New MCP Features

  • feat(mcp): Implement decorator-based safe mode filtering for Cloud ops tools (#842)
  • feat: Add MCP tool annotations for read-only, destructive, and idempotent hints (#839)

v0.31.11

23 Oct 00:14
01ffecc

Choose a tag to compare

📦 Dependencies

  • chore: Bump airbyte-cdk to 7.3.9 (#835)

📖 Docs

  • Add dark mode background color to theme.css (#834)
  • Add Airbyte branding and styling to pdoc documentation (#832)

⚙️ Under the Hood

  • chore: swap mypy with pyrefly for type checking (#817)