Skip to content
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

build(deps): bump github.com/slack-go/slack from 0.6.6 to 0.7.1 #13

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2020

Bumps github.com/slack-go/slack from 0.6.6 to 0.7.1.

Release notes

Sourced from github.com/slack-go/slack's releases.

v0.7.1

Fix

  • Handle state in interaction callback #820

v0.7.0

Thank you for all the contributions!

Breaking Changes

  • Add ScheduledMessage type (#753)
  • Add description field to option block object (#783)
  • Fix wrong conditional branch (#782)
    • The behavior of the user's application may change.(The current behavior is incorrect)

Highlights

  • example: fix to start up a server (#773)
  • example: Add explanation how the message could be sent in a proper way (#787)
  • example: fix typo in error log (#779)
  • refactor: Make GetConversationsParameters.ExcludeArchived optional (#791)
  • refactor: Unify variables to "config" (#800)
  • refactor: Rename wrong file name (#810)
  • feature: Add SetUserRealName for change user's realName(#755)
  • feature: Add response metadata to slack response (#772)
  • feature: Add response metadata to slack response (#778)
  • feature: Add select block element conversations filter field (#790)
  • feature: Add Root field to MessageEvent to support thread_broadcast subtype (#793)
  • feature: Add bot_profile to messages (#794)
  • doc: Add logo to README (#813)
  • doc: Update current project status and Add changelog for v0.7.0 (#814)

#753: slack-go/slack#753 #755: slack-go/slack#755 #772: slack-go/slack#772 #773: slack-go/slack#773 #778: slack-go/slack#778 #779: slack-go/slack#779 #782: slack-go/slack#782 #783: slack-go/slack#783 #787: slack-go/slack#787 #790: slack-go/slack#790 #791: slack-go/slack#791 #793: slack-go/slack#793 #794: slack-go/slack#794 #800: slack-go/slack#800 #810: slack-go/slack#810 #813: slack-go/slack#813 #814: slack-go/slack#814

Changelog

Sourced from github.com/slack-go/slack's changelog.

v0.7.0 - October 2, 2020

full differences can be viewed using git log --oneline --decorate --color v0.6.6..v0.7.0 Thank you for many contributions!

Breaking Changes

  • Add ScheduledMessage type (#753)
  • Add description field to option block object (#783)
  • Fix wrong conditional branch (#782)
    • The behavior of the user's application may change.(The current behavior is incorrect)

Highlights

  • example: fix to start up a server (#773)
  • example: Add explanation how the message could be sent in a proper way (#787)
  • example: fix typo in error log (#779)
  • refactor: Make GetConversationsParameters.ExcludeArchived optional (#791)
  • refactor: Unify variables to "config" (#800)
  • refactor: Rename wrong file name (#810)
  • feature: Add SetUserRealName for change user's realName(#755)
  • feature: Add response metadata to slack response (#772)
  • feature: Add response metadata to slack response (#778)
  • feature: Add select block element conversations filter field (#790)
  • feature: Add Root field to MessageEvent to support thread_broadcast subtype (#793)
  • feature: Add bot_profile to messages (#794)
  • doc: Add logo to README (#813)
  • doc: Update current project status and Add changelog for v0.7.0 (#814)

#753: slack-go/slack#753 #755: slack-go/slack#755 #772: slack-go/slack#772 #773: slack-go/slack#773 #778: slack-go/slack#778 #779: slack-go/slack#779 #782: slack-go/slack#782 #783: slack-go/slack#783 #787: slack-go/slack#787 #790: slack-go/slack#790 #791: slack-go/slack#791 #793: slack-go/slack#793 #794: slack-go/slack#794 #800: slack-go/slack#800 #810: slack-go/slack#810 #813: slack-go/slack#813 #814: slack-go/slack#814

v0.6.0 - August 31, 2019

full differences can be viewed using git log --oneline --decorate --color v0.5.0..v0.6.0 thanks to everyone who has contributed since January!

Breaking Changes:

... (truncated)

Commits
  • da8fd1f Merge pull request #820 from slack-go/modify-state
  • ac7b9d0 fix (*slack.InteractionCallback).MarshalJSON for Go 1.7
  • d8b7a98 Handle state in interaction callback
  • 26dd6eb Merge pull request #814 from slack-go/next-minor-version
  • 1d8b50f Merge pull request #783 from deepoil/again766
  • a2b2078 Merge pull request #753 from Botary/add-scheduled-message
  • b7c6452 Modify release date
  • 1126ce2 [ci-skip] Prepare for v0.7.0
  • f018c18 Merge pull request #813 from BattleBas/logo
  • 3f4c05a Add logo to README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.6.6 to 0.7.1.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.6.6...v0.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 12, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2020

Superseded by #14.

@dependabot dependabot bot closed this Oct 19, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/slack-go/slack-0.7.1 branch October 19, 2020 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants