apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

10.0.0 #294

Closed glynnbird closed 2 years ago

glynnbird commented 2 years ago

Overview

10.0.0 release preparation. 10.0.0 Rolls up some recent small changes into a release - it's a major release because of a potential breaking change in one of the incoming changes:

Here's a summary

Testing recommendations

npm run test

Checklist

fynnlyte commented 2 years ago

How about also bumping axios-cookiejar-support to the latest version in the 10.0 release?

glynnbird commented 2 years ago

@LyteFM it's not that simple. the latest axios-cookiejar-support changes the syntax a bit. When I tried it doesn't support using custom https/http agents which nano uses, so it was a step too far at this point. I was intending to create an issue to highlight this and fix it in a point release later.