This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Releases: litaio/lita-slack
Releases · litaio/lita-slack
1.1.0
- Added: A new configuration option to connect to Slack through a proxy.
- Fixed: Lita will correctly shut down if the WebSocket connection to Slack is closed unexpectedly.
1.0.5
- Fixed: Lita will now correctly treat all direct messages as commands.
- Fixed: Lita will no longer crash when sending a direct message to a user.
1.0.4
- Fixed: Messages marked to be sent privately will no longer go to the channel.
- Changed: Improved documentation.
1.0.3
Fixed: Incoming message data without message text will no longer crash Lita.
1.0.2
Fixed: New user/bot joins and user/bot changes will no longer raise an exception.
1.0.1
Fixed: An exception will no longer be raised in certain cases when a user doesn't have a real name set.
1.0.0
- Changed: lita-slack has undergone a major rewrite to use Slack's new Real Time Messaging API. This release is not backwards compatible. See the project README for details.
0.1.2
- Fixed:
config.incoming_url
no longer needs to be set explicitly.