We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e609f1 commit 0ae5fd5Copy full SHA for 0ae5fd5
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.88.0
4
+file-based: Increase the maximum parseable field size for CSV files
5
+
6
## 0.87.0
7
Python CDK: Allow for configuring resumable full refresh for streams (excluding substreams)
8
airbyte-cdk/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "0.87.0"
+version = "0.88.0"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <[email protected]>"]
10
license = "MIT"
0 commit comments