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.
- 1 mentions breaking changes
8 changes across 3 releases
Added 1
- Implement CommandBus with deterministic command handling
Changed 5
Fixed 1
- Empty messages no longer get sent when hitting enter repeatedly in the shell prompt
Security 1
- 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
v14.0.1
14.0.1 (2026-02-09)
Bug Fixes
v14.0.0
14.0.0 (2026-02-04)
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