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

Releases: os/slacker

v0.14.0

15 Feb 09:01
@os os
Compare
Choose a tag to compare
  • Add blocks support to Slacker (@genghis)
  • Add mrkdwn argument for chat.postMessage method

v0.13.0

25 Apr 07:23
@os os
Compare
Choose a tag to compare
  • Add migration.exchange method
  • Add apps.uninstall method
  • Add conversations methods
  • Rename utils module to utilities
  • Replace mock package with responses
  • Upgrade tox to 3.9.0
  • PEP 8 fixes
  • Drop Python 2.6 support

v0.12.0

08 Dec 11:26
@os os
Compare
Choose a tag to compare
  • Add thread_ts argument for files.upload method - #139
  • Add before argument for team.accessLogs method - #112

v0.11.0

28 Nov 07:47
@os os
Compare
Choose a tag to compare
  • Set long_description to fix the PyPI page

v0.10.0

26 Nov 12:13
@os os
Compare
Choose a tag to compare
  • Add reply broadcast support (@flilley)
  • Add optional include_locale parameter for users.info (@sjung)
  • Allow a file handle to be passed for files.upload (@sillyfrog)
  • Add dialog.open method (@shollingsworth)

v0.9.65

25 Mar 04:11
@os os
Compare
Choose a tag to compare
  • Add chat.getPermalink method
  • Add retry support

v0.9.60

19 Aug 09:51
@os os
Compare
Choose a tag to compare
  • Add channel.replies method
  • Add chat.postEphemeral method
  • Add chat.unfurl method
  • Add apps.permissions methods
  • Add groups.replies method
  • Add oauth.token method

v0.9.50

26 May 15:14
@os os
Compare
Choose a tag to compare
  • Add example scripts to show listing items & posting to channels #74
  • Add members_exclude parameter to the Channels.list method #105
  • Add RTM.connect method #106
  • Add channel parameter to the Files.list method #103
  • Add __str__ method to the Response class #107
  • Add thread_ts parameter for Chat.post_message method #101
  • Added undocumented users.admin.invite method #94
  • Make sure empty lists are also JSON encoded #93
  • Added __version__ #108
  • Support connection pooling via requests.Session #111

v0.9.42

18 Feb 09:20
@os os
Compare
Choose a tag to compare
  • Add im.replies method
  • Add users.identity method

v0.9.40

28 Jan 09:56
@os os
Compare
Choose a tag to compare
  • Fix package classifiers. Closes #87
  • Enable mpim.replies method
  • Add as_user argument for chat.delete method. Closes #96
  • Make file argument optional for files.upload API. Closes #80
  • Make text argument optional for chat.post_message method. Closes #83