Releases: soxtoby/SlackNet
Releases · soxtoby/SlackNet
v0.17.9
v0.17.8
v0.17.7
v0.17.6
- Added
StartStream,AppendStream, andStopStreammethods toChatApi. - Added
Infomethod toAssistantSearchApi. - Added
ToolingApiwithRotateTokenmethod. - Added support for work objects
- Added
EntityApiwithPresentDetailsmethod. - Added
EntityDetailsRequestedevent. - Added a number of new properties to attachments and interaction requests and containers.
- Added support for including work object metadata in
ChatApi.UnfurlandChat.PostMessagemethods.
- Added
v0.17.5
- Added full suite of list APIs:
ListApiListAccessApiListDownloadApi- Remaining methods in
ListItemsApi
- Added
ContextActionsBlockandTableBlockblock 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
v0.17.3
v0.17.2
- More details in
SlackExceptions thrown when Slack returns an error response. - Removed deprecated
asUserparameter fromChatApi.Delete. - Added
ToDateTimeandToTimestampNumberextensions for converting between long timestamps andDateTimes. - Changed
RichTextDate.Timestampto alongand addedDatewrapper property.
v0.17.1
v0.17.0
- Added a bunch of missing APIs:
AssistantSearchApiCanvasesApiExternalTeamsApiListItemsApi
- Added a bunch of methods to
ConversationsApi:CreateCanvasSetExternalInvitePermissionsApproveRequestedShareInviteDenyRequestedShareInviteListRequestedShareInvites
- Added
teamIdandshowFilesHiddenByLimitparameters toFilesApi.List. - Added
OAuthV2Api.Exchangemethod. - Added
UsersApi.LookupDiscoverableContactmethod. BookmarksApi.Editcalls 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 💪