Slack Versions Save

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42

v0.11.1

1 year ago

Thank you for all the contributions!

What's Changed

Enhancements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.0...v0.11.1

v0.11.0

1 year ago

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

Enhancements

API Cleanup/Fixes

Documentations/Examples

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.3...v0.11.0

v0.10.3

2 years ago

Thank you for all the contributions!

What's Changed

API Cleanup

Enhancement

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.2...v0.10.3

v0.10.2

2 years ago

Thank you for all the contributions!

What's Changed

Enhancements

Docs

Miscs

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.1...v0.10.2

v0.10.1

2 years ago

Thank you for all the contributions!

What's Changed

Misc

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.0...v0.10.1

v0.10.0

2 years ago

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

Examples

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.9.5...v0.10.0

v0.9.5

2 years ago

Thank you for all the contributions!

Enhancements

  • Added more Slack events #966 by @valeriansaliou
  • Add Enterprise Grid related property #969 by @norabal

Docs

  • replace deprecated method #957 by @thorntonmc
  • fix block_context.go doc link #965 by @ShamamR

Misc

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

v0.9.4

2 years ago

Thank you for all the contributions!

Fixes

  • Audit log fixes #954 by @unkempthenry

v0.9.3

2 years ago

Thank you for all the contributions!

Enhancements

  • add thread_ts to container #888 by @ianfhall

Fixes

  • fix button sample #952 by @sivchari

v0.9.2

2 years ago

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