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 86e63b3 commit cac9750Copy full SHA for cac9750
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 6.5.2
4
+bugfix: Ensure that streams with partition router are not executed concurrently
5
+
6
## 6.5.1
7
Add state migration workaround for legacy substreams
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "6.5.1"
+version = "6.5.2"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <[email protected]>"]
10
license = "MIT"
0 commit comments