We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb80e69 commit f13a092Copy full SHA for f13a092
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.87.0
4
+Python CDK: Allow for configuring resumable full refresh for streams (excluding substreams)
5
+
6
## 0.86.3
7
8
File-based CDK: allow to merge schemas with nullable object values
airbyte-cdk/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "0.86.3"
+version = "0.87.0"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <[email protected]>"]
10
license = "MIT"
0 commit comments