Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.14.0
08 Jan 13:45
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat: add min macros (#203 )
v6.13.0
06 Jan 22:49
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat: add Composite Raw Decoder (#179 )
Bug Fixes 🐛
fix(low-code cdk pagination): Fix the offset strategy so that it resets back to 0 when a stream is an incremental data feed (#202 )
fix: fix sorting & __init__ imports (#189 )
v6.12.4
22 Dec 15:57
Compare
Sorry, something went wrong.
No results found
Changes
Bug Fixes 🐛
fix: (DeclarativeOAuthFlow) - fix the bug when refresh_token is not provided from the test authentication (#186 )
v6.12.3
20 Dec 16:36
Compare
Sorry, something went wrong.
No results found
Changes
Bug Fixes 🐛
fix: (DeclarativeOAuthFlow) - allow DeclarativeOauth2Authenticator to use access_token directly when no token_refresh_endpoint or refresh_token values are provided. (#182 )
v6.12.2
20 Dec 12:15
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat(HttpComponentsResolver): added stream slices to HttpComponentsResolver (#175 )
Under the Hood ⚙️
chore(deps): bump pytz from 2024.1 to 2024.2 (#56 )
ci(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the minor-and-patch group (#160 )
v6.12.1
19 Dec 16:47
Compare
Sorry, something went wrong.
No results found
Changes
Bug Fixes 🐛
fix(Low-Code Concurrent CDK): Refactor the low-code AsyncRetriever to use an underlying StreamSlicer (#170 )
v6.12.1dev0
18 Dec 19:10
Compare
Sorry, something went wrong.
No results found
v6.12.0
18 Dec 16:54
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat(low-code cdk): add schema transformation to dynamic schema loader (#176 )
feat(low-code cdk): add FlattenFields transformation (#181 )
feat(low-code cdk): add KeyToSnakeCase transformation (#178 )
Bug Fixes 🐛
fix: (HttpClient) rate limit fix unlimited tries (#171 )
v6.11.1
13 Dec 21:04
Compare
Sorry, something went wrong.
No results found
Changes
Bug Fixes 🐛
fix: (Low-Code) (DeclarativeOAuthFlow) - fix tooltip examples and labels representation to show values instead of full object (#172 )
v6.11.0
12 Dec 18:04
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat(low-code cdk): add config component resolver (#149 )
feat(low-code cdk): add dynamic schema loader (#104 )