Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpinning Airbyte CDK to get freebie upgrades before 1.0 #116

Closed
wants to merge 2 commits into from

Conversation

natikgadzhi
Copy link
Contributor

Okay hear me out. Good news is that we might get free dependabot-triggered updates for the CDK, and get latest bugfixes. That will come handy as we wire up declarative sources!

Bad news is that we might break things, but we will unpin the CDK in all sources, and we have Poetry.lock to protect us from yolo-bug-problems.

@aaronsteers aaronsteers marked this pull request as draft March 19, 2024 20:03
@aaronsteers
Copy link
Contributor

aaronsteers commented Mar 22, 2024

@natikgadzhi - Rejecting this and replacing with a bump to latest version:

Happy to take a dependabot-like auto-update if we have that option open up. However, I don't think we can leave this unpinned until CDK reaches a stable 1.0 status.

As specified in semver (https://semver.org/):

  1. Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

Dependabot updates (in contrast) would go through a PR/CI for each update, which mitigates the volatility concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants