wayback
wayback copied to clipboard
Bump github.com/slack-go/slack from 0.11.2 to 0.14.0
Bumps github.com/slack-go/slack from 0.11.2 to 0.14.0.
Release notes
Sourced from github.com/slack-go/slack's releases.
v0.14.0
What's Changed
v0.14.0 is now available. It contains no breaking changes but does include several pieces of new functionality and long-standing bug fixes.
Enhancements
- Added Support for receiving
metadatawhen receiving aMessageEventover WebSocket by@rfrattoin slack-go/slack#1307- Added a new field to expose file data when receiving a
Fileevent from a Slack Connect Channel by@zFlabmonstain slack-go/slack#1312- Added support for the
slack_filein the image block by@rhysmin slack-go/slack#1311- Added 35 missing Websocket event types by
@Aryakostein slack-go/slack#1306- Added support for parsing
AppRateLimitedevents in theParseEventfunction by@nemuvskiin slack-go/slack#1308- Added newly documented Channel Canvas properties to the
conversations.infoWeb API method by@kuin slack-go/slack#1228Bug Fixes
- Fixed an edge case when using
UpdateRemoteFileContextandUpdateRemoteFileand Image Previews would return aninvalid_autherror by@EkeMinusYouin slack-go/slack#1117Chores / Code Cleanup
- Replaced deprecated
ioutilwithioandospackages by@nakamasatoin slack-go/slack#1310New Contributors
@rfrattomade their first contribution in slack-go/slack#1307@nakamasatomade their first contribution in slack-go/slack#1310@rhysmmade their first contribution in slack-go/slack#1311@Aryakostemade their first contribution in slack-go/slack#1306@nemuvskimade their first contribution in slack-go/slack#1308@kumade their first contribution in slack-go/slack#1228@EkeMinusYoumade their first contribution in slack-go/slack#1117@jjjjeeffffwas instrumental in the successful resolution of slack-go/slack#1117Full Changelog: https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0
v0.13.1
What's Changed
v0.13.1 is now available. It contains no breaking changes but does expose some new fields previously unavailable.
Enhancements
- Added
UnfurlLinksandUnfurlMediatoWebhookMessageby@lheiskanin slack-go/slack#1208- Added
isReadOnlyproperty toConversationstruct by@GGonryunin slack-go/slack#1232Bug Fixes
- Fixed
UploadFileV2when using text content by@calebmckayin slack-go/slack#1291- Made
Channeloptional onUploadFileV2by@0xdeafcafein slack-go/slack#1293Chores / Code Cleanup
- Replace a Loop with Slice by
@testwillin slack-go/slack#1211- Added Deprecation Notice for
files.uploadby@lorenzoaielloin slack-go/slack#1300- Added Go Test Coverage for 1.21 and 1.22 by
@lorenzoaielloin slack-go/slack#1298Documentation Updates
- Updated Inline Docs and API References by
@lorenzoaielloin slack-go/slack#1299
... (truncated)
Commits
242df46fix: create multipart form when multipart request (#1117)5345c06feat: Add Properties.Canvas to Channel (#1228)50e7414feat: Add support for parsing AppRateLimited events (#1308)e947079feat: Events api reconcilation (#1306)99b3ebeAdd slack_file to image block (#1311)75103a9add file access field to file struct for slackevents (#1312)25fefc8chore: replace ioutil with io or os package (#1310)b9d4317slackevents: support metadata in MessageEvent (#1307)1dfd1dfdocs: Adding an example for ConversationHistory (#1302)7ddfd02docs: Adding an example for AddRemoteFile and DeleteFile (#1303)- 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)