# hubot changelog > A customizable life embetterment robot. - Vendor: hubotio - Category: Productivity - Official site: https://hubotio.github.io/hubot/ - Tracked by: What's New (https://whatsnew.fyi/product/hubot) - Harvested from: GitHub (hubotio/hubot) - Entries below: 10 (newest first) 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'. ## Releases ### v14.1.0 - Date: 2026-02-24 - Version: v14.1.0 - Original notes: https://github.com/hubotio/hubot/releases/tag/v14.1.0 - Permalink: https://whatsnew.fyi/product/hubot/releases/v14.1.0 - **changed** — Update pino logging #### [14.1.0](https://github.com/hubotio/hubot/compare/v14.0.1...v14.1.0) (2026-02-24) ###### Features * update pino logging ([#1824](https://github.com/hubotio/hubot/issues/1824)) ([9e76a4f](https://github.com/hubotio/hubot/commit/9e76a4f9bdc8e56c48ae0539cb01586ca6b87ff3)) ### v14.0.1 - Date: 2026-02-09 - Version: v14.0.1 - Original notes: https://github.com/hubotio/hubot/releases/tag/v14.0.1 - Permalink: https://whatsnew.fyi/product/hubot/releases/v14.0.1 - **fixed** — Empty messages no longer get sent when hitting enter repeatedly in the shell prompt ##### [14.0.1](https://github.com/hubotio/hubot/compare/v14.0.0...v14.0.1) (2026-02-09) ###### Bug Fixes * **shell:** Empty messages were getting sent when hitting enter over and over again in the prompt. ([#1819](https://github.com/hubotio/hubot/issues/1819)) ([1057f5d](https://github.com/hubotio/hubot/commit/1057f5d61ceeee6f849e8482fb5fe91116944c90)) ### v14.0.0 - 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 - **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 ### v13.2.2 - Date: 2026-02-02 - Version: v13.2.2 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.2.2 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.2.2 - **fixed** — Update Express to 5.2.1 and remove standard - **changed** — Express dependency updated to 5.2.1 ##### [13.2.2](https://github.com/hubotio/hubot/compare/v13.2.1...v13.2.2) (2026-02-02) ###### Bug Fixes * Update Express 5.2.1 and remove standard ([#1815](https://github.com/hubotio/hubot/issues/1815)) ([9a9f09b](https://github.com/hubotio/hubot/commit/9a9f09b9fd0d4d41ccfbeab670e6db44b208bded)) ### v13.2.1 - Date: 2026-02-01 - Version: v13.2.1 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.2.1 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.2.1 - **fixed** — messages not getting handled when linking to a local module for development ##### [13.2.1](https://github.com/hubotio/hubot/compare/v13.2.0...v13.2.1) (2026-02-01) ###### Bug Fixes * messages not getting handled when linking to a local module for development ([#1814](https://github.com/hubotio/hubot/issues/1814)) ([4750021](https://github.com/hubotio/hubot/commit/4750021942f506738bc280dc521c2d0c999b3a10)) ### v13.2.0 - Date: 2025-12-31 - Version: v13.2.0 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.2.0 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.2.0 - **fixed** — robot.logger getting called prior to the Shell adapter loading - **added** — Fix shell logger takeover when robot.logger is called before run #### [13.2.0](https://github.com/hubotio/hubot/compare/v13.1.4...v13.2.0) (2025-12-31) ###### Bug Fixes * robot.logger getting called prior to the Shell adapter loading ([#1807](https://github.com/hubotio/hubot/issues/1807)) ([c9e78e0](https://github.com/hubotio/hubot/commit/c9e78e06dee06489d100868811d691a416fa55d6)) ###### Features * fix shell logger takeover when robot.logger is called before run ([#1808](https://github.com/hubotio/hubot/issues/1808)) ([5a0ce04](https://github.com/hubotio/hubot/commit/5a0ce0406b8eeaad9b7cf9c1756ddf614922c19f)) ### v13.1.4 - Date: 2025-10-20 - Version: v13.1.4 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.1.4 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.1.4 - **fixed** — Release job in pipeline ##### [13.1.4](https://github.com/hubotio/hubot/compare/v13.1.3...v13.1.4) (2025-10-20) ###### Bug Fixes * Release job in pipeline ([#1801](https://github.com/hubotio/hubot/issues/1801)) ([48b3bd1](https://github.com/hubotio/hubot/commit/48b3bd1f3f699561b0e6ff6b42e195e086071a05)) ### v13.1.3 - Date: 2025-10-11 - Version: v13.1.3 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.1.3 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.1.3 - **fixed** — Shell adapter now respects HUBOT_LOG_LEVEL when printing message to the console ##### [13.1.3](https://github.com/hubotio/hubot/compare/v13.1.2...v13.1.3) (2025-10-11) ###### Bug Fixes * [#1793](https://github.com/hubotio/hubot/issues/1793) Shell adapter now respects HUBOT_LOG_LEVEL when printing message to the console ([#1799](https://github.com/hubotio/hubot/issues/1799)) ([8ad0c3d](https://github.com/hubotio/hubot/commit/8ad0c3dc64e5231541677b490ecc73f544206040)) ### v13.1.2 - Date: 2025-10-11 - Version: v13.1.2 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.1.2 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.1.2 - **fixed** — Adapter name wasn't getting set correctly ##### [13.1.2](https://github.com/hubotio/hubot/compare/v13.1.1...v13.1.2) (2025-10-11) ###### Bug Fixes * Adapter name wasn't getting set correctly ([#1798](https://github.com/hubotio/hubot/issues/1798)) ([cad58c5](https://github.com/hubotio/hubot/commit/cad58c59cc631b7e0335f90c9a0c15428768f827)) ### v13.1.1 - Date: 2025-08-30 - Version: v13.1.1 - Original notes: https://github.com/hubotio/hubot/releases/tag/v13.1.1 - Permalink: https://whatsnew.fyi/product/hubot/releases/v13.1.1 - **fixed** — Test fails on Windows because of path calculation differences ##### [13.1.1](https://github.com/hubotio/hubot/compare/v13.1.0...v13.1.1) (2025-08-30) ###### Bug Fixes * Test fails on Windows because of path calculation differences. [#1788](https://github.com/hubotio/hubot/issues/1788) ([#1789](https://github.com/hubotio/hubot/issues/1789)) ([e306f2e](https://github.com/hubotio/hubot/commit/e306f2e4db26d183f25222825ba201e959d927ec))