We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was wondering if a new release could be published.
this PR #1318 fixed an issue with logical assignment syntax not being supported for node.js < v16.
logical assignment
node.js < v16
the elasticsearch client adopted undici v5.0 https://github.com/elastic/elastic-transport-js/blob/fabe5f42d6e69aa99cb0a77dda76e7369800d896/package.json#L66 and therefore makes it incompatible with any version below v16.
elasticsearch client
undici v5.0
I must admit that it is a bit surprising that neither the undici tests nor the elasticsearch tests discovered the incompatibility in their tests.
undici
elasticsearch
The text was updated successfully, but these errors were encountered:
This is done.
Sorry, something went wrong.
No branches or pull requests
I was wondering if a new release could be published.
this PR #1318 fixed an issue with
logical assignment
syntax not being supported fornode.js < v16
.the
elasticsearch client
adoptedundici v5.0
https://github.com/elastic/elastic-transport-js/blob/fabe5f42d6e69aa99cb0a77dda76e7369800d896/package.json#L66 and therefore makes it incompatible with any version below v16.I must admit that it is a bit surprising that neither the
undici
tests nor theelasticsearch
tests discovered the incompatibility in their tests.The text was updated successfully, but these errors were encountered: