Skip to content

Update module github.com/slack-go/slack to v0.23.0#51

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-slack-go-slack-0.x
Open

Update module github.com/slack-go/slack to v0.23.0#51
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-slack-go-slack-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 16, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/slack-go/slack v0.12.3v0.23.0 age confidence

Release Notes

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

v0.23.0

Compare Source

Added

New Contributors

Full Changelog: slack-go/slack@v0.22.0...v0.23.0

v0.22.0

Compare Source

Previous release. See GitHub releases
for details.

v0.21.1

Compare Source

Previous release. See GitHub releases
for details.

v0.21.0

Compare Source

Previous release. See GitHub releases
for details.

v0.20.0

Compare Source

Previous release. See GitHub releases
for details.

v0.19.0

Compare Source

Previous release. See GitHub releases
for details.

v0.18.0

Compare Source

Previous release. See GitHub releases
for details.

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

v0.15.0

Compare Source

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

What's Changed

v0.15.0 is now available. It does contain minor breaking changes to two Block Kit elements along with a lot of new functionality.

Breaking Changes

Block Kit - Rich Text Section Date Element

If you are using the RichTextSectionDateElement block kit element, there is a new field Format which is now required. It previously did not exist, but was marked as required in the Block Kit Documentation. Similarly, the function NewRichTextSectionDateElement function signature has been updated to require the new parameter. While this may not have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.

Block Kit - Rich Text input Block Element

If you are using the RichTextInputBlockElement block kit element, the InitialValue field type has been changed from string to *RichTextBlock to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the RichTextBlock struct instead.

Enhancements
  • Added support for publishing a message to a specific thread by @​Nikolo in #​1309
  • Added support for unicode parameter in emoji type of rich text blocks by @​YutoKashiwagi in #​1319
  • Added endpoints for calls.* apis and Type: call in

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 renovate Bot changed the title Update module github.com/slack-go/slack to v0.12.4 Update module github.com/slack-go/slack to v0.12.5 Feb 26, 2024
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from b5d5bdd to ba0749d Compare February 26, 2024 16:25
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from ba0749d to d6270ec Compare May 16, 2024 05:58
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.12.5 Update module github.com/slack-go/slack to v0.13.0 May 16, 2024
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from d6270ec to 4a37414 Compare July 16, 2024 16:40
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.13.0 Update module github.com/slack-go/slack to v0.13.1 Jul 16, 2024
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.13.1 Update module github.com/slack-go/slack to v0.13.1 - autoclosed Aug 7, 2024
@renovate renovate Bot closed this Aug 7, 2024
@renovate renovate Bot deleted the renovate/github.com-slack-go-slack-0.x branch August 7, 2024 10:21
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.13.1 - autoclosed Update module github.com/slack-go/slack to v0.13.1 Aug 7, 2024
@renovate renovate Bot restored the renovate/github.com-slack-go-slack-0.x branch August 7, 2024 14:20
@renovate renovate Bot reopened this Aug 7, 2024
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 4a37414 to 2bf2295 Compare August 7, 2024 14:21
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 2bf2295 to 18fd3cc Compare August 15, 2024 21:25
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.13.1 Update module github.com/slack-go/slack to v0.14.0 Aug 15, 2024
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 18fd3cc to 353f9b2 Compare October 14, 2024 20:37
@renovate renovate Bot requested a review from musaprg as a code owner October 14, 2024 20:37
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.14.0 Update module github.com/slack-go/slack to v0.15.0 Oct 14, 2024
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.15.0 Update module github.com/slack-go/slack to v0.16.0 Feb 10, 2025
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 353f9b2 to 83a5ab2 Compare February 10, 2025 07:29
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 83a5ab2 to 903caac Compare May 25, 2025 18:15
@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
@renovate
Copy link
Copy Markdown
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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22
github.com/gorilla/websocket v1.5.1 -> v1.5.3

@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 903caac to a2afc3a Compare June 8, 2025 22:43
@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 a2afc3a to 3abbfbd Compare June 29, 2025 13:54
@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 from 3abbfbd to 3871dae Compare July 4, 2025 19:00
@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 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 Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 3871dae to 4f11cc5 Compare October 9, 2025 10:14
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.25
github.com/gorilla/websocket v1.5.1 -> v1.5.3

@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 Feb 10, 2026
@renovate renovate Bot closed this Feb 10, 2026
@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 Feb 10, 2026
@renovate renovate Bot reopened this Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch 2 times, most recently from 4f11cc5 to c81ef04 Compare February 10, 2026 12:37
@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 Feb 16, 2026
@renovate renovate Bot closed this Feb 16, 2026
@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 Feb 16, 2026
@renovate renovate Bot reopened this Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch 3 times, most recently from 93757ec to 2774b97 Compare February 21, 2026 16:55
@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.18.0 Feb 21, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 2774b97 to 20e107e Compare March 5, 2026 01:24
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.18.0 Update module github.com/slack-go/slack to v0.19.0 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 20e107e to 49f96f9 Compare March 13, 2026 12:06
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 49f96f9 to a18353b Compare March 22, 2026 00:55
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.19.0 Update module github.com/slack-go/slack to v0.20.0 Mar 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from a18353b to 44b6913 Compare April 6, 2026 00:30
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.20.0 Update module github.com/slack-go/slack to v0.21.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 44b6913 to c6c268d Compare April 8, 2026 20:48
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.21.0 Update module github.com/slack-go/slack to v0.21.1 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from c6c268d to 166f3d0 Compare April 12, 2026 17:42
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.21.1 Update module github.com/slack-go/slack to v0.22.0 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 166f3d0 to 552f20a Compare April 22, 2026 22:49
@renovate renovate Bot changed the title Update module github.com/slack-go/slack to v0.22.0 Update module github.com/slack-go/slack to v0.23.0 Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants