Download Latest Version v0.17.1 source code.tar.gz (413.1 kB)
Email in envelope

Get an email when there's a new version of Slack API in Go

Home / v0.15.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-10-14 3.6 kB
v0.15.0 source code.tar.gz 2024-10-14 405.7 kB
v0.15.0 source code.zip 2024-10-14 492.5 kB
Totals: 3 Items   901.8 kB 1

[!WARNING]
This release includes a breaking change since the last release.

What's Changed

v0.15.0 is now available. It does contain minor breaking changes to two Block Kit elements along with a lot of new functionality.

Breaking Changes

Block Kit - Rich Text Section Date Element

If you are using the RichTextSectionDateElement block kit element, there is a new field Format which is now required. It previously did not exist, but was marked as required in the Block Kit Documentation. Similarly, the function NewRichTextSectionDateElement function signature has been updated to require the new parameter. While this may not have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.

Block Kit - Rich Text input Block Element

If you are using the RichTextInputBlockElement block kit element, the InitialValue field type has been changed from string to *RichTextBlock to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the RichTextBlock struct instead.

Enhancements

Bug Fixes

Chores

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0

Source: README.md, updated 2024-10-14