Releases: slack-go/slack
Releases · slack-go/slack
v0.9.4
v0.9.3
v0.9.2
Thank you for all the contributions!
Enhancements
- Added coverage for audit API endpoint #847 by @JustinJudd
- added external data_source for dynamic data #940 by @werber
- Add GetConversationsParameters.TeamID #946 by @danielmmetz
Fixes
- slacktest: Fix broken json if newline in text #942 by @StupidScience
- Trivial typo fix in the bug reporting template #947 by @jc-dgit
- Use GET /audit/v1/logs instead of POST #951 by @JustinJudd
v0.9.1
v0.9.0
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
v0.8.2
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
v0.8.0
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 inUserProfile
#875 by @p1ass
Features
- Socket Mode Support #885 by @mumoshu
- Adding apps.uninstall method #879 by @gsavit
- Added timepicker form block element #870 by @jc21
- Allow message unfurling with auth URL #882 by @zerok
Misc
- remove .gometalinter.json #869 by @suzuki-shunsuke
v0.7.4
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
- [Feat] conversations.mark #761 by @ramikalai
Improvement
- Implement an error-comparing method to errorsx String #841 by @sryoya
- Avoid returning correct signature #862 by @tyrannosaurus-becks