| Name | Modified | Size | Downloads / 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:
_idand_revfields from CouchDB_findresponses are now correctly mapped toIdandRevproperties on result documents. Previously, these fields were silently dropped during deserialization. (#219, based on #218) Thanks @gchiappe - Active tasks: Fixed
GetActiveTasksAsync()throwingInvalidOperationExceptionat runtime due toUnixTimestampSecondsConvertertype mismatch withActiveTask.StartedOn/UpdatedOnproperties (#219) - Changes feed: Fixed
ReceiveStream()prematurely disposing the HTTP response content stream when using POST-based continuous change feed filters (#219)
Improvements
- Extracted shared
DocumentRewriterfor_id/_revproperty rewriting, used by bothFindResultConverterandReadItemResponseConverter