Web Chatbot SDK — Release Notes

Version history for the EnableX Dialogs Web Chatbot SDK — a plain-JavaScript client for building a custom web chat UI against the Dialogs chatbot engine. Releases are shown in reverse chronological order — latest first.

v1.0.0 — June 25, 2026
Initial Release

This is the first published release of the Web Chatbot SDK. Download: dialogs-chatbot-web-v1.0.js

v1.0.0 is a first-milestone plain-script SDK that wraps the channel-web REST API and guest Socket.IO connection described in Chat Bots, so you don't have to implement session handling, reconnects, and event parsing yourself.

What's included

Not included in this release

The following channel-web capabilities exist on the backend but are not yet wrapped by this SDK version. You can still reach them with direct REST calls as documented in Chat Bots:

No built-in authentication

This SDK does not add authentication or domain validation beyond the optional validateHost() check — see the Security section of the SDK reference before exposing a bot publicly.