Skip to content

Releases: rampatra/jbot

jbot-4.1.2-rc.1

23 Nov 11:02
Compare
Choose a tag to compare
jbot-4.1.2-rc.1 Pre-release
Pre-release

JBot release candidate:

  • Fixes 404 error in fb bot
  • Fixed partial write error in slack bot

jbot-4.1.0

17 Jun 17:13
Compare
Choose a tag to compare

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

12 Jun 09:19
Compare
Choose a tag to compare
  • Updated scm urls
  • Minor refactorings

jbot-4.0.2

11 Jun 11:36
Compare
Choose a tag to compare
  • 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

20 Mar 23:36
Compare
Choose a tag to compare

Converted the project into a multi-module maven project. This eases build and release process.

jbot-4.0.0

18 Mar 16:57
Compare
Choose a tag to compare

JBot 4.0 released with Facebook Messenger Bot.

jbot-3.0.2

28 Aug 18:20
Compare
Choose a tag to compare

artifact id changed

jbot-2.0.0

15 Aug 16:37
Compare
Choose a tag to compare

Changelog

Project name changed from botkit to jbot.

botkit-1.1.0

15 Aug 16:38
Compare
Choose a tag to compare

Changelog

Added unit tests for SlackBot and code refactored for TDD.