Releases: rampatra/jbot
Releases · rampatra/jbot
jbot-4.1.2-rc.1
JBot release candidate:
- Fixes 404 error in fb bot
- Fixed partial write error in slack bot
jbot-4.1.0
Change Log:
- Fixed two major issues with Slack:
- Web socket connection url expired with starting RTM connection for workspaces with many channels and users
- Slack bot went offline when no activity
- Removed the public method
startWebSocketConnection()
which was added in version 4.0.2 as it's no longer required - Other code refactorings and improvements
jbot-4.0.3
- Updated scm urls
- Minor refactorings
jbot-4.0.2
- Added attachments in Event model in Slack
- Added new public
startWebSocketConnection()
method which the bot can call if the socket connection closes abruptly - Other minor code improvements
jbot-4.0.1
Converted the project into a multi-module maven project. This eases build and release process.
jbot-4.0.0
JBot 4.0 released with Facebook Messenger Bot.
jbot-3.0.2
artifact id changed
jbot-2.0.0
Changelog
Project name changed from botkit to jbot.
botkit-1.1.0
Changelog
Added unit tests for SlackBot and code refactored for TDD.