Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/slack-go/slack v0.16.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


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 becomes conflicted, 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
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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/gorilla/websocket v1.4.2 -> v1.5.3

@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.0 chore(deps): update module github.com/slack-go/slack to v0.17.0 - autoclosed May 27, 2025
@renovate renovate bot closed this May 27, 2025
@renovate renovate bot deleted the renovate/github.com-slack-go-slack-0.x branch May 27, 2025 01:10
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.0 - autoclosed chore(deps): update module github.com/slack-go/slack to v0.17.0 May 27, 2025
@renovate renovate bot reopened this May 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from e71eb00 to 08bf34a Compare May 27, 2025 04:57
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.0 chore(deps): 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 08bf34a to 2d0d259 Compare June 8, 2025 23:09
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 2d0d259 to 7287cd6 Compare June 29, 2025 14:54
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.1 chore(deps): 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 from 7287cd6 to 18e3654 Compare July 4, 2025 17:44
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.2 chore(deps): update module github.com/slack-go/slack to v0.17.3 Jul 4, 2025
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.3 chore(deps): update module github.com/slack-go/slack to v0.17.3 - autoclosed Aug 4, 2025
@renovate renovate bot closed this Aug 4, 2025
@renovate renovate bot changed the title chore(deps): update module github.com/slack-go/slack to v0.17.3 - autoclosed chore(deps): update module github.com/slack-go/slack to v0.17.3 Aug 5, 2025
@renovate renovate bot reopened this Aug 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from cd7adad to 18e3654 Compare August 5, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant