We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49c500 commit a490717Copy full SHA for a490717
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.81.8
4
+Concurrent CDK: Break Python application with status 1 on exception
5
+
6
## 0.81.7
7
Concurrent CDK: Fix to update partitioned state only when partition is successful
8
airbyte-cdk/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "0.81.7"
+version = "0.81.8"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <[email protected]>"]
10
license = "MIT"
0 commit comments