etcd3 icon indicating copy to clipboard operation
etcd3 copied to clipboard

break in nodejs v14

Open BobDu opened this issue 2 years ago • 3 comments
trafficstars

https://github.com/microsoft/etcd3/commit/2ca0498a41a65f62f6d4d86cb905cddb94e772da#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 avatar Jul 31 '23 08:07 BobDu

ping @connor4312

BobDu avatar Jul 31 '23 08:07 BobDu

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 avatar Aug 06 '23 14:08 icebob

Same issue

shizhx avatar Aug 23 '23 01:08 shizhx