What changed in hubot from 13 to 14

3 releases numbered after v13.2.2 up to and including v14.1.0, stable releases only. v13.2.2 and v14.1.0 are the newest stable releases of 13 and 14 we track; this page follows them as new ones ship.

8 changes across 3 releases

Added 1

v14.0.0

  • Implement CommandBus with deterministic command handling
Changed 5

v14.1.0

  • Update pino logging

v14.0.0

  • Event logging is disabled by default; pass disableLogging: false to log events to disk (.data/)
  • Escape the bot name and alias
  • Coerce to boolean better
  • Allow quotes in quoted text
Fixed 1

v14.0.1

  • Empty messages no longer get sent when hitting enter repeatedly in the shell prompt
Security 1

v14.0.0

  • Fix for code scanning alert no. 5: Regular expression injection

Original release notes, newest first

The list above is our reading of these notes; the originals from hubotio are here, one fold per release.

v14.1.0

14.1.0 (2026-02-24)

Features

View originalPermalink

v14.0.1
14.0.1 (2026-02-09)
Bug Fixes
  • shell: Empty messages were getting sent when hitting enter over and over again in the prompt. (#1819) (1057f5d)

View originalPermalink

v14.0.0

14.0.0 (2026-02-04)

  • feat!: Implement CommandBus with deterministic command handling (#1818) (8ecd8c6)
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

View originalPermalink