Skip to content

Releases: hubotio/hubot

v14.1.0

24 Feb 16:46
9e76a4f

Choose a tag to compare

14.1.0 (2026-02-24)

Features

v14.0.1

09 Feb 04:37
1057f5d

Choose a tag to compare

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)

v14.0.0

04 Feb 18:43
8ecd8c6

Choose a tag to compare

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

v13.2.2

02 Feb 00:04
9a9f09b

Choose a tag to compare

13.2.2 (2026-02-02)

Bug Fixes

  • Update Express 5.2.1 and remove standard (#1815) (9a9f09b)

v13.2.1

01 Feb 23:31
4750021

Choose a tag to compare

13.2.1 (2026-02-01)

Bug Fixes

  • messages not getting handled when linking to a local module for development (#1814) (4750021)

v13.2.0

31 Dec 22:21
5a0ce04

Choose a tag to compare

13.2.0 (2025-12-31)

Bug Fixes

  • robot.logger getting called prior to the Shell adapter loading (#1807) (c9e78e0)

Features

  • fix shell logger takeover when robot.logger is called before run (#1808) (5a0ce04)

v13.1.4

20 Oct 14:44
48b3bd1

Choose a tag to compare

13.1.4 (2025-10-20)

Bug Fixes

v13.1.3

11 Oct 20:05
8ad0c3d

Choose a tag to compare

13.1.3 (2025-10-11)

Bug Fixes

  • #1793 Shell adapter now respects HUBOT_LOG_LEVEL when printing message to the console (#1799) (8ad0c3d)

v13.1.2

11 Oct 19:26
cad58c5

Choose a tag to compare

13.1.2 (2025-10-11)

Bug Fixes

  • Adapter name wasn't getting set correctly (#1798) (cad58c5)

v13.1.1

30 Aug 17:45
e306f2e

Choose a tag to compare

13.1.1 (2025-08-30)

Bug Fixes

  • Test fails on Windows because of path calculation differences. #1788 (#1789) (e306f2e)