Skip to content

Tags: apache/couchdb-nano

Tags

v11.0.6

Toggle v11.0.6's commit message
11.0.6

v11.0.5

Toggle v11.0.5's commit message
11.0.5

v11.0.4

Toggle v11.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v11.0.3

Toggle v11.0.3's commit message
11.0.3

v11.0.2

Toggle v11.0.2's commit message
11.0.2

v11.0.1

Toggle v11.0.1's commit message
11.0.1

v11.0.0

Toggle v11.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v10.1.4

Toggle v10.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecating credentials in url: first commit (#321)

This is to create a PR where other changes to the docs can be added

v10.1.3

Toggle v10.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update axios dependency (#337)

Co-authored-by: Glynn Bird <glynnbird@apache.org>

v10.1.2

Toggle v10.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bring cookie handling in-house. Fixes issue #324 (#325)

* bring cookie handling in-house. Fixes issue #324

Co-authored-by: Glynn Bird <glynnbird@apache.org>