You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/changelog.rst
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,25 @@
2
2
Changelog
3
3
==============================================
4
4
5
+
v2.7.0 (2020-06-02)
6
+
-------------------
7
+
8
+
Refer to `v2.7.0 milestone <https://github.com/slackapi/python-slackclient/milestone/6?closed=1>`_ to know the complete list of the issues resolved by this release.
1. [WebClient] #704 #695 Add `calls_*` methods to `WebClient` and `CallBlock` in Block Kit classes - Thanks @seratch
17
+
2. [WebClient] #710 #536 Allow Tokens to be specified per request - Thanks @seratch
18
+
3. [WebClient] #709 #708 Add default_to_current_conversation in conversations_select elements - Thanks @seratch
19
+
5
20
v2.6.2 (2020-05-28)
6
21
-------------------
7
22
8
-
Refer to `v2.6.2 milestone <https://github.com/slackapi/python-slackclient/milestone/9>`_ to know the complete details of this release.
23
+
Refer to `v2.6.2 milestone <https://github.com/slackapi/python-slackclient/milestone/9?closed=1>`_ to know the complete details of this release.
9
24
10
25
**Updates**
11
26
@@ -23,7 +38,7 @@ This patch release is a quick fix for #701, a major issue that affected RTMClien
23
38
v2.6.0 (2020-05-21)
24
39
-------------------
25
40
26
-
Refer to `v2.6.0 milestone <https://github.com/slackapi/python-slackclient/milestone/5>`_ to know the complete list of the issues resolved by this release.
41
+
Refer to `v2.6.0 milestone <https://github.com/slackapi/python-slackclient/milestone/5?closed=1>`_ to know the complete list of the issues resolved by this release.
<h1>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
232
+
<divclass="section" id="v2-7-0-2020-06-02">
233
+
<h2>v2.7.0 (2020-06-02)<aclass="headerlink" href="#v2-7-0-2020-06-02" title="Permalink to this headline">¶</a></h2>
234
+
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/6?closed=1">v2.7.0 milestone</a> to know the complete list of the issues resolved by this release.</p>
235
+
<p><strong>New Features</strong></p>
236
+
<olclass="arabic simple">
237
+
<li><p>[WebhookClient] #707 #270 #531 Add <cite>WebhookClient</cite> for Incoming Webhooks & response_url - Thanks @seratch @chubz @Ambro17</p></li>
238
+
</ol>
239
+
<p><strong>Updates</strong></p>
240
+
<olclass="arabic simple">
241
+
<li><p>[WebClient] #704 #695 Add <cite>calls_*</cite> methods to <cite>WebClient</cite> and <cite>CallBlock</cite> in Block Kit classes - Thanks @seratch</p></li>
242
+
<li><p>[WebClient] #710 #536 Allow Tokens to be specified per request - Thanks @seratch</p></li>
243
+
<li><p>[WebClient] #709 #708 Add default_to_current_conversation in conversations_select elements - Thanks @seratch</p></li>
244
+
</ol>
245
+
</div>
231
246
<divclass="section" id="v2-6-2-2020-05-28">
232
247
<h2>v2.6.2 (2020-05-28)<aclass="headerlink" href="#v2-6-2-2020-05-28" title="Permalink to this headline">¶</a></h2>
233
-
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/9">v2.6.2 milestone</a> to know the complete details of this release.</p>
248
+
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/9?closed=1">v2.6.2 milestone</a> to know the complete details of this release.</p>
234
249
<p><strong>Updates</strong></p>
235
250
<olclass="arabic simple">
236
251
<li><p>[WebClient] #705 WebClient’s paginated API calls may fail with no params - Thanks @seratch</p></li>
<h2>v2.6.0 (2020-05-21)<aclass="headerlink" href="#v2-6-0-2020-05-21" title="Permalink to this headline">¶</a></h2>
249
-
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/5">v2.6.0 milestone</a> to know the complete list of the issues resolved by this release.</p>
264
+
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/5?closed=1">v2.6.0 milestone</a> to know the complete list of the issues resolved by this release.</p>
250
265
<p><strong>New Features</strong></p>
251
266
<olclass="arabic simple">
252
267
<li><p>[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</p></li>
0 commit comments