Skip to content

v0.11.4

Compare
Choose a tag to compare
@soxtoby soxtoby released this 27 Oct 22:52
· 49 commits to master since this release
  • Added View property to BlockOptionsRequest.
  • Added includeAllMetadata parameter to IConversationsApi.History.

Potentially breaking change

  • If you were passing a cursor and/or CancellationToken to IConversationsApi.History as positional arguments, you'll need to either add false as the includeAllMetadata argument, or specify the cursor/cancellationToken parameter names.

Thankyou to @nimoskov for his help with this release ✨