Releases: hubot-js/hubot.js
v1.6.1
v1.6.0
Update gear-code-review version
Remove package with security issue
v1.4.0
Changes strategy to restart hubot in case of connection loss
The previous method to try to reconnect when losing the connection to Slack was not working. It has been changed to perform a periodic check to indicate if the bot is online. If not, the Node process will be terminated. A restart command was added to start the Docker container. This way, in case of loss of connection, the Node process will be closed and the container will be automatically restarted.
Update gear-code-review
The gear-code-review database file is now saved in the user folder to make it easier to map volumes with Docker.
v1.3.2
Fix issue with database permission
Docker was running as a root user, causing some problems in saving the database file. Now the application runs with a user named node. The command to execute the image has been updated in the README.
Update gear-code-review
It's now possible to pass a supplementary text when asking for the review
v1.3.1
v1.1.1
Update Node version
Updated Node version used in Docker image and Travis build to 7.10.0
Update gear-jenkins version
Update gear-jenkins to get new version that resolves a bug with the database
1.1.0
Multiple languages
Now the hubot has the ability to speak in different languages. So far the supported languages are English and Portuguese.
Standardization of commands
Commands used directly in a chat with the bot no longer need their name as a prefix. In a channel the name of the bot as a prefix is still required.
Hubot commands in help
Hubot commands are now displayed in the help command
v1.0.0
Version 1.0.0 is the first stable version of hubot.js. Some features have been added such as the ability to choose which use gears, and configuration using Slack.