Skip to content

Releases: airbytehq/PyAirbyte

v0.31.8

09 Oct 22:28
7313e98
Compare
Choose a tag to compare

Changes

  • feat: Add time_to_first_record metric and adjusted performance stats (#826)

v0.31.7

02 Oct 22:55
99d2ccf
Compare
Choose a tag to compare

🐛 Fixes

  • fix: store timestamps with timezone (#814) - Thanks, @uptickmetachu!
  • fix: resolve errors related to stale sync mode enums (#815)

⚙️ Under the Hood

  • chore: bump airbyte-api to 0.53.0 (#815)
  • docs: remove older mcp json example (#812)

v0.31.6

01 Oct 20:54
b02b0ed
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix(cache): Properly dispose DuckDB connections to prevent file locking (#808)

📖 Docs

  • docs: recommend uvx with airbyte@latest and --python flag for MCP setup (#811)

⚙️ Under the Hood

  • feat: pin sha for github actions (#801)

v0.31.5

29 Sep 23:03
c64e73d
Compare
Choose a tag to compare

Changes

  • docs(mcp): improve MCP docs including auto-generated pdocs @aaronsteers (#806)

v0.31.4

24 Sep 22:48
20bb0a8
Compare
Choose a tag to compare

Changes

  • feat(mcp): Add manifest_path parameter to local operations tools (#800)

v0.31.3

20 Sep 17:04
1b341de
Compare
Choose a tag to compare

Changes

v0.31.2

20 Sep 05:25
7b3406e
Compare
Choose a tag to compare

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, and CloudDestination (#782)
  • fix: auto-create specified project or install directory if they do not yet exist (#796)

v0.31.1

19 Sep 20:17
7560c51
Compare
Choose a tag to compare

Changes

v0.31.0

16 Sep 01:59
0f15951
Compare
Choose a tag to compare

Changes

  • feat(mcp): add Airbyte Cloud MCP tools: Deploy, Sync, and List @aaronsteers (#743)

v0.30.0

09 Sep 21:09
e2f3fd5
Compare
Choose a tag to compare

✨ New Features

  • feat: add DEFAULT_INSTALL_DIR and DEFAULT_PROJECT_DIR inputs to the constants module (#763)
  • feat(mcp): add support for overriding execution mode (yaml, python, docker, or auto) (#761)
  • feat(mcp): add manifest_url to get_connector_info tool (#742)
  • feat(mcp): split config parameter into config and config_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)