Releases: nestjs/terminus
Releases · nestjs/terminus
7.0.0
Features
- Get health check programmatically #9
- Middleware compatibility #33
- Swagger compatibility #32
Bug fixes
- Raise condition for Process Signals #312
- Trailing slash behavior #569
Other
- Removal of
@godaddy/terminus
#340
6.5.6
- fix(typeorm): Connection parameter error #545
- fix(typeorm): MongoDB connection always returns connected #548
6.5.5
- fix() Do not bootstrap terminus in case there is no http server #461
- fix(): for incorrect shutdown on SIGTERM signal #451
6.5.2
- fix(oracle): Support oracle connection for pingDb query #374
- fix(): do not fix peerDependencies #363
6.5.0
- fix(): External dependencies missing in TS
strict
mode #233
6.4.0
- feat(bootstrap): Add
useGlobalPrefix
option (#261)
6.3.4
- feat(typeorm): Add mongo support in
TypeOrmHealthIndicator
- fix(disk): Use types from check-disk-space package (#259)
- fix(): Use Mongoose full import to prevent having to install typings
- fix(): Accept any in TerminusLogger as error
- chore(): Use strict config in tsconfig
- deps(): Upgrade to godaddy terminus 4.1.2 (#245)
6.3.2
fix(grpc): Use Transport
enum only when @nestjs/microservices
module is installed
6.3.1
- fix(): Copy proto files into dist folder for GRPC health check #224