Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Releases: os/slacker

v0.7.0

02 Aug 12:06
@os os
Compare
Choose a tag to compare
  • Support default timeout for API calls (10 seconds).
  • Send API payloads in the request body.

v0.6.8

17 Jul 13:48
@os os
Compare
Choose a tag to compare
  • Use response.raise_for_status() instead of assert. Thanks, @diwu1989.
  • Add Reactions API.

v0.6.3

27 Jun 11:21
@os os
Compare
Choose a tag to compare
  • "unfurl_media" argument for chat.postMessage API.
  • "inclusive" argument for groups.history API.
  • "inclusive" argument for channels.history API.
  • "inclusive" argument for im.history API.
  • "content" argument for files.upload API.

v0.6.2

01 Jun 11:41
@os os
Compare
Choose a tag to compare
  • Fix NameError bug in Python 3.

v0.6.1

30 May 23:55
@os os
Compare
Choose a tag to compare
  • Ensure attachments are json-encoded.

v0.6.0

30 May 07:47
@os os
Compare
Choose a tag to compare
  • Added Incoming Webhooks class to allow easier posting of attachments.
  • Support for unicode file names.
  • Posts chat message to channel as user.
  • Add the groups.info endpoint.
  • Various refactoring.

v0.5.7

25 Mar 09:01
@os os
Compare
Choose a tag to compare
  • Add team.info API.

v0.5.6

10 Mar 10:22
@os os
Compare
Choose a tag to compare
  • Add team.accessLogs API.

v0.5.5

01 Feb 04:12
@os os
Compare
Choose a tag to compare
  • Add files.delete API.

v0.5.4

02 Jan 17:43
@os os
Compare
Choose a tag to compare
  • Add channels.create, users.getPresence and users.setPresence APIs.