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
***Users"**: New `ChangeUserPassword` mathod for `ICouchDatabase<CouchUser>`.
2
+
***Indexes"**: Ability to create indexes. ([#102](https://github.com/matteobortolazzo/couchdb-net/issues/102))
3
+
***Null values"**: New `SetNullValueHandling` method for `CouchOptionsBuilder` to set how to handle null values. ([#101](https://github.com/matteobortolazzo/couchdb-net/issues/101))
4
+
***Query"**: New `Select` and `Convert` methods to select specific fields.
3
5
4
6
## Bug Fixes
5
-
***IsMatch**: Back to public instead of internal;
6
-
***AddOrUpdate**: Added `Async` postfix.
7
+
***Conflicts**: Fix the query parameter value to get conflicts. ([#100](https://github.com/matteobortolazzo/couchdb-net/issues/100))
8
+
***Query**: Fix queries when variables are used. ([#104](https://github.com/matteobortolazzo/couchdb-net/issues/104))
@@ -548,3 +628,5 @@ Also, the configurator has `ConfigureFlurlClient` to set custom HTTP client opti
548
628
Thanksto [BenOrigas](https://github.com/borigas) for features, ideas and tests like SSL custom validation, multi queryable, async deadlock, cookie authenication and many others.
549
629
550
630
Thanksto [n9](https://github.com/n9) for proxy authentication, some bug fixes, suggestions and the great feedback on the changes feed feature!
631
+
632
+
Thanksto [Marc](https://github.com/bender-ristone) for NullValueHandling, bug fixes and suggestions!
0 commit comments