1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🤖 minor bump Python CDK to version 5.4.0

This commit is contained in:
artem1205
2024-09-09 20:33:58 +00:00
committed by Octavia Squidington III
parent e3ce82e476
commit 698be7e2ae
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 5.4.0
add migration of global stream_state to per_partition format
## 5.3.0
Connector builder: add flag to disable cache

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
version = "5.3.0"
version = "5.4.0"
description = "A framework for writing Airbyte Connectors."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"