Release v21.19.2
Summary
The XML documentation on the MongoDB Observe* extensions described a return type none of them has.
Fixed
- The MongoDB
Observe,ObserveSingleandObserveByIdextensions no longer document an "Async Task" return they do not have; they returnISubject<...>directly (#2569) ObserveSingleis now documented as returning a single instance instead of a collection (#2569)- The
<returns>docs now reference the returnedISubject{T}rather than the concreteSubject{T}(#2569)