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.13.0 - #116

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2021

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.13.0.

Release notes

Sourced from slack-api-model's releases.

version 1.13.0

New Features

HTTP headers in Web API responses

Since this version, all the Web API responses return not only parsed response body data but also its response headers. Particularly, the x-oauth-scopes value should be helpful to easily know the list of granted scopes for the token used for the API call.

Changes

  • [slack-api-client] #850 Add getHttpResponseHeaders() method to Web API responses - Thanks @​seratch
  • [slack-api-client] #877 Fix race conditions in the Slack API Client by adding atomicity - Thanks @​daelynj
  • [slack-api-client] #868 Mark rtm.start as deprecated - Thanks @​seratch
  • [slack-api-client] #878 Add team.billing.info and team.preferences.list APIs - Thanks @​seratch
  • [slack-api-client] #841 #634 Add admin.conversations.{get|set|remove}CustomRetention API support - Thanks @​seratch
  • [slack-app-model] #859 Fix #857 Add the missing "pronouns" field to User.Profile data class - Thanks @​seratch @​petehannam
  • [slack-api-model] #864 #863 Support TimePickerElement in Block Kit Kotlin DSL - Thanks @​ikolomiets
  • [bolt] #851 Fix an error in Socket Mode document - Thanks @​bcarter97
  • [all] #866 #865 Fix to parent pom.xml that allows submodules override default language level in IntelliJ IDEA - Thanks @​ikolomiets
  • [all] #880 Upgrade patch/minor versions of dependencies for v1.13 release - Thanks @​seratch

version 1.12.1

Changes


version 1.12.0

New Features

Turning off state parameter validation in the OAuth flow

Enterprise Grid org admins can start org-wide app installations from their app management page. In this situation, no state parameter will be attached to the query string value througout the OAuth flow.

Since this version, we've added a new option to customize this behavior for this use case. You can set the stateValidationEnabled flag in AppConfig to false if you turn the validation off.

var config = new AppConfig();
// set client_id etc.
config.setStateValidationEnabled(false);
var app = new App(config).asOAuthApp(true);
app.start();

... (truncated)

Commits
  • 601c1f4 veresion 1.13.0
  • d6c2494 Run all the integration tests - 2021-10-29 PT
  • b4644f3 Upgrade patch/minor versions of dependencies for v1.13 release (#880)
  • 13f5b77 Add team.billing.info and team.preferences.list APIs (#878)
  • 07b0e57 Fix race conditions by adding atomicity (#877)
  • 58181ce Run all the integration tests - 2021-10-27 PT
  • 9200799 Run all the integration tests - 2021-10-26 PT
  • d0d500c Run all the integration tests - 2021-10-21 PT
  • b71a88f Re-generate sample JSON data for Audit Logs API
  • 62f93c7 Run all the integration tests - 2021-10-20 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.13.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.13.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 Nov 15, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #120.

@dependabot dependabot Bot closed this Nov 15, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.13.0 branch November 15, 2021 14:05
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