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

Tags: danielwertheim/mycouch

Tags

7.7.0-pre1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean 206 (#208)

* Removes Purge from MyCouchStore

* Fixes test verification

7.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrades NuGet packages (#205)

* Simplifies cleaning when working with repo

* Upgrades NuGet packages

  - Ensure.That
  - Newtonsoft.Json
  - Microsoft.NET.Test.Sdk

* Minor editor tweaks

7.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for getting design docs (#203)

Fixes support for retrieving _design docs

No matter what infra there is. Replaces the Follow construct, but keeps that fix in as a fallback.

7.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update stage-deploy.yml

7.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose user defined proxy (#196)

* Expose Proxy to user
* Added missing dependency.

7.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resurrect search (#195)

* obsolete disk_size and data_size

* ibmcom/couchdb3 docker image

* search comments removed

7.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Virus x bugfix/netcore 3.1 issues (#190)

* Fixed issue with attempt to read json from EmptyReadStream

* Updates tests to use .NET Core 3.1

Skipping multitargetting for tests.

* Removing part of fix as it is only needed in the populate path

Co-authored-by: Valerii Goncharenko <[email protected]>

7.2.0

Support Document revisions (#182)

Adds support for revisions

7.1.1

New default value for ConnectionInfo.UseProxy : true (#157)

* fix MyCouch proxy compatibility according to default value of HttpClientHandler.UseProxy (true).

7.0.1

New default value for ConnectionInfo.UseProxy : true (#157)

* fix MyCouch proxy compatibility according to default value of HttpClientHandler.UseProxy (true).