Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jun 5, 2018
1 parent 24488bb commit 4b50d20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/_posts/2018-06-05-v4.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: changelog
---

- Adds new permissions method named aliases to `WebClient`: `apps.permissions.resources.list` and
`apps.permissions.scopes.list` (#568) - thanks @ggruiz
- Fixes an issue where an `RTMClient` instance throws errors while trying to reconnect after a connection interuption
(#560) - thanks @aoberoi
- Fixes issue where rate-limit handling in `WebClient` was not triggering, and adds tests (#570, #573) - thanks @ggruiz
- Adds missing `IncomingWebhookResult` type to exports (#562) - thanks @mledom
- Changes `options` argument of `RTMClient#start()` to be optional as it was intended (#567) - thanks @christophehurpeau
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "4.2.2",
"version": "4.3.0",
"description": "Slack Developer Kit - official clients for the Web API, RTM API, and Incoming Webhooks",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down

0 comments on commit 4b50d20

Please sign in to comment.