Skip to content

Releases: slackapi/python-slack-sdk

1.2.0

21 Mar 00:35
07cce9b
Compare
Choose a tag to compare
  • You can now tell the RTM client to automatically reconnect by passing auto_reconnect=True

1.1.3

01 Mar 22:48
Compare
Choose a tag to compare
  • Fixes Web API JSON encoding

1.1.2

02 Feb 00:03
Compare
Choose a tag to compare
  • Fixed an encoding issue which was encoding some Web API params incorrectly (sorry)

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