Currently Idobata uses a new event notification mechanism based on Server-Sent Events, which is called "eventd". This pull request adds support for eventd to hubot-idobata.
Will the old version of hubot-idobata stop working immediately?
No. We will support both traditional versions and new versions for a while. After a sufficient transition period, we will stop support for the older one. Until then, it does not affect bots that are working now.
I am maintaining another bot adapter. Do I need to add eventd support to this?
Yes, eventually. We will keep the current API for a while (at least a few months), but after that we will only support eventd. Please do not hesitate to tell us if you need help.
Currently Idobata uses a new event notification mechanism based on Server-Sent Events, which is called "eventd". This pull request adds support for eventd to hubot-idobata.
Will the old version of hubot-idobata stop working immediately?
No. We will support both traditional versions and new versions for a while. After a sufficient transition period, we will stop support for the older one. Until then, it does not affect bots that are working now.
I am maintaining another bot adapter. Do I need to add eventd support to this?
Yes, eventually. We will keep the current API for a while (at least a few months), but after that we will only support eventd. Please do not hesitate to tell us if you need help.