✨ New Features
- feat: add [`AIRBYTE_PRINT_FULL_ERROR_LOGS`](https://airbytehq.github.io/PyAirbyte/airbyte/constants.html#AIRBYTE_PRINT_FULL_ERROR_LOGS) option to auto-print full log file text, enabled by default in CI environments (637)
- feat: add [create\_source\_tables](https://airbytehq.github.io/PyAirbyte/airbyte/caches/base.html#CacheBase.create_source_tables) method to Cache classes, creates all tables without requiring running a sync (631)
🐛 Fixes
- fix: add explicit docker volume mapping (resolves `permission denied` errors)
- fix: remove 'cdk:low-code' logic with false-positives for manifest-only connector detection
⚙️ Under the Hood
- chore(deps): remove constraint on `request` lib (639)
- chore(deps-dev): Bump viztracer from 0.16.3 to 1.0.3 (628)
- chore: update pyproject.toml python requirement (599)
- chore: add auto-merge notification workflow (604)