Skip to content

Releases: hubotio/hubot

v5.0.0

10 Jun 15:27
74c580c
Compare
Choose a tag to compare

5.0.0 (2023-06-10)

Features

  • adapter: Load adapter from local disk (67fe7c9)
  • Remove loading hubot scripts from file (abc89c4)
  • robot: hubot -f (d1cabd5)

BREAKING CHANGES

  • No longer loading scripts from hubot-scripts.js
  • adapter: ES6 import is async, thus loadAdapter was changed to an async function.

v4.1.0

31 May 01:38
67e8732
Compare
Choose a tag to compare

4.1.0 (2023-05-31)

Features

  • log: Replace log module with the pino module (02d217a)
  • log: Replace log module with the pino module which has structured/ndjson logging (f17226d)

v4.0.0

13 May 04:42
3c2cb92
Compare
Choose a tag to compare

4.0.0 (2023-05-13)

Features

  • log: bump log module from 1.4.0 to 6.3.1 (4c34b62)

BREAKING CHANGES

  • log: Updating log module from 1.4.0 to 6.3.1.

v3.5.0

10 May 01:52
861de8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

17 Apr 18:41
b390398
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.4.0

v3.3.2

17 Apr 04:53
7795fe5
Compare
Choose a tag to compare

3.3.2 (2019-04-17)

Bug Fixes

  • address deprecation warning on startup (af8acb3)

v3.3.1

06 Mar 17:15
c1c2611
Compare
Choose a tag to compare

3.3.1 (2019-03-06)

Bug Fixes

  • Brain: avoid retaining dangerous robot/brain references (947d988)

v3.3.0

19 Feb 19:06
d2b57bd
Compare
Choose a tag to compare

3.3.0 (2019-02-19)

Features

  • Add new Datastore class (a494d0e)
  • User: add Datastore support (40712e1)

v3.2.0

10 Jan 22:13
a3d80c1
Compare
Choose a tag to compare

3.2.0 (2019-01-10)

Features

  • Brain: ensure User objects are actually User objects (a6201ad)

v3.1.1

03 Aug 15:46
ea182fa
Compare
Choose a tag to compare

3.1.1 (2018-08-03)

Bug Fixes

  • docstrings: split on any newline (43acd6d)