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.20.1 - #153

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2022

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.20.1.

Release notes

Sourced from slack-api-model's releases.

version 1.20.1

Changes


version 1.20.0

Changes

  • [bolt-socket-mode] #939 #937 bolt-socket-mode establishes a connection before a SocketModeApp#start()/startAsync() method call - Thanks @​seratch
  • [slack-api-client] #938 #931 AdminAppsRequestsListRequest class missing enterpriseId field - Thanks @​seratch @​andrewtcobb

version 1.19.0

New Features

A new option to completely disable the underlying API call metrics management

The smart rate limiter feature in this SDK is so useful for easily managing rate limits in Slack API calls. https://slack.dev/java-slack-sdk/guides/web-api-basics#rate-limits

However, as reported at slackapi/java-slack-sdk#933, the feature can be a bit overhead for the app that needs to handle requests associated with a large number of workspace installations (say, thousands!).

Since this version, we've added a new option statsEnabled to SlackConfig and its API client level sub configs such as MethodsConfig, SCIMConfig, and AuditConfig. The default value is true, which is compatible with the past versions.

If you don't need the traffic metrics at all, you can disable this feature by the following way:

SlackConfig config = new SlackConfig();
config.setStatsEnabled(false);
Slack slack = Slack.getInstance(config);

For more granular control, you can set the same flag for each API client:

SlackConfig config = new SlackConfig();
// Disable the metrics only for Web API methods
config.getMethodsConfig().setStatsEnabled(false);
// For SCIM, Audit Logs APIs, the metrics are still available
Slack slack = Slack.getInstance(config);

... (truncated)

Commits
  • d5f3374 version 1.20.1
  • d2e3d2a Bump quarkus patch verison in example app and docs
  • fc5eb0c Fix #945 Log level for rate-limited error logging (#946)
  • 20c8dca Run all the integration tests - 2022-03-02 PT
  • 1856cb1 Upgrade the optional dependencies
  • 26e0e3a Run all the integration tests - 2022-03-01 PT
  • c1c46ec Run all the integration tests - 2022-02-28 PT
  • 9c7192e Bump nokogiri from 1.12.5 to 1.13.3 in /docs (#944)
  • 2392bc6 Run all the integration tests - 2022-02-25 PT
  • 2978f82 Run all the integration tests - 2022-02-24 PT
  • 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.20.1.
- [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.20.1)

---
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 Mar 18, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #155.

@dependabot dependabot Bot closed this Mar 18, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.20.1 branch March 18, 2022 14:10
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