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

chore(deps): bump slack-api-client from 1.6.1 to 1.20.2 - #156

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps slack-api-client from 1.6.1 to 1.20.2.

Release notes

Sourced from slack-api-client's releases.

version 1.20.2

Changes

  • [slack-api-client] #953 Add external_limited to conversations.inviteShared API parameters - Thanks @​seratch
  • [slack-api-model] Add Clip related properties to file object - Thanks @​seratch
  • [slack-api-client] Add new constant values to Audit Logs API client - Thanks @​seratch

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);
</tr></table> 

... (truncated)

Commits
  • b0d499b version 1.20.2
  • 5ae5df6 Upgrade optional dependencies
  • a7840c2 Add external_limited to conversations.inviteShared API parameters (#953)
  • 4962821 Fix build error
  • 95edb48 Run all the integration tests - 2022-03-16 PT
  • 6718608 Make MemoryMaintenanceJobTest more stable
  • cfc90d5 Add generated JSON data more
  • 970da1c Apply missing JSON data changes
  • f457510 Fix broken tests
  • f86ba42 Run all the integration tests - 2022-03-14 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-client](https://github.com/slackapi/java-slack-sdk) from 1.6.1 to 1.20.2.
- [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.2)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-client
  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 Apr 7, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #161.

@dependabot dependabot Bot closed this Apr 7, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-client-1.20.2 branch April 7, 2022 14:12
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