-
Notifications
You must be signed in to change notification settings - Fork 164
Use fetch instead of axios #314
New issue
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
Open
glynnbird
wants to merge
46
commits into
main
Choose a base branch
from
fetch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
a30e3a5
working with fetch
fffb593
fix cookie renewal bug
5cbf072
removed unwanted request/axios code
529f506
tidy up
b91594c
remove tough-cookie and its patch
cb06484
log headers object instead of map
ae36ca6
http/https bug fix
1ad4561
added typescript parsing
fbed7ab
bug fixes for node16.8
6d800c3
custom agent and agentOptions with tests
2b5e5af
tidy up
a8a0825
show warning when requestDefaults is supplied
c329cc1
added description of each agentOptions attribute
c40a4a3
added missing test file
d14ff63
ensure "fetch" works on 16/18/19
f5280d5
fix test
aa9506d
nvm use 16.18.1
f692e14
rebase from main
3208204
remove node 14 support
7e8ffb8
upgrade undici to 5.15.0
999c6af
merge in latest changes
cffcd42
merge in latest changes
5a4ff3f
rebase on 10.1.2
0e7c06b
dependency bump
aba321c
fix cookie handling bug
e0c738a
dependency bump
aa4cc70
bump undici
46e08ba
dependency bump
c181a39
add node 20 to testing matrix
9c42fc3
pre v11 release tidy up
cead34a
prepare for merge
e16ad54
latest dependencies
6ee2510
allow clean merge
b7c560c
add Node v22 to the CI - it's been that long
47d4663
Update NOTICE
glynnbird c62d508
use contentType instead of ct
4f05cdb
beefed up the "breaking change" nature of Nano 11 for Node 16 (and ol…
e95b56b
assertion failures are rendered differently in Node 22, so the tests …
ff29111
added migration guide
e0a42f7
strip callback support from Nano and remove any tests that tested the…
ab4fa5d
remove callback references from the README
493ab27
update Typescript definitions to remove callback references
72bcb2f
remove the examples as they are ancient and beyond redemption
e412086
added callback notice to the migration guide
5c18b75
comment why we do body = '' when there is not response body
37feafc
Remove support for callbacks
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Apache CouchDB Nano | ||
Copyright [2016-2018] The Apache Software Foundation | ||
Copyright [2016-2024] The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.