You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged the F# and C# clients into the same Davenport package, version 3.0.0 on Nuget.
The original C# code has been removed and instead the package was rewritten in F# and wraps several classes in the Davenport.Csharp namespace.
The F# module now supports multiple types per database, where before you were locked to one single type per database and deserializing the wrong document could throw an error.
This allows for much more idiomatic usage of CouchDB, where it's intended to store several types of documents per database and then associate them together with views.