Releases: liaoliaots/nestjs-redis
Releases · liaoliaots/nestjs-redis
v3.0.0-next.2
What's Changed
Maintenance
- remove unnecessary packages check
Documentation
- update test coverage
- update dependency graph
v3.0.0-next.1
What's Changed
Maintenance
- remove
node
engines
v3.0.0-next.0
What's Changed
BREAKING CHANGES
- drop support for
NestJS 7
- For NestJS 7 please use@liaoliaots/nestjs-redis
2.x
Documentation
- update install
- other updates
Maintenance
- add engines field
v2.1.0
What's Changed
New
- add packages check for redis, cluster
Documentation
- update examples
- other updates
Dependency Updates
- bump @types/node from 15.12.5 to 16.0.0
- bump eslint from 7.29.0 to 7.30.0
- bump husky from 6.0.0 to 7.0.0
- bump typescript from 4.3.4 to 4.3.5
v2.0.1
What's Changed
New
- add extra ping fot cluster health check
Documentation
- add keywords
- add cluster examples
- fix typo
v2.0.0
What's Changed
BREAKING CHANGES
cluster
- the
startupNodes
option was renamed tonodes
- the
clusterOptions
option was renamed tooptions
- the
ClusterPingCheckOptions
option was renamed toClusterHealthCheckOptions
- the
pingCheck
method of health check was renamed toisHealthy
- remove
timeout
option fromClusterHealthCheckOptions
- the
InjectClusterClient
decorator was renamed toInjectCluster
redis
- the
RedisPingCheckOptions
option was renamed toRedisHealthCheckOptions
- the
pingCheck
method of health check was renamed toisHealthy
- remove
timeout
option fromRedisHealthCheckOptions
- the
InjectRedisClient
decorator was renamed toInjectRedis
Documentation
- complete redis and cluster
- add examples
- update test coverage
- update badge
Dependency Updates
- bump @types/node from 15.12.4 to 15.12.5
- bump prettier from 2.3.1 to 2.3.2
- bump jest from 27.0.5 to 27.0.6
- bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1
- bump @typescript-eslint/parser from 4.28.0 to 4.28.1
v1.3.0
v1.2.0
🎉🎉🎉 First release