DRUID 8.14 (Latest)

Deployment Dates

The table below lists the deployment date of DRUID v8.14 across DRUID Clouds. To view the DRUID Releases Calendar, see Druid ChatBot Releases.

Druid Cloud Community

*.community.Druidplatform.com

Druid Cloud US

*.us.Druidplatform.com

Druid Cloud Australia

*au.Druidplatform.com

Druid Cloud West-Europe (PROD)

*.Druidplatform.com

April 10, 2025 May 8, 2025 May 8, 2025 May 8, 2025

These release notes give you a brief, high-level description of the improvements implemented to existing features.

If you have questions about your DRUID tenant, please contact support@Druidai.com or your local DRUID partner for more information.

Connector Host Upgrade Recommended!  This release includes features that require upgrade of your DRUID Connector Host:
  • Connector - New Druid APIs with Built-in Authentication
  • DRUID Data Service Connector – Batch processing enhancement for Add Entity integration

What's New

  • Flow Details - Commands section for technical utterances. With this release, a new Commands section is available in flow details, allowing you to define technical utterances as exact-match commands. These are training phrases that are not used to train the NLP model. Instead, they are matched exactly and are ideal for handling structured or technical inputs; for example: __update_db_parameters__ or #CreateNewFlowFromBot. This approach helps reduce noise in language understanding, especially when using NLP models with LLM support.
  • Note:  If you have technical flows that currently include such phrases in their NLP training data, make sure to update those flows. Remove the technical phrases from the training phrases section and add them to the new Commands section instead.
  • Sprinklr channel. With this release, you can integrate DRUID bots with Sprinklr to handle user requests within the chosen channels in Sprinklr flows. For information on how to configure the channel, see Sprinklr.

Improvements

  • Megabot - Trigger flows between child bots or from a child bot to the megabot. With this release, you can now trigger a flow from one child bot to another child bot or from a child bot to the megabot itself.
  • Note:  Cross-child flow triggering is only supported within the megabot conversation. It is not available when interacting directly with an individual child bot.

    Note:  
    • If a child bot is removed from the megabot, any flows that rely on it will no longer trigger.
    • If a bot is assigned as a child to multiple megabots, the flow list will display flows from all child bots across those megabots—grouped by bot. Make sure to select the correct flow to avoid misrouting or triggering unintended behavior.
  • Connector - New Druid APIs with Built-in Authentication. This introduces new Druid APIs with built-in authentication, providing you with the ability to perform specific actions directly within your integrations:
    • api/services/app/Bot/GetBotForEditChannelsAsync - Retrieves channel configuration details for a specific bot, including VoiceText endpoint information. Useful for integrations that require dynamic access to channel settings, such as in the KB Toolkit.
    • api/services/app/Bot/GetBotForEditAsync - Returns editable configuration data for a specific bot. This includes flow settings like the Intent Not Recognized flow and KB Search Flow, which are essential for managing fallback behavior in integrations used in the KB Toolkit.
    • api/services/app/KnowledgeBase/GetCollection - Fetches information about the knowledge base collections linked to a bot. This is helpful when determining the flow configurations associated with the Intent Not Recognized flow, or KB Search Flow.
    • api/services/app/User/GetUsers - Retrieves a list of users in the current environment. This is typically useful when creating custom views in workspaces.
  • Extended language support in chat snippet. Additional languages defined through the conversation time machine translation feature are now also available for use in the chat snippet.

  • DRUID Data Service Connector – Batch processing enhancement for Add Entity integration. This release introduces a new option for the Add Entity integration, Set parent reference for Batch. When adding multiple child records in a batch, this option automatically links each child to its parent entity—no need for manual foreign key mapping via Custom Code integration.

  • Note:   To use this feature, you must first define a proper relationship between the parent and child entities by configuring a foreign key field in the child entity that references the parent.

    For more information, see Add Entity.

  • Knowledge Base – Improved Word Extractor. The Word Extractor now captures hyperlinks embedded in portions of text, making it easier to extract linked URLs along with the associated content.
  • Flow Diagram – Layered Digraph View. You can now visualize flows using the new Layered Digraph View in the Flow Diagram. This view provides a structured, hierarchical layout for easier understanding of flow sequences. Multiple view options are available to suit your preferences.
  • Custom Dashboards – Support for bot KPIs. You can now configure widgets in custom dashboards to display bot KPIs. This allows you to track and visualize bot performance metrics directly within your personalized dashboard. For more information, see Custom Dashboards.