Skip to content

5.5.1 Redis is optional + knex bump

Latest
Compare
Choose a tag to compare
@tot-ra tot-ra released this 03 Feb 17:10
· 12 commits to master since this release
f768147

NB! repository moved from pipedrive namespace. Make sure to use new docker image namespace

Changes:

  • knex dependency update
  • redis changes from @ehardy PR #172 :
  • Passing the Redis password to the RedisTransport constructor in src/logger.ts.
  • Initializing Redis in the init() function in src/index.ts. With this change the warnings in the logs disappear.
  • In order to cover the Redis/password cases, the docker-compose.base.yml now makes sure to launch Redis with password protection.
  • Adding an environment variable called LOG_STREAMING_ENABLED to further control if log streaming over Redis should be enabled or not.