Hubot Redis Brain Versions Save

A hubot script to persist hubot's brain using redis

v3.0.1

6 months ago

3.0.1 (2023-11-13)

Bug Fixes

v3.0.0

6 months ago

3.0.0 (2023-11-13)

Features

BREAKING CHANGES

  • Requires Hubot v11

v2.1.0

7 months ago

2.1.0 (2023-10-20)

Features

v2.0.0

10 months ago

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

10 months ago

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

10 months ago

1.1.5 (2023-07-23)

Bug Fixes

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

v1.1.4

10 months ago

1.1.4 (2023-07-23)

Bug Fixes

  • Publish to the latest tag on NPM (cae342b)

v1.1.3

10 months ago

1.1.3 (2023-07-23)

Bug Fixes

  • Fails to connect to Redis (fde750a)

v1.1.2

10 months ago

1.1.2 (2023-07-23)

Bug Fixes

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

v1.1.1

10 months ago

1.1.1 (2023-07-13)

Bug Fixes

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