Skip to content

Releases: hubotio/hubot

v9.0.2

25 Sep 02:54
a4219a0
Compare
Choose a tag to compare

9.0.2 (2023-09-25)

Bug Fixes

  • Coffeescript adapter failing to load on Windows (#1670) (a4219a0)

v9.0.1

23 Sep 21:55
50fa216
Compare
Choose a tag to compare

9.0.1 (2023-09-23)

Bug Fixes

v9.0.0

23 Sep 21:43
bffe675
Compare
Choose a tag to compare

9.0.0 (2023-09-23)

Features

BREAKING CHANGES

  • Updating datastore to async/await API.
  • Bump Node support to v18
  • Making robot.run async/await is an API change.

Get tests working with node v18.17.1.
It's fine if there's not a history file for the shell adapter.
fixed this[#rl].close is not a function in pipeline.
Possible race condition between loading the readline interface and call to close happening close together.

v8.1.0

16 Sep 21:06
a4c2ec8
Compare
Choose a tag to compare

8.1.0 (2023-09-16)

Features

v8.0.3

14 Aug 03:37
91cbe76
Compare
Choose a tag to compare

8.0.3 (2023-08-14)

Bug Fixes

  • Loading .mjs Adapter from file and scripts failing on Windows (#1662) (91cbe76)

v8.0.2

13 Aug 22:55
a98b433
Compare
Choose a tag to compare

8.0.2 (2023-08-13)

Bug Fixes

  • ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows (#1661) (a98b433)

v8.0.1

13 Aug 22:30
8a198e2
Compare
Choose a tag to compare

8.0.1 (2023-08-13)

Bug Fixes

  • on Windows, getting ERR_UNSUPPORTED_ESM_URL_SCHEME error when trying to load an adpater (#1660) (8a198e2)

v8.0.0

13 Aug 22:15
85db19b
Compare
Choose a tag to compare

8.0.0 (2023-08-13)

Features

BREAKING CHANGES

  • This change introduces using async/await to load files from the scripts folder.

v7.0.0

29 Jul 23:25
ac5dcd2
Compare
Choose a tag to compare

7.0.0 (2023-07-29)

Features

  • Use organization scoped adapters like @hubot-friends/hubot-slack (#1655) (ac5dcd2)

BREAKING CHANGES

  • This change now requires you to include hubot- when specifying hubot adapters.

v6.0.0

24 Jul 01:01
218fdd6
Compare
Choose a tag to compare

6.0.0 (2023-07-24)

Bug Fixes

  • es2015 hadn't been updated to the v5 Robot signature (aed26e6)

BREAKING CHANGES

  • version 5 introduced a new Robot signature which impacts any program using es2015.js directly.