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

break in nodejs v14 #190

Open
BobDu opened this issue Jul 31, 2023 · 3 comments
Open

break in nodejs v14 #190

BobDu opened this issue Jul 31, 2023 · 3 comments

Comments

@BobDu
Copy link

BobDu commented Jul 31, 2023

2ca0498#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L80

etcd3 v1.1.2 not support nodejs v14
because cockatiel need nodejs >= 16
https://github.com/connor4312/cockatiel/blob/master/changelog.md#300-beta0

There is no problem raising the minimum supported nodejs version, but it shouldn't happen in patch release bug fixes version.
This is a break compatibility change, we need a new major release.

@BobDu
Copy link
Author

BobDu commented Jul 31, 2023

ping @connor4312

@icebob
Copy link

icebob commented Aug 6, 2023

Same issue. The etcd3 patch version upgrade (1.1.0 -> 1.1.2) breaks my library. Changing the minimum Node version from v10 to v16 is a very big breaking change and needs a new major version.

icebob added a commit to moleculerjs/moleculer that referenced this issue Aug 6, 2023
@shizhx
Copy link

shizhx commented Aug 23, 2023

Same issue

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

No branches or pull requests

3 participants