Unidici version issue
Hi Folks,
I have been using solr-node-client for a long time, I have started using new package opentelemetry package where it required unidici version greater than 5.2 reference link
But solr-client required unidici version 4.11.1.
Can someone help what should I do update this package and what changes I need to make. Haven't got much of the idea in making changes in packages.
Any help would really appreciated.
I don't think there were particularly big changes about undici, other than the node versions supported. feel free to bump undici and drop support for node versions that undici doesn't support anymore in a PR
HI @kibertoad ,
I have raised PR.
Which have minor changes. to support latest version of undici.
Based on this discussion link, Don't know where should I apply ReadableStream to bypass.
Currently declaring as a way shown in my application. Is there a way I can able to manage in solr-node-client itself.
Thank You!