wayback
wayback copied to clipboard
Bump github.com/slack-go/slack from 0.11.2 to 0.12.4
Bumps github.com/slack-go/slack from 0.11.2 to 0.12.4.
Release notes
Sourced from github.com/slack-go/slack's releases.
Non-breaking updates roll-up
What's Changed
- chore: unnecessary use of fmt.Sprintf by
@testwillin slack-go/slack#1212- Add Video Block by
@walkurein slack-go/slack#1210- Add connected_team_ids optional field to Conversation by
@zFlabmonstain slack-go/slack#1253- Add blocks in slackevents.MessageEvent by
@invzhiin slack-go/slack#1227- Add support for Rich Text Lists by
@daniel-pieper-personioin slack-go/slack#1155- Add support for Rich Text Input by
@peimanjain slack-go/slack#1240- Fix: always add context to errors during block serde by
@yunginnanetin slack-go/slack#1259- Edited field in the app mention event by
@IbirbyZhin slack-go/slack#1256- Expose is_enterprise_install field by
@7ailin slack-go/slack#1255- feat: Add the ability to set
URLonNewButtonBlockElementvia.WithURL()by@joshbranhamin slack-go/slack#1250- Add block element type FileInput by
@elct9620in slack-go/slack#1249- Openid connect by
@danielmichaelsin slack-go/slack#1242- Add is_enterprise_install flag for org wide installation support by
@hussachaiin slack-go/slack#1225- Add an example of updating modal by
@KouWakaiin slack-go/slack#1142- add deleted timestamp for deleted msg events by
@zFlabmonstain slack-go/slack#1261- Add slack connect events & tests by
@Birtatoin slack-go/slack#1262- Add rich_text_quote and rich_text_preformatted by
@rusqin slack-go/slack#1260New Contributors
@testwillmade their first contribution in slack-go/slack#1212@walkuremade their first contribution in slack-go/slack#1210@zFlabmonstamade their first contribution in slack-go/slack#1253@invzhimade their first contribution in slack-go/slack#1227@daniel-pieper-personiomade their first contribution in slack-go/slack#1155@peimanjamade their first contribution in slack-go/slack#1240@yunginnanetmade their first contribution in slack-go/slack#1259@IbirbyZhmade their first contribution in slack-go/slack#1256@joshbranhammade their first contribution in slack-go/slack#1250@elct9620made their first contribution in slack-go/slack#1249@danielmichaelsmade their first contribution in slack-go/slack#1242@KouWakaimade their first contribution in slack-go/slack#1142@Birtatomade their first contribution in slack-go/slack#1262Full Changelog: https://github.com/slack-go/slack/compare/v0.12.3...v0.12.4
v0.12.3
What's Changed
Bug fixes
- Safer socketmode by
@iaburtonin slack-go/slack#1150- add
omitemptyto ConfirmationBlockObject.Deny by@kamil-gwozdzin slack-go/slack#1224Security
- Redact tokens in SendMessage debug log by
@daabrin slack-go/slack#1215Enhancements / Improvements
- socketmode example: use embedded api client in socketmode client by
@kittydoorin slack-go/slack#1164- Sends an invitation to a Slack Connect channel by
@nopcoderin slack-go/slack#1216- Add support for manifests and config tokens by
@stijndclin slack-go/slack#1220New Contributors
... (truncated)
Commits
2a9c35cMerge pull request #1260 from rusq/rich-text-stuff5dbee1cMerge pull request #1262 from Birtato/addSlackConnectEventsb6db972Adding structure comments & definitionsc038c02Merge pull request #1261 from zFlabmonsta/mastera31aeaaadd deleted timestamp for deleted msg eventse1cc0bfadd rich_text_quote and rich_text_preformatted398133cMerge pull request #1142 from KouWakai/updating-modalfd5d171Merge pull request #1225 from hussachai/enterprise_install9cc451bMerge pull request #1242 from danielmichaels/openid-connectceb2250Merge pull request #1249 from elct9620/add-file_input-element- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.59%. Comparing base (
30dc536) to head (762f24e).
Additional details and impacted files
@@ Coverage Diff @@
## main #492 +/- ##
=======================================
Coverage 44.59% 44.59%
=======================================
Files 84 84
Lines 6779 6779
=======================================
Hits 3023 3023
Misses 3464 3464
Partials 292 292
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #495.