Skip to content

Releases: slack-go/slack

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

v0.10.2

13 Feb 13:06
bbab81d
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

Enhancements

Docs

  • add socket mode example link to README by @itayd in #1015

Miscs

  • all: add new //go:build lines by @zchee in #1032
  • all: remove github.com/pkg/errors dependency by @zchee in #1033

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

25 Dec 00:36
a9519b3
Compare
Choose a tag to compare

Thank you for all the contributions!

What's Changed

Misc

Full Changelog: v0.10.0...v0.10.1

v0.10.0

14 Nov 14:31
792f7ed
Compare
Choose a tag to compare

Thank you for all the contributions!
This release has a breaking change(#999).
Please make sure to confirm changes before upgrading.

What's Changed

Enhancements/Cleanup

Fixes

  • fix: Don't add API token as a query string in users.setPhoto by @kanata2 in #995
  • [Breaking Changes] link_shared message_ts field isn't always a number by @toshok in #999

Examples

Misc

New Contributors

Full Changelog: v0.9.5...v0.10.0

v0.9.5

16 Sep 13:26
12a91b0
Compare
Choose a tag to compare

Thank you for all the contributions!

Enhancements

Docs

Misc

  • [CI] Add test setup for Go1.17 environment #968 by @sryoya

v0.9.4

02 Aug 02:53
17d1f5c
Compare
Choose a tag to compare

Thank you for all the contributions!

Fixes

v0.9.3

16 Jul 13:56
f5878c7
Compare
Choose a tag to compare

Thank you for all the contributions!

Enhancements

Fixes

v0.9.2

13 Jul 22:42
29c88d6
Compare
Choose a tag to compare

Thank you for all the contributions!

Enhancements

Fixes