Download Latest Version v4.1.0 source code.zip (192.9 kB)
Email in envelope

Get an email when there's a new version of CouchDB.NET

Home / v4.1.0
Name Modified Size InfoDownloads / Week
Parent folder
CouchDB.NET.4.1.0.nupkg 2026-06-15 175.4 kB
CouchDB.NET.4.1.0.symbols.nupkg 2026-06-15 295.1 kB
README.md 2026-06-15 1.1 kB
v4.1.0 source code.tar.gz 2026-06-15 103.2 kB
v4.1.0 source code.zip 2026-06-15 192.9 kB
Totals: 5 Items   767.8 kB 0

4.1.0

Bugs

  • Find queries: _id and _rev fields from CouchDB _find responses are now correctly mapped to Id and Rev properties on result documents. Previously, these fields were silently dropped during deserialization. (#219, based on #218) Thanks @gchiappe
  • Active tasks: Fixed GetActiveTasksAsync() throwing InvalidOperationException at runtime due to UnixTimestampSecondsConverter type mismatch with ActiveTask.StartedOn/UpdatedOn properties (#219)
  • Changes feed: Fixed ReceiveStream() prematurely disposing the HTTP response content stream when using POST-based continuous change feed filters (#219)

Improvements

  • Extracted shared DocumentRewriter for _id/_rev property rewriting, used by both FindResultConverter and ReadItemResponseConverter
Source: README.md, updated 2026-06-15