Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

chore(deps): bump slack-api-model from 1.6.1 to 1.11.0 - #106

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.11.0
Closed

chore(deps): bump slack-api-model from 1.6.1 to 1.11.0#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2021

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.11.0.

Release notes

Sourced from slack-api-model's releases.

version 1.11.0

New Features

New options to auto-ack Events API requests

Since this version, your Bolt apps can easily acknowledge Events API requests without having listener functions.

Here are the two options available in AppConfig:

  • AppConfig#allEventsApiAutoAckEnabled: Boolean: If true, Bolt enables auto-acknowledging for all Events API requests even when corresponding listeners are missing.
  • AppConfig#subtypedMessageEventsAutoAckEnabled: Boolean: If true, Bolt enables auto-acknowledging for message + subtype Events API requests even when corresponding listeners are missing.
var config = new AppConfig();
config.setSubtypedMessageEventsAutoAckEnabled(true);
var app = new App(config);
// Add your listeners here
app.start();

These options does not prevent your listener execution. With these options, Bolt can acknowledge Events API requests only when corresponding listeners are not registered.

New properties in link_shared event

On September 1, 2021, the link_shared event is changing. The change will happen for free teams on September 1, and will roll out to paid teams over the following weeks. The chat.unfurl method will also accept new arguments.

Since this version, the updates in the Events API payload and chat.unfurl parameters are available. Refer to the pull request #817 and [the changelog](Refer to the changelog for more details: https://api.slack.com/changelog/2021-08-changes-to-unfurls) for more details.

Changes

  • [bolt] #812 #769 Add new options to auto-acknowledge Events API requests - Thanks @​seratch
  • [slack-api-client][bolt] #773 #813 Slack Connect API / Events support - Thanks @​seratch
  • [slack-api-client][bolt] #817 Update link_shared event payload for the changes starting on September 1 - Thanks @​seratch
  • [slack-api-client] #819 Add missing optional arguments - Thanks @​seratch

version 1.11.0-RC1

Refer to v1.11.0 release notes

version 1.10.0

New Features

Sign in with Slack (OpenID Connect)

... (truncated)

Commits
  • 9573438 version 1.11.0
  • a234392 Bump Kotlin, AWS SDK patch versions
  • ed6f13a Merge pull request #820 from seratch/issue-769-auto-ack
  • 8cda4d0 Update bolt/src/main/java/com/slack/api/bolt/AppConfig.java
  • c800360 Update the entity name to Slack Technologies, LLC (#822)
  • 094fdff Fix document errors
  • 4e01861 Bump gson patch version
  • 657cccc Bump external dependencies
  • 61a8300 version 1.11.0-RC1
  • 6c76639 Fix #769 A new option to auto-acknowledge Events API requests
  • 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 [slack-api-model](https://github.com/slackapi/java-slack-sdk) from 1.6.1 to 1.11.0.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.6.1...v1.11.0)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #108.

@dependabot dependabot Bot closed this Sep 7, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.11.0 branch September 7, 2021 14:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants