Releases: GregHilston/Simple-Slack-Bot
Releases · GregHilston/Simple-Slack-Bot
v2.3.4
v2.2.0
Updated dependencies to no longer reference an old deprecated Slack API call
v2.0.0
Remove old unmaintained dependency slacker
and replaced with new python-slackclient
. Additionally wrote a slew of unit tests which did uncover bugs in the helper functions.
v1.3.0
Added
- Ability to gracefully kill the application with
CTRL + C
- Catching of all unexpected exceptions, which are logged and allow execution to continue
- Provided default logging by simply passing
debug=True
when initializing aSimpleSlackBot
v1.1.0
Added
- the ability to enable debug mode to see the output of Simple Slack Bot
Fixed
- a crash occurring when the key
text
wasn't in the slack event's JSON
The Real Initial Release
Simple-Slack-Bot should now be able to be imported successfully and used for your simple slack bot needs!
It too me some iterations to fix an import problem that stopped individuals from using the library
Initial release
v1.0.0-alpha Removed all logging by adding NullHanderl()
Attempt at fixing slack_socket import issue
v0.3.3-alpha Increased version number
Fixed __init__.py, should be working with newest feature set
v0.3.2-alpha Updated __init__.py to include the SlackRequest
Redesigned Simple-Slack-Bot to allow our users to use an already implemented API
Our users can now subscribe to slack events by knowing their types, listed in the API itself.