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