We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa9d92 commit e1adb37Copy full SHA for e1adb37
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.57
4
+Update protocol models to support per-stream state: [#12829](https://github.com/airbytehq/airbyte/pull/12829).
5
+
6
## 0.1.56
7
- Update protocol models to include `AirbyteTraceMessage`
8
- Emit an `AirbyteTraceMessage` on uncaught exceptions
airbyte-cdk/python/setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="airbyte-cdk",
18
- version="0.1.56",
+ version="0.1.57",
19
description="A framework for writing Airbyte Connectors.",
20
long_description=README,
21
long_description_content_type="text/markdown",
0 commit comments