# hubot v14.0.0 - Product: hubot (https://whatsnew.fyi/product/hubot) - Vendor: hubotio - Date: 2026-02-04 - Version: v14.0.0 - Original notes: https://github.com/hubotio/hubot/releases/tag/v14.0.0 - Permalink: https://whatsnew.fyi/product/hubot/releases/v14.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Implement CommandBus with deterministic command handling - **changed** — Event logging is disabled by default; pass disableLogging: false to log events to disk (.data/) - **security** — Fix for code scanning alert no. 5: Regular expression injection - **changed** — Escape the bot name and alias - **changed** — Coerce to boolean better - **changed** — Allow quotes in quoted text #### [14.0.0](https://github.com/hubotio/hubot/compare/v13.2.2...v14.0.0) (2026-02-04) * feat!: Implement CommandBus with deterministic command handling ([#1818](https://github.com/hubotio/hubot/issues/1818)) ([8ecd8c6](https://github.com/hubotio/hubot/commit/8ecd8c63509b83d89e770462bfe5c3a5e0392675)) ###### BREAKING CHANGES * Event logging is disabled by default. Pass disableLogging: false to log events to disk (.data/). * Potential fix for code scanning alert no. 5: Regular expression injection Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * escape the bot name and alias just in case * coerce to boolean better * allow quotes in quoted text * copilot suggestions