Skip to content

Update module github.com/slack-go/slack to v0.17.3 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/slack-go/slack v0.14.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 https://github.com/slack-go/slack/pull/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

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 https://github.com/slack-go/slack/pull/1443 for more details.

Features added

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

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
Bug Fixes
Chores

New Contributors

Full Changelog: slack-go/slack@v0.14.0...v0.15.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 renovate bot added the dependencies Renovate dependency updates label 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 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 5a5f7f2 to 9569d02 Compare February 9, 2025 20:25
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 9569d02 to 0176556 Compare May 25, 2025 18:53
@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):

  • 1 additional dependency was updated

Details:

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

@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 0176556 to dea307a Compare June 8, 2025 21:15
@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 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 dea307a to d5c5096 Compare June 29, 2025 16:53
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from d5c5096 to d0da24d Compare July 4, 2025 18:41
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Renovate dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants