Skip to content

v0.5.0

Compare
Choose a tag to compare
@soxtoby soxtoby released this 03 Jan 01:32
· 321 commits to master since this release
  • Added missing PostMessage and GetPermalink methods to IChatApi.
  • Requests can now be validated with a signing secret in SlackNet.AspNetCore.
  • Fixed OAuthApi.Access's redirect_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 their User property populated correctly.
  • Added SlackBot.GetBotUserById.
  • Fixed enum serialization error messages.
  • Added RemoteFilesApi.
  • Added ChannelShared and ChannelUnshared 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.