Skip to content

Releases: abdolence/slack-morphism

v1.3.5

21 May 15:53
Compare
Choose a tag to compare
  • sttp 2.1+ support
  • radio_buttons.initial_option fix

v1.3.4

01 May 10:49
Compare
Choose a tag to compare

v1.3.3

23 Apr 12:54
Compare
Choose a tag to compare
  • Scala 2.12.2 / sbt 1.3.9 support and migration fixes
  • Support for the new style parameter in confirmation dialogue objects.

v1.3.2

09 Apr 14:53
Compare
Choose a tag to compare
  • postWebhookMessage now supports the special rate control limit
  • SlackApiDecodingError error message now contains original JSon
  • Slack API model inconsistencies fixes
  • A new Blocks DSL optionally() replaces deprecated optBlock, optBlockEl, optSectionField, optChoiceItem, optChoiceGroup (DSL docs updated accordingly: https://slack.abdolence.dev/docs/templating#optional-blocks-and-elements)

v1.3.1

31 Mar 17:43
Compare
Choose a tag to compare
  • SlackApiClientT.withToken - an auxiliary function to help in for-comprehensions with tokens
  • Reactive Streams reentrant lock resource fix
  • AsyncSeqIterator.filter function support

v1.3.0

30 Mar 12:27
Compare
Choose a tag to compare
  • Monix Task support test and docs

Migration notice:

  • Removed legacy type alias SlackApiClient to SlackApiClientT[Future]. You should use SlackApiClient.create or SlackApiClient.build.
  • Reactive Streams support extracted to a separate optional module to remove unnecessary dependencies.

v1.2.7

28 Mar 12:23
Compare
Choose a tag to compare

v1.2.6

27 Mar 11:49
Compare
Choose a tag to compare

v1.2.5

26 Mar 20:22
Compare
Choose a tag to compare
  • channel_join, bot_remove message subtypes updates
  • bot examples update: revoke tokens support

v1.2.4

26 Mar 15:09
Compare
Choose a tag to compare

Changes:

  • Slack global shortcuts support

Migration notice:

  • client.chat.postEventReply() is deprecated. Use client.events.reply() instead