Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Releases: danielwertheim/mycouch

v7.7.0-pre1

24 Nov 20:20
d27ea23
Compare
Choose a tag to compare
v7.7.0-pre1 Pre-release
Pre-release
  • [New]: Adds support for purging #207 - thanks to @iojancode for providing this

v7.6.0

03 Jul 08:22
e76f9f7
Compare
Choose a tag to compare
  • [New]: Fixes backwards compatibility for database info (CouchDB pre 2) via #202 - thanks @dittodhole
  • [New]: Updates to latest Newtonsoft.Json and Ensure.That via #205

v7.5.1

22 Mar 12:45
9fbcb93
Compare
Choose a tag to compare

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

24 Dec 18:45
38bb3a2
Compare
Choose a tag to compare

Update: Updates Ensure.That and Newtonsoft to solve e.g #198 - thanks to @DanKrt82 for the contrib

v7.4.0

17 Sep 06:38
57cd31d
Compare
Choose a tag to compare
  • New: Expose user defined proxy via #196 so that you can assign a proxy to the ConnectionInfo in the bootstrapper - thanks to @troky

v7.3.0

20 Aug 15:28
d02c495
Compare
Choose a tag to compare
  • New: #193 Adds support for Searches back in as it's supported in v3.x of CouchDB - thanks to @iojancode

v7.2.1

15 Apr 20:19
6367571
Compare
Choose a tag to compare
  • 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

22 Dec 14:47
Compare
Choose a tag to compare

v7.1.1

16 Nov 13:49
Compare
Choose a tag to compare
  • Fix: ConnectionInfo.UseProxy = false of #151