0.9.0
Note: APIs may be subject to change.
Breaking Changes:
- The default service URL changed from
http://localhost:5984
tohttps://~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 port5984
(for example a test CouchDB server).
Changes:
- Add missing
owner
field for replication documents. - Allow retrieval of additional vendor properties from server information model.
- Update dependencies.
- Update documentation.