Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
1.0.8
01 Sep 00:53
Compare
Sorry, something went wrong.
No results found
Added rtm.connect support
1.0.7
02 Aug 23:32
Compare
Sorry, something went wrong.
No results found
Fixes an issue where connecting to large teams failed with "Websocket URL expired" (#127 ) - thanks @jayalane !
Modernizes packaging with a whole bunch of tiny improvements (#188 ) - thanks @aoberoi
1.0.6
20 Jun 00:57
Compare
Sorry, something went wrong.
No results found
1.0.5
24 Jan 01:08
Compare
Sorry, something went wrong.
No results found
Allow RTM Channel.send_message to reply to a thread, thanks @sd2k !
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
1.0.4
24 Jan 00:56
Compare
Sorry, something went wrong.
No results found
Fixed the ability to search for a user by ID
1.0.3
13 Dec 22:09
Compare
Sorry, something went wrong.
No results found
fixed an issue causing RTM connections to fail for large teams
1.0.2
22 Sep 22:38
Compare
Sorry, something went wrong.
No results found
Bug fixes for file uploading!
Also:
Improved docs
Added some py3 fixes
1.0.0
29 Feb 06:52
Compare
Sorry, something went wrong.
No results found
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