Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/slack-go/slack v0.15.0 -> v0.17.3 age confidence

Release Notes

slack-go/slack (github.com/slack-go/slack)

v0.17.3

Compare Source

What's New

Fixes

  • Parse simple string based errors as part of the response by @​nlopes in #​1452
    In the previous version we introduced the ability to parse specific errors (more complex ones) but Slack can still send us a string. string is now the fallback type.

Other

  • Examples are now using environment variables and command line arguments consistently by @​nlopes in #​1456
    Also added a ./examples/README.md explaining the patterns that should be used.

Full Changelog: slack-go/slack@v0.17.2...v0.17.3

v0.17.2

Compare Source

Features added

New Contributors

Full Changelog: slack-go/slack@v0.17.1...v0.17.2

v0.17.1

Compare Source

This has the potential to be a breaking change if and only if you have been building SlackResponse by hand, which you shouldn't 😬. If you are, my apologies for adding this in a minor version, I thought the likelihood of this to be very very low. See #​1443 for more details.

Features added

  • Add channel_unshared event by @​nlopes in #​1437
  • Add missing Blocks to UploadFileContextV2 by @​dalyndalton in #​1435
    This adds the missing optional dependency for Blocks to the upload file method, allowing users to use rich blocks and buttons during the file upload process.
  • Return Errors field in SlackErrorResponse by @​nlopes in #​1443

Detailed list of all of the changes

New Contributors

Full Changelog: slack-go/slack@v0.17.0...v0.17.1

v0.17.0

Compare Source

MAJOR BREAKING CHANGES

This release has a few major breaking changes. And a couple require developers to pay a bit of attention, else their programs will break.
I am sorry this is the case but such is life sometimes.

See below for the most important, and trickier breaking changes.

Breaking changes
  • Fix message event struct by @​paprikati in #​1391 and #​1408
    Our MessageEvent has been quite wrong for a while. This should fix it but it does mean folks will have to change their code to cope with this new structure. Please be extra vigilant in areas of your code that uses MessageEvent.
  • Function execution events now correctly accept interfaces not strings by @​ProjectBarks in #​1357
    FunctionExecutedEvent had Inputs set as map[string]string but that didn't allow enough flexibility - that has been changed to map[string]interface.
  • Allow emoji value in plain text blocks to be null by @​calebmckay in #​1354
    The Emoji field in TextBlockObject is now a pointer to ensure we can make a distinction between nil and false. Only affects when unmarshalling.
  • Remove Legacy Workflows by @​lorenzoaiello in #​1350
    Slack has deprecated legacy workflows for a long time, and beginning September 26, 2024, Slack stopped executing workflows containing a "step from app." See more at https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back.
  • Implement PublishViewContext to keep hash optional by @​ishitamundhra in #​1322
    PublishViewContext() now requires people to pass a PublishViewContextRequest which became a public type. If you call PublishViewContext() in your code, please adjust accordingly.
  • Renamed AltText to AltTxt and SnippetText to SnippetType (in GetUploadURLExternalParameters and UploadFileV2Parameters) by @​nlopes in #​1422
  • AppHomeOpenedEvent View is now a pointer by @​nlopes in #​1424
    This provides slightly better ergonomics in the case when there's no view yet.

Features added

Fixes

Detailed list of all of the changes

New Contributors

Full Changelog: slack-go/slack@v0.16.0...v0.17.0

v0.16.0

Compare Source

[!WARNING]
This release may mean a breaking change! Read below for more although for most folks this should all be fine.

👋 Hi folks,

I've tried my best to keep this version to just non-breaking changes but there are a couple of changes that might introduce breaking changes in rare circumstances.

If you're upgrading, please pay special attention to:

If you were using only what we provide in the library, this is a non-breaking change, but if not, it may be considered a breaking change.

Next release will likely bring a few required breaking changes (hard deprecations for example).

Thank you to everyone that contributed to this release 🥳

What's Changed

New Contributors

Full Changelog: slack-go/slack@v0.15.0...v0.16.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Automated action from Renovate label Feb 11, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from fdf8366 to e131d4d Compare May 9, 2025 16:01
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from e131d4d to 1af5b66 Compare May 25, 2025 18:37
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.16.0 Update module github.com/slack-go/slack to v0.17.0 May 25, 2025
Copy link
Contributor Author

renovate bot commented May 25, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22

@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.17.0 Update module github.com/slack-go/slack to v0.17.1 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 1af5b66 to b610d0a Compare June 8, 2025 20:33
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.17.1 Update module github.com/slack-go/slack to v0.17.2 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch 2 times, most recently from 0c64e58 to 77af240 Compare July 4, 2025 18:34
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.17.2 Update module github.com/slack-go/slack to v0.17.3 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 77af240 to b467bb0 Compare August 10, 2025 14:29
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.17.3 Update module github.com/slack-go/slack to v0.17.3 - autoclosed Oct 3, 2025
@renovate renovate bot closed this Oct 3, 2025
@renovate renovate bot deleted the renovate/github.com-slack-go-slack-0.x branch October 3, 2025 12:49
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.17.3 - autoclosed Update module github.com/slack-go/slack to v0.17.3 Oct 3, 2025
@renovate renovate bot reopened this Oct 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 0e15dfa to b467bb0 Compare October 3, 2025 16:25
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from b467bb0 to 24ea15b Compare October 3, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Automated action from Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants