v0.5.0
- Added missing
PostMessage
andGetPermalink
methods toIChatApi
. - Requests can now be validated with a signing secret in
SlackNet.AspNetCore
. - Fixed
OAuthApi.Access
'sredirect_uri
request argument. - Sending a message or replying to a message via
SlackBot
can now be cancelled (if the message hasn't already been sent). - Errors that occur while sending messages via
SlackBot
are now exposed to user code instead of being swallowed. - Messages from bots received by
SlackBot
have theirUser
property populated correctly. - Added
SlackBot.GetBotUserById
. - Fixed enum serialization error messages.
- Added
RemoteFilesApi
. - Added
ChannelShared
andChannelUnshared
events. - Added
RichTextBlock
. - Added multi-select block elements.
Breaking Changes
- Removed deprecated pins and reactions methods dealing with files and file comments.
Thank you 🙏 to @eFloh, @mrmurb, @taskbit, and @Silvenga for their help with this release.