Skip to content

Releases: abdolence/slack-morphism

v4.0.1

18 Nov 20:52
Compare
Choose a tag to compare
  • Cats Effects v3 support
  • sttp v3
  • Updated all relevant deps for CE v3: fs2, http4s, decline
  • Scala 2.13.7 / 2.12.15
  • sbt 1.5.5

Migration Notice
Monix is still not available for Cats Effects v3 and it is not clear when it is coming or coming at all.

v3.2.0

06 Jun 11:15
Compare
Choose a tag to compare
  • 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

13 Apr 11:45
Compare
Choose a tag to compare
  • Files API support
  • Removed deprecated DSL constructions
  • Dependencies updates

v3.0.2

05 Apr 09:06
Compare
Choose a tag to compare
  • Dependencies updates (Scala, cats, tests)
  • An ability to use DSL constructions like choiceItems with just a list of items (see #112 )

v3.0.1

27 Dec 14:04
Compare
Choose a tag to compare
  • Deps update (Cats 2.3)
  • Fixed event_context field for Slack Events API - now it is optional

v3.0.0

11 Oct 17:56
Compare
Choose a tag to compare

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

22 Aug 13:12
Compare
Choose a tag to compare
  • Dependencies update: sttp, fs2
  • Updated examples for Akka 2.6 + Akka HTTP 1.10.2 / http4s

v2.0.0

05 Aug 19:54
Compare
Choose a tag to compare

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

18 Jul 13:42
Compare
Choose a tag to compare

v1.3.6

27 Jun 11:14
Compare
Choose a tag to compare
  • Fixed some types for Slack Chat API (scheduleMessage, update)