Skip to content

Releases: HubSpot/slack-client

slack-client-1.13

13 Mar 19:31
Compare
Choose a tag to compare

What's Changed

Read more

slack-client-1.12

07 Oct 19:00
Compare
Choose a tag to compare

This release contains a number of bug fixes, and some small expansions of the API. We're also going to start trying to document what specifically has changed a bit better to improve discoverability here.

New API methods supported

  • #176 adds support for a paginaged users_conversations method
  • #177 adds support for a paginated conversations_members method
  • #182 adds support for users_profile_get
  • #193 adds support for using Header blocks

Improved API models

  • #175 adds support for member_left_channel events
  • #178 adds num_members support to conversations
  • #192 updates to reflect that sections can have text blocks up to 3k chars
  • #184 increases the form element limit from 5 to 10

Bug Fixes

  • #179 corrects a jackson hint for conversation info params to serialize correctly
  • #180 corrects the naming for the is_bot field on a SlackUser
  • #186 allows empty text if there are blocks (in addition to attachments) for posting messages
  • #189 extends those changes to ephemeral messages as well
  • #187 allows sections that have no text but fields
  • #188 updates block actions to reflect that an action id will be present
  • #195 fixes an error in handling full state data from view submissions/block actions

slack-client-1.11

12 Jun 10:02
Compare
Choose a tag to compare

Add method to get Slack conversations paginated.

slack-client-1.10

01 Jun 13:02
Compare
Choose a tag to compare

Fix UserProfile model deserializing from JSON.
Description: Slack occasionally sends [] instead of {} as a fields field so we try to parse both regular object and array.

slack-client-1.9

22 May 17:40
Compare
Choose a tag to compare

Adds support to read ProfileFields on users.

slack-client-1.8

14 Apr 11:03
Compare
Choose a tag to compare

Fix setConversationTopic and setConversationPurpose methods.

slack-client-1.7

10 Apr 18:59
Compare
Choose a tag to compare

Add new methods in this release:

Add USER_ALREADY_IN_CHANNEL Slack error type.

1.6

29 Jan 18:49
912c4a1
Compare
Choose a tag to compare
1.6
New Release: slack-client-1.6 (#146)

* [maven-release-plugin] prepare release slack-client-1.6

* [maven-release-plugin] prepare for next development iteration

1.4

15 Nov 08:29
Compare
Choose a tag to compare
1.4

Added support for Block Kit (#89)

1.3

13 Sep 18:30
Compare
Choose a tag to compare
1.3

There are several changes in this release

  • #104 Slack deprecated replies on messages.
  • #103 Remove some deprecated methods
  • #102 Proactive rate limiting

It is recommended you change to this release by October 18th given #104 and the breaking change related to it.