Releases: abdolence/slack-morphism
Releases · abdolence/slack-morphism
v4.0.1
v3.2.0
-
dispatch_action_config
support for Slack Blocks Kit inputs -
Support for https://api.slack.com/methods/auth.teams.list
-
Bugfix for
conversation.history
limit parameter -
Updated dependencies:
- Cats Effects to 2.5.1
- Cats 2.6.1
- http4s v0.21.23
- Akka 2.6.14
- Sbt v1.5.3
- Scala v2.12.13 / 2.13.6
- ScalaTest/Check
v3.1.0
v3.0.2
v3.0.1
v3.0.0
- Improved type safety for Slack API tokens / types / scope / value
- Support for latest Events API updates (https://api.slack.com/changelog/2020-09-15-events-api-truncate-authed-users)
- Support for a new type of token - App token
- Support for https://api.slack.com/methods/apps.event.authorizations.list
- Deps update for examples
Migration Notices
SlackApiToken
changed types and field names. SlackOAuth field types also slightly changed and now uses new types instead of String
.
You might need to update your code that uses tokens.
v2.0.1
v2.0.0
- Improved type safety for Slack identifiers
- Slack header block support in DSL (https://api.slack.com/reference/block-kit/blocks#header)
- Updated deps: Sttp, FS2
- Removed support for legacy/deprecated API
Migration Notices
Before v2.0.0 most of Slack identifiers data types were String
. To make your code safer and improve the whole type-safety, now they all have specialised classes instead of using general String
(like SlackChannelId
, etc).
v1.3.7
- Support for https://api.slack.com/methods/conversations.mark
- Scala 2.12.12/2.13.3 support