Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.3.0 #574

Merged
merged 1 commit into from Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/_posts/2018-06-05-v4.3.0.md
@@ -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
@@ -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