Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/slack-go/slack from 0.12.3 to 0.14.0 in /slack-webhook (
#218) Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.3 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <p>v0.14.0 is now available. It contains <strong>no breaking changes</strong> but does include several pieces of new functionality and long-standing bug fixes.</p> <h3>Enhancements</h3> <ul> <li>Added Support for receiving <code>metadata</code> when receiving a <code>MessageEvent</code> over WebSocket by <a href="https://github.com/rfratto"><code>@rfratto</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li> <li>Added a new field to expose file data when receiving a <code>File</code> event from a Slack Connect Channel by <a href="https://github.com/zFlabmonsta"><code>@zFlabmonsta</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1312">slack-go/slack#1312</a></li> <li>Added support for the <code>slack_file</code> in the image block by <a href="https://github.com/rhysm"><code>@rhysm</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li> <li>Added 35 missing Websocket event types by <a href="https://github.com/Aryakoste"><code>@Aryakoste</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li> <li>Added support for parsing <code>AppRateLimited</code> events in the <code>ParseEvent</code> function by <a href="https://github.com/nemuvski"><code>@nemuvski</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li> <li>Added newly documented Channel Canvas properties to the <code>conversations.info</code> Web API method by <a href="https://github.com/ku"><code>@ku</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an edge case when using <code>UpdateRemoteFileContext</code> and <code>UpdateRemoteFile</code> and Image Previews would return an <code>invalid_auth</code> error by <a href="https://github.com/EkeMinusYou"><code>@EkeMinusYou</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> </ul> <h3>Chores / Code Cleanup</h3> <ul> <li>Replaced deprecated <code>ioutil</code> with <code>io</code> and <code>os</code> packages by <a href="https://github.com/nakamasato"><code>@nakamasato</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rfratto"><code>@rfratto</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li> <li><a href="https://github.com/nakamasato"><code>@nakamasato</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li> <li><a href="https://github.com/rhysm"><code>@rhysm</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li> <li><a href="https://github.com/Aryakoste"><code>@Aryakoste</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li> <li><a href="https://github.com/nemuvski"><code>@nemuvski</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li> <li><a href="https://github.com/ku"><code>@ku</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li> <li><a href="https://github.com/EkeMinusYou"><code>@EkeMinusYou</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> <li><a href="https://github.com/jjjjeeffff"><code>@jjjjeeffff</code></a> was instrumental in the successful resolution of <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0</a></p> <h2>v0.13.1</h2> <h2>What's Changed</h2> <p>v0.13.1 is now available. It contains <strong>no breaking changes</strong> but does expose some new fields previously unavailable.</p> <h3>Enhancements</h3> <ul> <li>Added <code>UnfurlLinks</code> and <code>UnfurlMedia</code> to <code>WebhookMessage</code> by <a href="https://github.com/lheiskan"><code>@lheiskan</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1208">slack-go/slack#1208</a></li> <li>Added <code>isReadOnly</code> property to <code>Conversation</code> struct by <a href="https://github.com/GGonryun"><code>@GGonryun</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1232">slack-go/slack#1232</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed <code>UploadFileV2</code> when using text content by <a href="https://github.com/calebmckay"><code>@calebmckay</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1291">slack-go/slack#1291</a></li> <li>Made <code>Channel</code> optional on <code>UploadFileV2</code> by <a href="https://github.com/0xdeafcafe"><code>@0xdeafcafe</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1293">slack-go/slack#1293</a></li> </ul> <h3>Chores / Code Cleanup</h3> <ul> <li>Replace a Loop with Slice by <a href="https://github.com/testwill"><code>@testwill</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1211">slack-go/slack#1211</a></li> <li>Added Deprecation Notice for <code>files.upload</code> by <a href="https://github.com/lorenzoaiello"><code>@lorenzoaiello</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1300">slack-go/slack#1300</a></li> <li>Added Go Test Coverage for 1.21 and 1.22 by <a href="https://github.com/lorenzoaiello"><code>@lorenzoaiello</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1298">slack-go/slack#1298</a></li> </ul> <h3>Documentation Updates</h3> <ul> <li>Updated Inline Docs and API References by <a href="https://github.com/lorenzoaiello"><code>@lorenzoaiello</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1299">slack-go/slack#1299</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/slack-go/slack/commit/242df4614edb261e5f4f4a3907c979caf6b4977c"><code>242df46</code></a> fix: create multipart form when multipart request (<a href="https://redirect.github.com/slack-go/slack/issues/1117">#1117</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/5345c06b764bae9d8ba9838a8f47303c764c26e4"><code>5345c06</code></a> feat: Add Properties.Canvas to Channel (<a href="https://redirect.github.com/slack-go/slack/issues/1228">#1228</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/50e7414b58e49e610c1d18f46b35cdb34556f9ed"><code>50e7414</code></a> feat: Add support for parsing AppRateLimited events (<a href="https://redirect.github.com/slack-go/slack/issues/1308">#1308</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/e947079302882b182ee1bfae177023405fb747a2"><code>e947079</code></a> feat: Events api reconcilation (<a href="https://redirect.github.com/slack-go/slack/issues/1306">#1306</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/99b3ebefe7d6d29bbb4152748e27f598de0c0157"><code>99b3ebe</code></a> Add slack_file to image block (<a href="https://redirect.github.com/slack-go/slack/issues/1311">#1311</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/75103a96618c2b61e026a9b8b4656d1be5b9f2c1"><code>75103a9</code></a> add file access field to file struct for slackevents (<a href="https://redirect.github.com/slack-go/slack/issues/1312">#1312</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/25fefc8d6f397d51ab310472936f4e25846a15ae"><code>25fefc8</code></a> chore: replace ioutil with io or os package (<a href="https://redirect.github.com/slack-go/slack/issues/1310">#1310</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/b9d4317540003c4f14c15c0c1e02d6cb95e6f1fb"><code>b9d4317</code></a> slackevents: support metadata in MessageEvent (<a href="https://redirect.github.com/slack-go/slack/issues/1307">#1307</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/1dfd1df1f07c71e47aee260ebb0b70f44b3276ea"><code>1dfd1df</code></a> docs: Adding an example for ConversationHistory (<a href="https://redirect.github.com/slack-go/slack/issues/1302">#1302</a>)</li> <li><a href="https://github.com/slack-go/slack/commit/7ddfd023913d6645ac77034e4cda0810e13a3c3f"><code>7ddfd02</code></a> docs: Adding an example for AddRemoteFile and DeleteFile (<a href="https://redirect.github.com/slack-go/slack/issues/1303">#1303</a>)</li> <li>Additional commits viewable in <a href="https://github.com/slack-go/slack/compare/v0.12.3...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.12.3&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information