Releases: abdolence/slack-morphism
Releases · abdolence/slack-morphism
v1.3.5
v1.3.4
- channels., im. methods deprecated according to https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api
- default_to_current_conversation support conversation select element
v1.3.3
v1.3.2
postWebhookMessage
now supports the special rate control limitSlackApiDecodingError
error message now contains original JSon- Slack API model inconsistencies fixes
- A new Blocks DSL
optionally()
replaces deprecatedoptBlock
,optBlockEl
,optSectionField
,optChoiceItem
,optChoiceGroup
(DSL docs updated accordingly: https://slack.abdolence.dev/docs/templating#optional-blocks-and-elements)
v1.3.1
v1.3.0
- Monix Task support test and docs
Migration notice:
- Removed legacy type alias SlackApiClient to SlackApiClientT[Future]. You should use
SlackApiClient.create
orSlackApiClient.build
. - Reactive Streams support extracted to a separate optional module to remove unnecessary dependencies.
v1.2.7
- A new optional module
slack-morphism-fs2
to support FS2 streams for Slack API results pagination.
https://slack.abdolence.dev/docs/web-api/pagination#create-a-fs2-stream
v1.2.6
- Support for https://api.slack.com/methods/conversations.open
- SlackChannelInfo model fix. Channel name now is optional