Skip to content

Releases: slack-go/slack

v0.12.3

24 Aug 15:24
65cefed
Compare
Choose a tag to compare

What's Changed

Bug fixes

Security

  • Redact tokens in SendMessage debug log by @daabr in #1215

Enhancements / Improvements

  • socketmode example: use embedded api client in socketmode client by @kittydoor in #1164
  • Sends an invitation to a Slack Connect channel by @nopcoder in #1216
  • Add support for manifests and config tokens by @stijndcl in #1220

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

13 Apr 23:57
646e50d
Compare
Choose a tag to compare

What's Changed

Bug fixes

Enhancements / Improvements

Misc

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

20 Dec 15:15
beca00a
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add FileUploadV2 function to avoid server side file timeouts by @kanata2 in #1148

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

16 Dec 12:51
c0676fc
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

This release contains several backward incompatible changes.

Fixes

Enhancements

New Contributors

Full Changelog: v0.11.4...v0.12.0

v0.11.4

04 Nov 14:33
c99b47b
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes

  • fix: remove omitempty from replace_original and delete_orginal by @yokishava in #1122

New Contributors

Full Changelog: v0.11.3...v0.11.4

v0.11.3

11 Sep 16:50
6f5eda2
Compare
Choose a tag to compare

What's Changed

Enhancements/Refactoring

Bugfixes

Docs

Misc

New Contributors

Full Changelog: v0.11.2...v0.11.3

v0.11.2

25 Jul 05:17
1edf0c7
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

Enhancements

Fixes

  • Fixes updateUserGroup cannot clear the description and the default channels by @jmatsu in #1082

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

22 Jul 00:07
5a6b1b0
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

Enhancements

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

12 Jun 22:11
9fd6da5
Compare
Choose a tag to compare

Thank you for all the contributions!
In this release, some changes are backward incompatible, so please be careful when upgrading.

What's Changed

New Feature

  • Socketmode Middleware Design Pattern by @xNok in #904
    • This is an experimental feature. please give us your feedback 🙏

Enhancements

API Cleanup/Fixes

  • webhooks: discarding body after http requests in order to allow reusi… by @gosom in #1061
  • [breaking changes] Fix field types in SubteamMembersChangedEvent by @youdofoo in #1064
  • [breaking changes] Uniformize event_ts support on inner events by @abustany in #1052
  • Expose StatusCodeError by @photown in #1071
  • Remove full event details from UnmarshallingErrorEvent by @pkosiec in #1067

Documentations/Examples

Misc

New Contributors

Full Changelog: v0.10.3...v0.11.0

v0.10.3

23 Apr 11:26
835fab1
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

API Cleanup

  • Support pass context.Context to all methods by @zchee in #1034
  • Optimize NewSafeID using atomic by @zchee in #1035
  • optimize slackutilsx.EscapeMessage function by @brainexe in #1041
  • Add fluent WithConfirm for ButtonBlockElements by @liftM in #1055
  • WithStyle for ConfirmationBlockObjects should be fluent by @liftM in #1054

Enhancement

  • [experimental] introduction of Slack workflow steps by @SteffenMahler in #1027
  • workflow_step: add SaveWorkflowStepConfigurationConetxt & fix return err by @zchee in #1042
  • Added Details field to Audit event entries by @JustinJudd in #1047

Misc

  • github/workflow: drop go1.15 and add go1.18 by @zchee in #1048

New Contributors

Full Changelog: v0.10.2...v0.10.3