We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83342 commit 3ff3e9aCopy full SHA for 3ff3e9a
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.6.0
4
+Low-code: Add support for monthly and yearly incremental updates for `DatetimeStreamSlicer`
5
+
6
## 0.5.4
7
Low-code: Get response.json in a safe way
8
airbyte-cdk/python/setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="airbyte-cdk",
18
- version="0.5.4",
+ version="0.6.0",
19
description="A framework for writing Airbyte Connectors.",
20
long_description=README,
21
long_description_content_type="text/markdown",
0 commit comments