Sourced from github.com/slack-go/slack's releases.
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)
Client.GetBillableInfoForTeam() (map[string]BillingActive, error)
dropped, use Client.GetBillableInfo
with empty paramsClient.GetBillableInfoForTeamContext(ctx context.Context) (map[string]BillingActive, error)
dropped, use Client.GetBillableInfoContext
with empty paramsBug fixes
- Block Object: Validate text min and max length by
@Chagui
- in slack-go/slack#1273- fix some typos by
@yutasb
in slack-go/slack#1281Enhancements
- Add missing message option for link_names by
@robbydyer
in slack-go/slack#1278- Expose
team_id
parameter for use with org-wide app by@candiduslynx
in slack-go/slack#1283New Contributors
@Chagui
- made their first contribution in slack-go/slack#1273@robbydyer
made their first contribution in slack-go/slack#1278@yutasb
made their first contribution in slack-go/slack#1281@candiduslynx
made their first contribution in slack-go/slack#1283Full Changelog: https://github.com/slack-go/slack/compare/v0.12.5...v0.13.0
41fa1e5
Merge pull request #1283
from cloudquery/fix/expose-team_id-paramc530ebb
pr-prepceced00
team.profile.get204bf37
team.billableInfo2824b31
team.accessLogs7138048
search.alla47d659
reactions.list0c1ba09
usergroups.list55bdd38
usergroups.createeb325a5
files.list