- Notifications
You must be signed in to change notification settings - Fork163
Releases: apache/couchdb-nano
Releases · apache/couchdb-nano
10.1.4
8e1c24a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Dependency bump
- Some small documentation fixes: thanks@YakovL@rohitbishnoi
10.1.3
2ceb3dd
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Maintenance release to update axios
Assets2
10.1.2
dc67354
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Bug fix for cookie refresh handling
Assets2
10.1.1
19c919f
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- bug fix for session persistence when using
nano.auth
Assets2
10.1.0
22850d7
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- update dependencies, including using the latest, post v1, Axios
- aborting in-flight HTTP requests initiated by ChangesReader when
stop
is called. cc@insidewhy - remove
axios-cookiejar-support
dependency which causes some users problems - ensure callbacks are called with Error objects cc@revington
- various small typos and Typescript fixes from@lukashass@insidewhy@DougReeder
10.0.0
f5a731c
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Properly escape partition ids - Thanks@swansontec. This is a potentially breaking change for anyone encoding the partition key before passing to Nano. See#283
- Fix up broken badge links - Thanks@brnnnfx
- Typescript fixes - Thanks@sziladriana
- More Typescript fixes - Thanks@adipascu
- Yet more Typescript fixes - Thanks@vividn
- Dependency bump to get latest axios and other dependencies
9.0.5
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- fixes
db.multipart.insert
function which didn't work asaxios
didn't have the ability to build multipart requests. This is now fixed.
Assets2
9.0.4
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- fix circular dependency bug when logging
- fix customer header support
- document how to supply custom CA for https
Assets2
9.0.3
1680101
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- fix circular reference logging bug
Assets2
9.0.2
fb38c50
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- vastly improved TypeScript definition comments which show up as hints in VSCode
- some TypeScript definition bug fixes
- switched README to use async/await examples
- scrub credentials from logged messages