Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
1.1.1
- Adds HTTP response headers to
api_call
responses to expose things like rate limit info
- Moves
token
into auth header rather than request params
1.1.0
- Adds new SlackClientError and ResponseParseError types to describe errors - thanks @aoberoi!
- Fix Build Error (#245) - thanks @stasfilin!
- include email as user property (#173) - thanks @acaire!
- Add http reply into slack login and slack connection error (#216) - thanks @harlowja!
- Removed unused exception class (#233)
- Fix rtm_send_message bug (#225) - thanks @kt5356!
- Allow use of custom parameters on rtm_connect() (#210) - thanks @kamushadenes!
- Fix link to rtm.connect docs (#223) - @sampart!
1.0.9
Fixed rtm_send_message ID bug introduced in 1.0.8
1.0.8
- Added rtm.connect support
1.0.7
- 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.5
- 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
- Fixed the ability to search for a user by ID
1.0.3
- fixed an issue causing RTM connections to fail for large teams
1.0.2
Bug fixes for file uploading!
Also:
- Improved docs
- Added some py3 fixes