You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix basicauth for credentials requiring percent encoding (#364)
* ensure that username and password returned from new URL are decoded before use
* tests working
* added node 24 to the testing matrix
* 11.0.4 + dependency bump
---------
Co-authored-by: Glynn Bird <glynnbird@apache.org>
Use fetch instead of axios (#314)
* remove axios an use Node's built-in `fetch` for HTTP requests
* remove callback support
* make this Nano 11 and support only Node 20 and newer