Skip to content

Tags: airbytehq/airbyte-python-cdk

Tags

v7.21.1

Toggle v7.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Widen `cryptography` dependency to `>=44.0.0,<47.0.0` (#975)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: bot_apk <apk@cognition.ai>
Co-authored-by: AJ Steers <aj@airbyte.io>

v7.21.0

Toggle v7.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(declarative): Add backoff jitter support (#1038)

Adds optional `jitter_range_in_seconds` support for declarative constant and exponential backoff strategies.

This lets connector devs add a small numeric jitter value in the manifest so retry timing is spread out instead of every worker retrying at the same time. The value is validated as non-negative, applied above the normal backoff time, and covered with schema, factory, and backoff strategy tests.

Co-authored-by: Zane Hyatt ZaneHyattAB
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

v7.20.0

Toggle v7.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(check-stream): support configurable stream names (#1030)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

v7.19.3

Toggle v7.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: pass API budget to custom requesters (#1034)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

v7.19.2

Toggle v7.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(concurrent-cdk): enforce runtime cap on concurrent partition gene…

…rators to prevent deadlock (#1015)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v7.19.1

Toggle v7.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: validate empty CSV column names and improve mismatch error messa…

…ges (#1010)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: bot_apk <apk@cognition.ai>
Co-authored-by: Alfredo Garcia <alfredo.garcia@hallmark.edu>
Co-authored-by: Zane Hyatt <zane.hyatt@airbyte.io>

v7.19.0

Toggle v7.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(async-jobs): add deferred retry with cooldown for failed async j…

…obs (#1016)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

v7.18.1

Toggle v7.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(file-based): surface actionable errors instead of full Python tra…

…cebacks during connection check (#1012)

Co-authored-by: devin-ai-integration[bot] <devin-ai-integration[bot]@users.noreply.github.com>

v7.18.0

Toggle v7.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add SKIPPED async job status to skip jobs with no data to return (

#980)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: bot_apk <apk@cognition.ai>
Co-authored-by: Daryna Ishchenko <darina.ishchenko17@gmail.com>

v7.17.4

Toggle v7.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(memory-monitor): lower fail-fast thresholds and humanize diagnost…

…ic messages (#995)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: patrick.nilan@airbyte.io <patrick.nilan@airbyte.io>