1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-cdk/python/CHANGELOG.md
2021-07-19 20:54:57 -07:00

19 lines
454 B
Markdown

# Changelog
## 0.1.6
Add abstraction for creating destinations.
Fix logging of the initial state.
## 0.1.5
Allow specifying keyword arguments to be sent on a request made by an HTTP stream: https://github.com/airbytehq/airbyte/pull/4493
## 0.1.4
Allow to use Python 3.7.0: https://github.com/airbytehq/airbyte/pull/3566
## 0.1.2
Fix an issue that caused infinite pagination: https://github.com/airbytehq/airbyte/pull/3366
## 0.1.1
Initial Release