Skip to content

Commit e57d38a

Browse files
docs: add migration note for pendulum removal (#308)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Aaron <AJ> Steers <[email protected]>
1 parent 10a7a87 commit e57d38a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cdk-migrations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CDK Migration Guide
22

3+
## Upgrading to 6.28.0
4+
5+
Starting from version 6.28.0, the CDK no longer includes Pendulum as a transitive dependency. If your connector relies on Pendulum without explicitly declaring it as a dependency, you will need to add it to your connector's dependencies going forward.
6+
7+
More info:
8+
- https://deptry.com/rules-violations/#transitive-dependencies-dep003
9+
310
## Upgrading to 6.0.0
411

512
Version 6.x.x of the CDK introduces concurrent processing of low-code incremental streams. This is breaking because non-manifest only connectors must update their self-managed `run.py` and `source.py` files. This section is intended to clarify how to upgrade a low-code connector to use the Concurrent CDK to sync incremental streams.

0 commit comments

Comments
 (0)