| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CouchDB.NET.3.7.0.nupkg | 2025-12-03 | 105.2 kB | |
| CouchDB.NET.3.7.0.symbols.nupkg | 2025-12-03 | 143.4 kB | |
| CouchDB.NET.DependencyInjection.3.7.0.nupkg | 2025-12-03 | 8.8 kB | |
| CouchDB.NET.DependencyInjection.3.7.0.symbols.nupkg | 2025-12-03 | 14.8 kB | |
| CouchDB.NET.DependencyInjection.Autofac.3.7.0.nupkg | 2025-12-03 | 9.1 kB | |
| CouchDB.NET.DependencyInjection.Autofac.3.7.0.symbols.nupkg | 2025-12-03 | 15.2 kB | |
| README.md | 2025-12-03 | 2.0 kB | |
| v3.7.0 source code.tar.gz | 2025-12-03 | 127.4 kB | |
| v3.7.0 source code.zip | 2025-12-03 | 238.8 kB | |
| Totals: 9 Items | 664.6 kB | 0 | |
# 3.7.0 (2025-12-03)
Features
- Partitions: Add comprehensive support for partitions (#213)
- Get/SetRevisionLimit: Added method to get the revision limit of a database (#202)
- ThrowOnQueryWarning: Added option to throw exception on query warnings (#205)
Bugs
What's Changed
- Fixed infinite loop in GetChangesAsync by @nefarius in https://github.com/matteobortolazzo/couchdb-net/pull/201
- Feature/revision limits by @dhirensham in https://github.com/matteobortolazzo/couchdb-net/pull/202
- Fix for IncludeExecutionStats causing an exception by @Stormalong in https://github.com/matteobortolazzo/couchdb-net/pull/204
- Added ThrowOnQueryWarning option by @Stormalong in https://github.com/matteobortolazzo/couchdb-net/pull/205
- fix for local documents by @Stormalong in https://github.com/matteobortolazzo/couchdb-net/pull/206
- Added Comprehensive CouchDB Partitioned Database Support by @xXAvoraXx in https://github.com/matteobortolazzo/couchdb-net/pull/213
- v3.7.0 by @matteobortolazzo in https://github.com/matteobortolazzo/couchdb-net/pull/214
- Replace ADO pipeline with GH actions by @matteobortolazzo in https://github.com/matteobortolazzo/couchdb-net/pull/215
New Contributors
- @Stormalong made their first contribution in https://github.com/matteobortolazzo/couchdb-net/pull/204
- @xXAvoraXx made their first contribution in https://github.com/matteobortolazzo/couchdb-net/pull/213
Full Changelog: https://github.com/matteobortolazzo/couchdb-net/compare/v3.6.0...v3.7.0