microsoft / etcd3

:bookmark: Node.js client for etcd3

Home Page:https://microsoft.github.io/etcd3/classes/etcd3.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

break in nodejs v14

BobDu opened this issue · comments

commented

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.

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.

Same issue