secretmessage-go
secretmessage-go copied to clipboard
Bump github.com/slack-go/slack from 0.12.3 to 0.13.1
Bumps github.com/slack-go/slack from 0.12.3 to 0.13.1.
Release notes
Sourced from github.com/slack-go/slack's releases.
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
UnfurlLinks
andUnfurlMedia
toWebhookMessage
by@lheiskan
in slack-go/slack#1208- Added
isReadOnly
property toConversation
struct by@GGonryun
in slack-go/slack#1232Bug Fixes
- Fixed
UploadFileV2
when using text content by@calebmckay
in slack-go/slack#1291- Made
Channel
optional onUploadFileV2
by@0xdeafcafe
in slack-go/slack#1293Chores / Code Cleanup
- Replace a Loop with Slice by
@testwill
in slack-go/slack#1211- Added Deprecation Notice for
files.upload
by@lorenzoaiello
in slack-go/slack#1300- Added Go Test Coverage for 1.21 and 1.22 by
@lorenzoaiello
in slack-go/slack#1298Documentation Updates
- Updated Inline Docs and API References by
@lorenzoaiello
in slack-go/slack#1299- Added an example for
Pagination
by@adamrothman
in slack-go/slack#1201- Added an example for
ConversationHistory
by@lorenzoaiello
in slack-go/slack#1302- Added an example for
AddRemoteFile
andDeleteFile
by@lorenzoaiello
in slack-go/slack#1303New Contributors
@calebmckay
made their first contribution in slack-go/slack#1291@lheiskan
made their first contribution in slack-go/slack#1208@GGonryun
made their first contribution in slack-go/slack#1232@0xdeafcafe
made their first contribution in slack-go/slack#1293@lorenzoaiello
made their first contribution in slack-go/slack#1300@adamrothman
made their first contribution in slack-go/slack#1201Full Changelog: https://github.com/slack-go/slack/compare/v0.13.0...v0.13.1
v0.13.0
[!WARNING]
This release includes a breaking change since the last releaseWhat's Changed
Breaking changes
- Expose
team_id
parameter for use with org-wide app by@candiduslynx
in slack-go/slack#1283: Changed interface:
Old New Client.GetBotInfo(bot string) (*Bot, error)
Client.GetBotInfo(parameters GetBotInfoParameters) (*Bot, error)
Client.GetBotInfoContext(ctx context.Context, bot string)
Client.GetBotInfoContext(ctx context.Context, parameters GetBotInfoParameters)
Client.GetTeamProfile() (*TeamProfile, error)
GetTeamProfile(teamID ...string) (*TeamProfile, error)
GetTeamProfileContext(ctx context.Context) (*TeamProfile, error)
GetTeamProfileContext(ctx context.Context, teamID ...string) (*TeamProfile, error)
Client.GetBillableInfo(user string) (map[string]BillingActive, error)
Client.GetBillableInfo(params GetBillableInfoParams) (map[string]BillingActive, error)
Client.GetBillableInfoContext(ctx context.Context, user string) (map[string]BillingActive, error)
Client.GetBillableInfoContext(ctx context.Context, params GetBillableInfoParams) (map[string]BillingActive, error)
... (truncated)
Commits
1dfd1df
docs: Adding an example for ConversationHistory (#1302)7ddfd02
docs: Adding an example for AddRemoteFile and DeleteFile (#1303)ecfe504
docs: Add an example demonstrating correct usage of GetUsersPaginated (#1201)0a5c9e1
docs: Updating Inline Docs and API References (#1299)cab4284
ci: Adding Go Test Coverage for 1.21 and 1.22 (#1298)5094cdf
chore: Adding Deprecation Notice for files.upload (#1300)ef53c0c
chore: make channel optional onUploadFileV2
(#1293)bc70fad
Add isReadOnly property to Conversation struct (#1232)f7cac82
chore: slice replace loop (#1211)006a688
Merge pull request #1208 from lheiskan/issue-1207- 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 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)