Skip to content

Releases: soxtoby/SlackNet

v0.17.9

20 Dec 01:05

Choose a tag to compare

  • 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

07 Dec 02:33

Choose a tag to compare

  • Added FeedbackButtonsAction and IconButtonAction types.

v0.17.7

01 Dec 00:49

Choose a tag to compare

  • Changed Attachment.IsAppUnfurl to a nullable bool to align with other bool properties.

v0.17.6

23 Nov 01:10

Choose a tag to compare

  • 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

26 Oct 01:43

Choose a tag to compare

  • 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

29 Aug 23:10

Choose a tag to compare

  • Fixed doubling up of '/' at beginning of path when RoutePrefix is empty.

v0.17.3

17 Aug 01:46

Choose a tag to compare

  • ErrorResponse.Info ignores properties that aren't strings, rather than throwing an exception.

v0.17.2

03 Aug 07:51

Choose a tag to compare

  • 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

28 Jul 09:02
9e94680

Choose a tag to compare

  • Added Canvas to FileType enum.

Thankyou to @harayuu9 for this release ➕

v0.17.0

20 Jul 02:38

Choose a tag to compare

  • Added a bunch of missing APIs:
    • AssistantSearchApi
    • CanvasesApi
    • ExternalTeamsApi
    • ListItemsApi
  • Added a bunch of methods to ConversationsApi:
    • CreateCanvas
    • SetExternalInvitePermissions
    • ApproveRequestedShareInvite
    • DenyRequestedShareInvite
    • ListRequestedShareInvites
  • Added teamId and showFilesHiddenByLimit parameters to FilesApi.List.
  • Added OAuthV2Api.Exchange method.
  • Added UsersApi.LookupDiscoverableContact method.
  • BookmarksApi.Edit calls the correct Slack API method.

Breaking changes

Removed support for workflow steps, which were deprecated nearly a year ago.

Thankyou to @ynaftali-island for his help with this release 💪