nficano / tangerine

A Flask inspired, decorator based API wrapper for Python-Slack.
Other
147 stars 19 forks source link

Bump slackclient from 1.3.1 to 2.7.0 #94

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps slackclient from 1.3.1 to 2.7.0.

Release notes

Sourced from slackclient's releases.

v2.7.0

Refer to v2.7.0 milestone to know the complete list of the issues resolved by this release.

New Features

  1. [WebhookClient] #707 #270 #531 Add WebhookClient for Incoming Webhooks & response_url - Thanks @seratch @chubz @Ambro17

Updates

  1. [WebClient] #704 #695 Add calls_* methods to WebClient and CallBlock in Block Kit classes - Thanks @seratch
  2. [WebClient] #710 #536 Allow Tokens to be specified per request - Thanks @seratch
  3. [WebClient] #709 #708 Add default_to_current_conversation in conversations_select elements - Thanks @seratch

v2.6.2

Refer to v2.6.2 milestone to know the complete details of this release.

Updates

  1. [WebClient] #705 WebClient's paginated API calls may fail with no params - Thanks @seratch

v2.6.1

This patch release is a quick fix for #701, a major issue that affected RTMClient users in v2.6.0. The malfunction was introduced by #667 trying to address #558 #619. Those issues were reopened and will be resolved by another approach. Refer to v2.6.1 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [RTMClient] #701 RTMClient drops some messages when they come in rapid succession - Thanks @pbrackin @seratch

v2.6.0

New Features

  1. [Block Kit] #659 Add complete supports for Block Kit components and fixed a few existing bugs as well (#500 #519 #623 #632 #635 #639 #676 #699) - Thanks @seratch @diurnalist @ruberVulpes @jeremyschulman @e271828- @RodneyU215
  2. [Signature] #686 Add slack.signature.SignatureVerifier for request verification - Thanks @seratch
  3. [WebClient] #682 Add missing Grid admin APIs (admin.usergroups.*, admin.users.*, admin.apps.*) - Thanks @stevengill @seratch

Updates

  1. [WebClient][RTMClient] Fixed a bunch of the currency issues this SDK had (#429 #463 #492 #497 #530 #558 #569 #605 #613 #619 #626 #630 #631 #633 #669) - Thanks @seratch @aaguilartablada @aoberoi @stevengill @marshallino16
  2. [WebClient] #681 #560 Enable using bool values for request parameters - Thanks @roman-kachanovsky @seratch
  3. [WebClient] #661 #678 Improve handling of required "ids" parameters (e.g., channel_ids, users) - Thanks @seratch
  4. [WebClient] #680 Add non-conversation API deprecation warnings - Thanks @seratch
  5. [WebClient] #671 #670 Enable passing None values for request parameters (they used to result in errors) - Thanks @yuji38kwmt @seratch
  6. [WebClient] #673 Fix #672 files.upload fails with a filepath containing multi byte chars - Thanks @yuji38kwmt @seratch
  7. [WebClient] #656 Fix #594 preview_image for files.remote.add API method is not properly supported - Thanks @Eothred @seratch
  8. [Maintenance] #618 Add py.typed file to package distribution - Thanks @JKillian
  9. [WebClient] #599 Strip token string parameters of whitespace - Thanks @TheFrozenFire
  10. [WebClient] #692 Fix superfluous_charset warnings since v2.4.0 - Thanks @seratch
  11. [WebClient] #652 Update oauth_v2_access to include redirect_uri (as optional) - Thanks @tomasreimers

Refer to v2.6.0 milestone to know the complete list of the issues resolved by this release.

... (truncated)
Changelog

Sourced from slackclient's changelog.

<title>Changelog &mdash; Slack Developer Kit for Python</title>

<!-- Google Tag Manager --> <script> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-KFZ5MK7'); </script> <!-- End Google Tag Manager -->

<link href="https://a.slack-edge.com/4f227/style/rollup-slack_kit_legacy_adapters.css" rel="stylesheet" type="text/css" /> <link href="https://a.slack-edge.com/3e02c0/style/rollup-api_site.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="./_static/default.css" type="text/css" /> <link rel="stylesheet" href="./_static/pygments.css" type="text/css" /> <link rel="stylesheet"

... (truncated)
Commits
  • a866aad version 2.7.0
  • 8639a29 Tweak ./docs.sh to always run a clean build
  • 2f657ea Merge pull request #707 from seratch/webhook
  • b8725ce Add attachments support
  • 0266424 Add send method with kwargs, auto attachments conversion, more logging
  • 20933f2 Fix comments and remove unnecessary logic
  • c7d0be8 Fix #270 by adding a new module for incoming webhook and response_url
  • 86f77bc Merge pull request #704 from seratch/calls-api
  • 43ceaaa Merge pull request #709 from seratch/issue-708
  • 5971d0d Merge pull request #710 from seratch/issue-536
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #95.