Skip to content

Releases: abdolence/slack-morphism-rust

v0.8.1

11 Jun 17:45
Compare
Choose a tag to compare
  • Fixed SlackCommandEventResponse model serializer
  • Slack datetime/user id formatters

v0.8.0

10 Jun 19:03
Compare
Choose a tag to compare
  • Updated deps: tokio,
  • Updated enum styles/formatting
  • Fixed access to Slack channel flag models
  • Fixed Slack message types

v0.7.3

13 Mar 16:50
Compare
Choose a tag to compare
  • Event Listener error handler now can return own HTTP status code (for Slack server).

v0.7.0

13 Mar 13:43
Compare
Choose a tag to compare

v0.6.1

12 Mar 20:02
Compare
Choose a tag to compare
  • Events API updates: app_mention, app_uninstalled supports.
  • Events API message even types support: message_changed, message_deleted
  • Undocumented RichText block now has an unstructured JSON body to be able to send it back as is

v0.5.5

24 Jan 13:49
Compare
Choose a tag to compare
  • access modifiers fix for SlackApiChatPostMessageResponse
  • cargo release support

v0.5.0

17 Jan 16:17
Compare
Choose a tag to compare
  • More modular library design. Tokio/Hyper support now lives as a separate module and gives you API to implement your own binding to other libraries.
  • SlackClientId and SlackClientSecret datatypes

v0.4.0

27 Dec 12:25
Compare
Choose a tag to compare
  • Tokio 1.0 support
  • Hyper 0.14
  • Bytes 1.0
  • Fixed EventContext for Slack Events API - now it is optional