We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce82e commit 698be7eCopy full SHA for 698be7e
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 5.4.0
4
+add migration of global stream_state to per_partition format
5
+
6
## 5.3.0
7
Connector builder: add flag to disable cache
8
airbyte-cdk/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "5.3.0"
+version = "5.4.0"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <contact@airbyte.io>"]
10
license = "MIT"
0 commit comments