slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42

BSD-2-CLAUSE License

Stars
4.7K
Committers
380

Bot releases are visible (Hide)

slack - v0.14.0 Latest Release

Published by lorenzoaiello 2 months ago

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

Bug Fixes

Chores / Code Cleanup

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0

slack - v0.13.1

Published by lorenzoaiello 3 months ago

What's Changed

v0.13.1 is now available. It contains no breaking changes but does expose some new fields previously unavailable.

Enhancements

Bug Fixes

Chores / Code Cleanup

Documentation Updates

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.13.0...v0.13.1

slack - v0.13.0

Published by candiduslynx 5 months ago

[!WARNING]
This release includes a breaking change since the last release

What's Changed

Breaking changes

  • Expose team_id parameter for use with org-wide app by @candiduslynx in https://github.com/slack-go/slack/pull/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 params
    Client.GetBillableInfoForTeamContext(ctx context.Context) (map[string]BillingActive, error) dropped, use Client.GetBillableInfoContext with empty params

Bug fixes

Enhancements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.5...v0.13.0

slack - v0.12.5

Published by parsley42 8 months ago

What's Changed

BUGFIX - deal with "true", true, "false", false.

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.4...v0.12.5

slack - Non-breaking updates roll-up

Published by parsley42 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.3...v0.12.4

slack - v0.12.3

Published by parsley42 about 1 year ago

What's Changed

Bug fixes

Security

Enhancements / Improvements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.2...v0.12.3

slack - v0.12.2

Published by kanata2 over 1 year ago

What's Changed

Bug fixes

Enhancements / Improvements

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2

slack - v0.12.1

Published by kanata2 almost 2 years ago

What's Changed

Enhancements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1

slack - v0.12.0

Published by kanata2 almost 2 years ago

Thank you for all the contributions!

What's Changed

This release contains several backward incompatible changes.

Fixes

Enhancements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.4...v0.12.0

slack - v0.11.4

Published by kanata2 almost 2 years ago

What's Changed

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.3...v0.11.4

slack - v0.11.3

Published by kanata2 about 2 years ago

What's Changed

Enhancements/Refactoring

Bugfixes

Docs

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.2...v0.11.3

slack - v0.11.2

Published by kanata2 about 2 years ago

Thank you for all the contributions!

What's Changed

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.1...v0.11.2

slack - v0.11.1

Published by kanata2 about 2 years ago

Thank you for all the contributions!

What's Changed

Enhancements

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.11.0...v0.11.1

slack - v0.11.0

Published by kanata2 over 2 years ago

Thank you for all the contributions!
In this release, some changes are backward incompatible, so please be careful when upgrading.

What's Changed

New Feature

Enhancements

API Cleanup/Fixes

Documentations/Examples

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.3...v0.11.0

slack - v0.10.3

Published by kanata2 over 2 years ago

Thank you for all the contributions!

What's Changed

API Cleanup

Enhancement

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.2...v0.10.3

slack - v0.10.2

Published by kanata2 over 2 years ago

Thank you for all the contributions!

What's Changed

Enhancements

Docs

Miscs

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.1...v0.10.2

slack - v0.10.1

Published by kanata2 almost 3 years ago

Thank you for all the contributions!

What's Changed

Misc

Full Changelog: https://github.com/slack-go/slack/compare/v0.10.0...v0.10.1

slack - v0.10.0

Published by kanata2 almost 3 years ago

Thank you for all the contributions!
This release has a breaking change(#999).
Please make sure to confirm changes before upgrading.

What's Changed

Enhancements/Cleanup

Fixes

Examples

Misc

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.9.5...v0.10.0

slack - v0.9.5

Published by kanata2 about 3 years ago

Thank you for all the contributions!

Enhancements

  • Added more Slack events #966 by @valeriansaliou
  • Add Enterprise Grid related property #969 by @norabal

Docs

  • replace deprecated method #957 by @thorntonmc
  • fix block_context.go doc link #965 by @ShamamR

Misc

  • [CI] Add test setup for Go1.17 environment #968 by @sryoya
slack - v0.9.4

Published by kanata2 about 3 years ago

Thank you for all the contributions!

Fixes

  • Audit log fixes #954 by @unkempthenry