Slack Scala Client Versions Save

A scala library for interacting with the slack api and real time messaging interface

v1.0.0

1 week ago
  • Providing support for Scala 3 (beta)
  • Migrating to Pekko instead of Akka
  • Some library upgrades

Starting with this release I think:

  • Java 8 is still OK when Scala 2.12 is used
  • Java 11 is required for Scala 2.13+ (this is I how read the symptoms observed, mostly limited by the Play library)

v0.4.5

8 months ago
  • listConversations supports empty channel name (#276)
  • sbt upgrade

v0.4.4

9 months ago
  • Adding support for attachments in message_changed (EditMessage) (#274)
  • Dependency version upgrades

v0.4.3

1 year ago
  • Fixing mapping for UserProfile (#260)

v0.4.2

1 year ago
  • Support for user_status_change (#258)
  • Dependency version upgrades

v0.4.1

1 year ago
  • Support for user_profile_changed and user_huddle_changed events
  • Dependency version upgrades

v0.4.0

1 year ago
  • Adapting to Slack API change: rtm.connect instead of rtm.start (#210)
  • Dependency version upgrades

v0.3.1

2 years ago
  • Dependency version ugprades - incl. Akka 2.6
  • Update deprecated im.open and im.close API endpoints (#227)

v0.3.0

2 years ago
  • Deprecating listChannels (#197)
  • Code re-arrangement (#204) resulting in a separate artifact: slack-scala-client-models
  • Dependency version upgrades
  • Drop support for Scala 2.11 (#201)

0.2.17

2 years ago
  • Fix for no group members in the rtm.start API response (#193)