Skip to content

Releases: slack-go/slack

v0.9.1

11 May 02:04
0c3c3c7
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

  • Add missing token values when uploading a file #938 @lch88

v0.9.0

18 Apr 16:25
24ed201
Compare
Choose a tag to compare

Thank you for all the contributions!

Enhancements/Fixes

  • Change ActionType to public #831 by @GLOFonseca
  • Change type of ExcludeArchived field to bool in GetConversationsParameters #832 by @mzduke
  • Make UserID optional in GetUserProfile() #894 by @itkq
  • Add timepicker to UnmarshalJSON #918 by @tapih
  • [socketmode] Add methods with passing context #923 by @im-kulikov

important note: #832, #894 are breaking changes.

Miscs

v0.8.3

17 Apr 05:16
158d3e0
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

v0.8.2

17 Mar 22:16
93fe17c
Compare
Choose a tag to compare

Thank you for all the contributions!

Enhancements/Fixes

  • Add the new condition to the validation func for TextBlockObject #902 by @sryoya
  • Expose ReplyTo information in ack error events. #900 by @nolanlum
  • Missing fields in Attachment struct #898 by @xNok
  • Handle token_revoked event #892 by @insomniacslk
  • Add support for "channel_created" in the Events API. #880 by @cure
  • Make possible to get authorized user's profile providing empty userID to GetUserProfileContext #838 by @2nick

Misc

  • Update name in README.md #896 by @nlopes
  • Make more examples directly runnable by taking values from the environment #901 by @parsley42

v0.8.1

15 Feb 01:25
841f33c
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

Features

  • Add MaxSelectedItems field to MultiSelectBlockElement #836 by @shiwano
  • Add support for emoji_changed event #890 by @ToshihitoKon
  • Add dispatch_action to input blocks #893 by @evnsio
  • Create a validation function to check TextBlockObject values #895 by @sryoya

v0.8.0

19 Jan 05:43
483202e
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

  • Fix button style defenition and add test for that #873 by @sryoya
  • Convert Header block correctly #887 by @takanabe
  • Add missing Image512 field in UserProfile #875 by @p1ass

Features

Misc

v0.7.4

11 Dec 20:32
a0e6f30
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

  • Fix verification of requests from Slack in example code #863 by @kanata2
  • Fix test for conversations.mark #866 by @kanata2
  • Remove the unnecessary parameter from SetUserRealName and update optional param handling in profile setting #868 by @sryoya

Features

Improvement

Misc

v0.7.3

07 Dec 22:17
3202ccd
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

Improvements

  • Add test for EscapeMessage function in slack #833 by @sryoya
  • add missing result evaluation in bot test #842 by @sryoya
  • Add conversations.list to the slacktest server #853 by @hobbeswalsh
  • adds support for listing files hidden by the free tier file limit #846 by @rk295

Miscs

v0.7.2

19 Oct 01:34
2f3e31d
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

  • Hotfix for block_actions unmarshal #822

New Features

  • add slash commands api_app_id parameter #821
  • Implement app-level tokens + event authorizations #811
  • reminders.list api call implemented #812

v0.7.1

12 Oct 00:16
da8fd1f
Compare
Choose a tag to compare

Fix

  • Handle state in interaction callback #820