slack-client-1.12
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_conversationsmethod - #177 adds support for a paginated
conversations_membersmethod - #182 adds support for
users_profile_get - #193 adds support for using Header blocks
Improved API models
- #175 adds support for
member_left_channelevents - #178 adds
num_memberssupport 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_botfield on aSlackUser - #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