Skip to content

Releases: slackapi/python-slack-sdk

1.1.1

01 Feb 23:40
Compare
Choose a tag to compare
  • 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

31 Jan 00:38
Compare
Choose a tag to compare
  • 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

01 Sep 01:57
Compare
Choose a tag to compare

Fixed rtm_send_message ID bug introduced in 1.0.8

1.0.8

01 Sep 00:53
Compare
Choose a tag to compare
  • Added rtm.connect support

1.0.7

02 Aug 23:32
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

1.0.5

24 Jan 01:08
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed the ability to search for a user by ID

1.0.3

13 Dec 22:09
Compare
Choose a tag to compare
  • fixed an issue causing RTM connections to fail for large teams

1.0.2

22 Sep 22:38
Compare
Choose a tag to compare

Bug fixes for file uploading!

Also:

  • Improved docs
  • Added some py3 fixes