Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Releases: slack-samples/python-rtmbot

0.4.1 Release

Choose a tag to compare

@Roach Roach released this 13 Feb 17:25
  • Fixes crashes due to missing job_output
  • Support for private channels (Group IDs)
  • Fixed example code in README
  • Stability improvements
  • Various docs updates

Refactor plugin architecture

Pre-release

Choose a tag to compare

@jammons jammons released this 02 Nov 17:32

BREAKING CHANGES!

Plugins are now easier to handle from the python REPL and tests. See the README for usage instructions. This also makes it possible to install and use this from PyPi.

Adds Web API access into plugin context and fixed Windows plugin imports

Choose a tag to compare

@jammons jammons released this 26 Aug 02:56

There will be a future release with some refactoring to make the inclusion of the SlackClient a bit easier, but for now this should work!

Unicode should now work

Pre-release

Choose a tag to compare

@jammons jammons released this 06 Jun 16:47

We should be using Unicode strings everywhere in Python 2.7 and 3.x now.

Note, I also changed the versioning to use x.x.x instead of x.xx for better semantic versioning.

Refactor to pull RTMBot class to make it more isolated

Choose a tag to compare

@jammons jammons released this 11 May 22:21

This repo still has a fair ways to go to get it up to a production release quality, including lots of testing. This marks the beginning point of working towards better quality and testing.