Releases: abdolence/slack-morphism-rust
Releases · abdolence/slack-morphism-rust
v0.8.1
- Fixed SlackCommandEventResponse model serializer
- Slack datetime/user id formatters
v0.8.0
- Updated deps: tokio,
- Updated enum styles/formatting
- Fixed access to Slack channel flag models
- Fixed Slack message types
v0.7.3
- Event Listener error handler now can return own HTTP status code (for Slack server).
v0.6.1
- 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
- access modifiers fix for SlackApiChatPostMessageResponse
- cargo release support
v0.5.0
- 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
- Tokio 1.0 support
- Hyper 0.14
- Bytes 1.0
- Fixed EventContext for Slack Events API - now it is optional