Changelog
Changelog
v1.0.9 (2017-8-31)
Fixed rtm_send_message ID bug introduced in 1.0.8
v1.0.8 (2017-8-31)
Added rtm.connect support
v1.0.7 (2017-08-02)
Fixes an issue where connecting over RTM to large teams may result in “Websocket URL expired” errors
A load of packaging improvements
v1.0.6 (2017-06-12)
Added proxy support (thanks @timfeirg!)
Tidied up docs (thanks @schlueter!)
Added tox settings for Python 3 testing (thanks @cclauss!)
v1.0.5 (2017-1-23)
Allow RTM Channel.send_message to reply to a thread
Index users by ID instead of Name (non-breaking change)
Added timeout to api calls.
Fixed a typo about token access in auth.rst, thanks @kelvintaywl!
Added Message Threads to the docs
v1.0.4 (2016-12-15)
fixed the ability to search for a user by ID
v1.0.3 (2016-12-13)
fixed an issue causing RTM connections to fail for large teams
v1.0.2 (2016-09-22)
removed unused ping counter
fixed contributor guidelines links
updated documentation
Fix bug preventing API calls requiring a file ID
Removes files from api_calls before JSON encoding, so the request is properly formatted
v1.0.1 (2016-03-25)
fix for __eq__ comparison in channels using ‘#’ in channel name
added copyright info to the LICENSE file
v1.0.0 (2016-02-28)
the api_call
function now returns a decoded JSON object, rather than a JSON encoded string
some api_call
calls now call actions on the parent server object:
- im.open
- mpim.open
, groups.create
, groups.createChild
- channels.create
, channels.join`
v0.18.0 (2016-02-21)
Moves to use semver for versioning
Adds support for private groups and MPDMs
Switches to use requests instead of urllib
Gets Travis CI integration working
Fixes some formatting issues so the code will work for python 2.6
Cleans up some unused imports, some PEP-8 fixes and a couple bad default args fixes