Closed renovate[bot] closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
@@ Coverage Diff @@
## main #429 +/- ##
==========================================
- Coverage 54.46% 53.12% -1.35%
==========================================
Files 23 24 +1
Lines 1153 1440 +287
==========================================
+ Hits 628 765 +137
- Misses 457 607 +150
Partials 68 68
see 21 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 728bbf1...c0a49ff. Read the comment docs.
This PR contains the following updates:
v0.14.0
->v0.15.0
Release Notes
slack-go/slack (github.com/slack-go/slack)
### [`v0.15.0`](https://redirect.github.com/slack-go/slack/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/slack-go/slack/compare/v0.14.0...v0.15.0) > \[!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](https://api.slack.com/reference/block-kit/blocks#date-element-type). 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 - Added support for publishing a message to a specific thread by [@Nikolo](https://redirect.github.com/Nikolo) in [https://github.com/slack-go/slack/pull/1309](https://redirect.github.com/slack-go/slack/pull/1309) - Added support for unicode parameter in emoji type of rich text blocks by [@YutoKashiwagi](https://redirect.github.com/YutoKashiwagi) in [https://github.com/slack-go/slack/pull/1319](https://redirect.github.com/slack-go/slack/pull/1319) - Added endpoints for `calls.*` apis and `Type: call` in blockkit by [@winston-stripe](https://redirect.github.com/winston-stripe) in [https://github.com/slack-go/slack/pull/1190](https://redirect.github.com/slack-go/slack/pull/1190) - Added Convenience Methods to Block Elements by [@obed-sj](https://redirect.github.com/obed-sj) in [https://github.com/slack-go/slack/pull/1279](https://redirect.github.com/slack-go/slack/pull/1279) - Added functions.completeError and functions.completeSuccess by [@gideonw](https://redirect.github.com/gideonw) in [https://github.com/slack-go/slack/pull/1328](https://redirect.github.com/slack-go/slack/pull/1328) - Added support for external_limited option of inviteShared by [@bamo](https://redirect.github.com/bamo) in [https://github.com/slack-go/slack/pull/1330](https://redirect.github.com/slack-go/slack/pull/1330) - Added support for Canvas API methods by [@jarospisak-unity](https://redirect.github.com/jarospisak-unity) in [https://github.com/slack-go/slack/pull/1334](https://redirect.github.com/slack-go/slack/pull/1334) ##### Bug Fixes - Added required `format` field to rich text date blocks by [@luke-josh](https://redirect.github.com/luke-josh) in [https://github.com/slack-go/slack/pull/1317](https://redirect.github.com/slack-go/slack/pull/1317) - Updated RichTextInputBlockElement InitialValue data type by [@Manjish](https://redirect.github.com/Manjish) in [https://github.com/slack-go/slack/pull/1320](https://redirect.github.com/slack-go/slack/pull/1320) ##### Chores - Added go v1.23 to test matrix (test.yml) by [@nemuvski](https://redirect.github.com/nemuvski) in [https://github.com/slack-go/slack/pull/1315](https://redirect.github.com/slack-go/slack/pull/1315) - Bumped GitHub Actions to Latest Versions by [@shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/slack-go/slack/pull/1314](https://redirect.github.com/slack-go/slack/pull/1314) - Updated deprecated comment for UploadFile and UploadFileContext by [@shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/slack-go/slack/pull/1316](https://redirect.github.com/slack-go/slack/pull/1316) #### New Contributors - [@shogo82148](https://redirect.github.com/shogo82148) made their first contribution in [https://github.com/slack-go/slack/pull/1314](https://redirect.github.com/slack-go/slack/pull/1314) - [@Nikolo](https://redirect.github.com/Nikolo) made their first contribution in [https://github.com/slack-go/slack/pull/1309](https://redirect.github.com/slack-go/slack/pull/1309) - [@luke-josh](https://redirect.github.com/luke-josh) made their first contribution in [https://github.com/slack-go/slack/pull/1317](https://redirect.github.com/slack-go/slack/pull/1317) - [@Manjish](https://redirect.github.com/Manjish) made their first contribution in [https://github.com/slack-go/slack/pull/1320](https://redirect.github.com/slack-go/slack/pull/1320) - [@YutoKashiwagi](https://redirect.github.com/YutoKashiwagi) made their first contribution in [https://github.com/slack-go/slack/pull/1319](https://redirect.github.com/slack-go/slack/pull/1319) - [@obed-sj](https://redirect.github.com/obed-sj) made their first contribution in [https://github.com/slack-go/slack/pull/1279](https://redirect.github.com/slack-go/slack/pull/1279) - [@gideonw](https://redirect.github.com/gideonw) made their first contribution in [https://github.com/slack-go/slack/pull/1328](https://redirect.github.com/slack-go/slack/pull/1328) - [@bamo](https://redirect.github.com/bamo) made their first contribution in [https://github.com/slack-go/slack/pull/1330](https://redirect.github.com/slack-go/slack/pull/1330) - [@jarospisak-unity](https://redirect.github.com/jarospisak-unity) made their first contribution in [https://github.com/slack-go/slack/pull/1334](https://redirect.github.com/slack-go/slack/pull/1334) **Full Changelog**: https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.