Skip to content

chore(deps): update dependency com.slack.api:slack-app-backend to v1.11.0#5874

Merged
eaball35 merged 1 commit into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/com.slack.api-slack-app-backend-1.x
Aug 26, 2021
Merged

chore(deps): update dependency com.slack.api:slack-app-backend to v1.11.0#5874
eaball35 merged 1 commit into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/com.slack.api-slack-app-backend-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.api:slack-app-backend 1.10.0 -> 1.11.0 age adoption passing confidence

Release Notes

slackapi/java-slack-sdk

v1.11.0

Compare Source

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 has been generated by WhiteSource Renovate. View repository job log here.

@forking-renovate forking-renovate Bot added the automerge Merge the pull request once unit tests and other checks pass. label Aug 26, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 26, 2021
@product-auto-label product-auto-label Bot added the samples Issues that are directly related to samples. label Aug 26, 2021
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 26, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2021
@gcf-merge-on-green
Copy link
Copy Markdown
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 26, 2021
@eaball35 eaball35 self-requested a review August 26, 2021 16:30
@eaball35 eaball35 merged commit a89c1e2 into GoogleCloudPlatform:master Aug 26, 2021
@renovate-bot renovate-bot deleted the renovate/com.slack.api-slack-app-backend-1.x branch August 26, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants