Releases: danielwertheim/mycouch
v7.7.0-pre1
- [New]: Adds support for purging #207 - thanks to @iojancode for providing this
v7.6.0
v7.5.1
Fix: #201 support for reading design documents without doing a follow HTTP request. Instead now explicitly handling design documents. This reduces the number of requests and supports more infrastructure setups.
v7.5.0
v7.4.0
v7.3.0
- New: #193 Adds support for Searches back in as it's supported in v3.x of CouchDB - thanks to @iojancode
v7.2.1
-
Fix: #185 thanks to @Virus-X for PR
Deserialization issue when on .NET Core 3.1 and the HTTP-response is empty (e.g. HEAD requests). -
Fix: #188 thanks to @watfordgnf for PR
StartKey/EndKey with JSON special characters fails with BadRequest
v7.2.0
-
New: #175 by @SamuelWeibel
allowing the changes feed to be filtered by document IDs. See documentation: https://docs.couchdb.org/en/stable/api/database/changes.html#get--db-_changes -
Fix: #176 by @SamuelWeibel
now catching exceptions inChanges.ObserveContinuous()
-
New: #182 by @iojancode
Support document revisions inGET
of document
v7.1.1
- Fix: ConnectionInfo.UseProxy = false of #151