Skip to content

0.10.0

Compare
Choose a tag to compare
@ricellis ricellis released this 09 Jul 14:45
· 86 commits to main since this release
v0.10.0
6997b73

Note: APIs may be subject to change.

Breaking Changes:

  • The default service URL changed from http://localhost:5984 to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984 (for example a test CouchDB server).
  • Attachments included inline in model responses (for example by setting attachments: true when retrieving a document) are now automatically decoded from a Base64 string into a Buffer. This does not impact attachments retrieved directly (for example using getAttachment) and it does not impact *AsStream raw IO responses.

Changes:

  • Add missing owner field for replication documents.
  • Allow retrieval of additional vendor properties from server information model.
  • Update dependencies (including [email protected] that reduces the package footprint by removing test dependencies).
  • Update documentation.