v0.11.4
- Added
View
property toBlockOptionsRequest
. - Added
includeAllMetadata
parameter toIConversationsApi.History
.
Potentially breaking change
- If you were passing a
cursor
and/orCancellationToken
toIConversationsApi.History
as positional arguments, you'll need to either addfalse
as theincludeAllMetadata
argument, or specify thecursor
/cancellationToken
parameter names.
Thankyou to @nimoskov for his help with this release ✨