Skip to content

Releases: HubSpot/slack-client

slack-client-1.16.2

14 Oct 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: slack-client-1.16.1...slack-client-1.16.2

slack-client-1.16.1

10 Oct 18:56
Compare
Choose a tag to compare

Support slack_file type in image blocks

What's Changed

New Contributors

Full Changelog: slack-client-1.16.0...slack-client-1.16.1

slack-client-1.16.0

15 May 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: slack-client-1.15.1...slack-client-1.16.0

slack-client-1.15.1

30 Apr 14:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: slack-client-1.15.0...slack-client-1.15.1

slack-client-1.15.0

17 Apr 19:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: slack-client-1.14...slack-client-1.15.0

slack-client-1.14

09 Apr 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: slack-client-1.13...slack-client-1.14

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.