Skip to content

slack-client-1.12

Choose a tag to compare

@hs-jenkins-bot hs-jenkins-bot released this 07 Oct 19:00

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