Skip to content

Releases: hubotio/hubot

v10.0.4

12 Nov 00:38
c3c7afa
Compare
Choose a tag to compare

10.0.4 (2023-11-12)

Bug Fixes

v10.0.3

09 Nov 04:42
5641d4c
Compare
Choose a tag to compare

10.0.3 (2023-11-09)

Bug Fixes

v10.0.2

05 Nov 21:09
4ec126b
Compare
Choose a tag to compare

10.0.2 (2023-11-05)

Bug Fixes

v10.0.1

05 Nov 04:18
1f730ce
Compare
Choose a tag to compare

10.0.1 (2023-11-05)

Bug Fixes

  • robot_test exited before finishing other tests (#1688) (1f730ce)

v10.0.0

05 Nov 03:45
c9f0d10
Compare
Choose a tag to compare

10.0.0 (2023-11-05)

Features

BREAKING CHANGES

  • new shell adapter no longer uses Cline. (#1687)

v9.1.1

25 Oct 03:02
36f3fd8
Compare
Choose a tag to compare

9.1.1 (2023-10-25)

Bug Fixes

  • address already in use 0.0.0.0:3000 with Node 21 (#1685) (36f3fd8)

v9.1.0

01 Oct 20:31
9fb0a34
Compare
Choose a tag to compare

9.1.0 (2023-10-01)

Features

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.