Skip to content

Releases: adonisjs/redis

Updating underlying dependencies

08 Feb 04:52
Compare
Choose a tag to compare

Cleaning up internals

26 Dec 06:18
Compare
Choose a tag to compare
  • chore: tag package as @Alpha 8c1ea4b
  • ci: reverting to old circleci config to make it use docker for running tests a3904fd
  • docs(README): update badges links d6bbfe2
  • ci: use node 12 and latest for ci testing c1d8b35
  • chore: remove instructions.ts and .md file in favor of package.json inline instructions b661fd2
  • chore: remove peer dependency on @adonisjs/core, since it's not really required d7592b7
  • feat: add redis.activeConnections and redis.activeConnectionsCount properties 2bbb927
  • refactor: remove _ prefix from all private properties 184ce9a
  • chore: remove tslint in favor of eslint 97cf17f
  • chore: update dependencies a2be9a3
  • fix: remove instructions (#24) cdf562c

v3.1.2...v3.2.0

Improving adonisJs instructions

11 Sep 06:53
Compare
Choose a tag to compare

Adding custom instructions.js file to register the @adonisjs/core types and also add instructions.md file with some documentation

  • chore: add instructions.md file 756cd37
  • refactor: instructions log success message 2130bb1
  • fix(template): config file must import Env 18c97b5
  • chore: adding instructions file for setting types in tsconfig file 07404f2
  • feat: adding health checker when health checks are enabled 8c47f6d

v3.1.1...v3.1.2

Tightening up the last release

11 Sep 06:13
Compare
Choose a tag to compare
  • style: remove console.log statement from tests 730a4ca
  • refactor: typecast values before passing to ioRedis.Cluster b1ceec9
  • docs(readme): update features block 2a9cbb5
  • chore: set env var REDIS_CONNECTION=local 8574a3f
  • chore: fix typo in templates map 6ab645f
  • feat: register health check checker with HealthCheck service 9967016
  • chore: update config params 339360a

v3.1.0...v3.1.1

Adding support for health check reports in Redis

11 Sep 05:25
Compare
Choose a tag to compare
  • fix: check for last error before deferring the getReport method 529a9d4
  • feat: adding support for healthchecks 0d00469
  • chore(package): update typings path 2106b3b
  • chore(package): update files to publish c9e8a40
  • refactor: cleaning up 09bdfb1
  • refactor: using newer api for copying templates 622fc84
  • chore(package): update dependencies de26eb6
  • chore(package): update dependencies d775371
  • chore(package): update dependencies 61678f3
  • feat: setup instructions file 3f2cb47
  • refactor: use esModuleInterop option of typescript bff2331
  • style: fix docblock typos 00d3c32
  • chore(package): update dependencies 7713194
  • chore(package): update @adonisjs/fold 08d2402
  • chore(deps-dev): update husky requirement from ^2.5.0 to ^3.0.0 (#20) cf0cdce

v3.0.0...v3.1.0

Rewrite in Typescript

27 Jun 08:49
Compare
Choose a tag to compare

The release is a re-write from scratch in Typescript with most of the API is same, apart from handful of changes. Recommend you to read AdonisJs upgrade guide for more info

  • chore: npm test run tests via docker f472c05
  • feat: add support for defining listeners as ioc container bindings d4415eb
  • docs(readme): update readme c6667fc
  • feat: add adonis provider 196c1b1
  • feat: add quitAll and disconnectAll methods 822bc95
  • feat: add Redis module to manage multiple factory connections 46ae263
  • refactor: move AbstractFactory to a folder 5d115b9
  • chore: add docker support for running 45e8ccf
  • ci: add redis to build process 3fc0ad7
  • feat: add redis cluster factory c4dc175
  • feat: add RedisFactory for creating redis connections 125a8cd
  • feat: initiate new project e067c2f
  • chore(package): run test coverage only on CI 58e34af
  • chore: remove package-lock 5470bce

v2.0.8...v3.0.0