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

Merge pull request #357 from slackapi/rel-v3.10.0 #358

Merged
merged 1 commit into from May 26, 2017
Merged
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
14 changes: 14 additions & 0 deletions docs/_posts/2017-05-25-v3.10.0.md
@@ -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

You are viewing a condensed version of this merge commit. You can view the full changes here.