Skip to content

Releases: hubotio/hubot-redis-brain

v3.0.1

13 Nov 19:53
Compare
Choose a tag to compare

3.0.1 (2023-11-13)

Bug Fixes

v3.0.0

13 Nov 19:50
19b8e17
Compare
Choose a tag to compare

3.0.0 (2023-11-13)

Features

BREAKING CHANGES

  • Requires Hubot v11

v2.1.0

20 Oct 02:59
3c955a0
Compare
Choose a tag to compare

2.1.0 (2023-10-20)

Features

v2.0.0

24 Jul 23:16
41de728
Compare
Choose a tag to compare

2.0.0 (2023-07-24)

Bug Fixes

  • Error when using string key prefix as part of REDIS_URL (#59) (41de728)

BREAKING CHANGES

  • REDIS_URL should have the database number as the pathname instead of the prefix.

Example setting the key prefix via Redis URL: redis://localhost:6379/?prefix-for-redis-key or redis://localhost:6379?prefix-for-redis-key

v1.1.6

23 Jul 23:43
a7f7f4a
Compare
Choose a tag to compare

1.1.6 (2023-07-23)

Bug Fixes

  • Continue support for setting a Redis string key prefix via REDIS_URL like redis.sock?key-prefix and localhost:6379/key-prefix (c1719ba)
  • Enable connecting to Redis with the rediss:// (SSL/TLS) with a self-signed cert. (0ac4ab6), closes #43

v1.1.5

23 Jul 18:31
8089baa
Compare
Choose a tag to compare

1.1.5 (2023-07-23)

Bug Fixes

  • Actually remove the travis.yml file (4cf1e41)

v1.1.4

23 Jul 18:15
d7973ad
Compare
Choose a tag to compare

1.1.4 (2023-07-23)

Bug Fixes

  • Publish to the latest tag on NPM (cae342b)

v1.1.3

23 Jul 16:22
5eba5d7
Compare
Choose a tag to compare

1.1.3 (2023-07-23)

Bug Fixes

  • Fails to connect to Redis (fde750a)

v1.1.2

23 Jul 14:15
91cff9d
Compare
Choose a tag to compare

1.1.2 (2023-07-23)

Bug Fixes

  • Use pathname field instead of path field (62ee9b5)

v1.1.1

13 Jul 02:41
b3bad23
Compare
Choose a tag to compare

1.1.1 (2023-07-13)

Bug Fixes

  • release: Add release branches (4542bc1)
  • standard: Word-wrap vulnerability (99d40ff)