Hot fix for properly exited threads on keyboard interrupt
0.6.0
Notable changes: - Added caching for user and channel lookup/translation to reduce the number of calls made to Slack (thanks srikalyan!) - Event type filter can now be added as a parameter to SlackSocket on initialization (thanks srikalyan!) - Add proper handling for keyboard interrupt (thanks hfwang!)
0.5.2
New features: - Adds optional confirm parameter to send_msg to request that slacksocket block until message received confirmation is returned
0.5.1
New features: - Adds Python3 support - New SlackEvent attribute "mentions" parses out id or name mentions in messages - Updated websocket reconnect logic - hotfix: fix send_msg timestamp bug
0.4.4
New features: - Added send_msg method and complementing SlackMsg object - Updated docs
0.4.2
New features: - Added SlackSocket.user and SlackSocket.team attributes to retrieve the user/team you're currently connected as.