Skip to content

Commit

Permalink
Merge pull request #357 from slackapi/rel-v3.10.0
Browse files Browse the repository at this point in the history
v3.10.0
  • Loading branch information
aoberoi committed May 26, 2017
2 parents 945a79e + 7c19274 commit 5455b22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/_posts/2017-05-25-v3.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: changelog
---
* RTM client can now be initialized to use `rtm.connect` instead of `rtm.start` with option `useConnect: true` (#344) - thanks @CharlieHess
* Adds the new Web API method: `rtm.connect` (#344) - thanks @CharlieHess
* Adds support for the `chat.unfurl` option `userAuthRequired` (#336) - thanks @againer
* Adds the new Web API method: `im.replies` (#339) - thanks @moinism
* Adds support for presence subscriptions (#350) - thanks @CharlieHess
* Improve reliability of RTM reconnects (#349) - thanks @CharlieHess
* Fixes issue with RTM reconnect not using the same options as the initial connect (#347) - thanks @CharlieHess
* Fixes out of order messages in client's request queue (#346) - thanks @chapmanc
* Fixes bug in `MemoryDataStore` when seaching for a user by username that does not exist in the team (#332) - thanks @frejos
* Fixes example code to work as described in the comments (#337) - thanks @lukeb-uk

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": "3.9.0",
"version": "3.10.0",
"description": "A library for creating a Slack client",
"main": "./index",
"scripts": {
Expand Down

0 comments on commit 5455b22

Please sign in to comment.