Skip to content

Releases: soxtoby/SlackNet

v0.17.10

Choose a tag to compare

@soxtoby soxtoby released this 16 Mar 00:33
  • Added UseSocketMode to config in AddSlackNet callback and deprecated it inside UseSlackNet.

v0.17.9

Choose a tag to compare

@soxtoby soxtoby released this 20 Dec 01:05
  • Removed dependency on Microsoft.Bcl.AsyncInterfaces on .NET 8.
  • Added loadingMessages parameter to AssistantThreadsApi.SetStatus.

Thankyou to @verdie-g for his help with this release 👍

v0.17.8

Choose a tag to compare

@soxtoby soxtoby released this 07 Dec 02:33
  • Added FeedbackButtonsAction and IconButtonAction types.

v0.17.7

Choose a tag to compare

@soxtoby soxtoby released this 01 Dec 00:49
  • Changed Attachment.IsAppUnfurl to a nullable bool to align with other bool properties.

v0.17.6

Choose a tag to compare

@soxtoby soxtoby released this 23 Nov 01:10
  • Added StartStream, AppendStream, and StopStream methods to ChatApi.
  • Added Info method to AssistantSearchApi.
  • Added ToolingApi with RotateToken method.
  • Added support for work objects
    • Added EntityApi with PresentDetails method.
    • Added EntityDetailsRequested event.
    • Added a number of new properties to attachments and interaction requests and containers.
    • Added support for including work object metadata in ChatApi.Unfurl and Chat.PostMessage methods.

v0.17.5

Choose a tag to compare

@soxtoby soxtoby released this 26 Oct 01:43
  • Added full suite of list APIs:
    • ListApi
    • ListAccessApi
    • ListDownloadApi
    • Remaining methods in ListItemsApi
  • Added ContextActionsBlock and TableBlock block types.
  • Updated all Slack documentation links to point to the new docs site.

Potentially breaking change

The ListItemsResponse class has been moved from the SlackNet namespace to the SlackNet.WebApi namespace to align with other response classes.

v0.17.4

Choose a tag to compare

@soxtoby soxtoby released this 29 Aug 23:10
  • Fixed doubling up of '/' at beginning of path when RoutePrefix is empty.

v0.17.3

Choose a tag to compare

@soxtoby soxtoby released this 17 Aug 01:46
  • ErrorResponse.Info ignores properties that aren't strings, rather than throwing an exception.

v0.17.2

Choose a tag to compare

@soxtoby soxtoby released this 03 Aug 07:51
  • More details in SlackExceptions thrown when Slack returns an error response.
  • Removed deprecated asUser parameter from ChatApi.Delete.
  • Added ToDateTime and ToTimestampNumber extensions for converting between long timestamps and DateTimes.
  • Changed RichTextDate.Timestamp to a long and added Date wrapper property.

v0.17.1

Choose a tag to compare

@soxtoby soxtoby released this 28 Jul 09:02
9e94680
  • Added Canvas to FileType enum.

Thankyou to @harayuu9 for this release ➕