Releases: nestjs/terminus
Releases · nestjs/terminus
5.5.2
fix(bootstrap): Fix fasitfy http server not present
fix(build): Move mysql to devdependencies
test(bootstrap): Add e2e test case for FastifyAdapter
test: Run e2e test simuntanousely
5.5.1
chore: Update README
5.5.0
The first public release of nestjs/terminus
!
- feat(core): Add ability to configure logger
v5.4.0-rc.0
- docs(lib): Update JSDoc comments
- docs(lib): Update JSDoc comments
- feat(database): Add database health indicator
- feat(health): Add dns ping check
- fix(healthcheck) : Log errors inside health checks
- fix(npm): Make npm package smaller
- fix(package): typeorm package dependencies
- fix(package): typeorm package dependencies
- fix(test): docker compose configuration
- fix(test): Fix ts error on compilation
- fix(travis): Fix mysql database connection in e2e tests
- fix(travis): Fix mysql database connection in e2e tests
- refactor(healthcheck): Update health check architecture
- refactor(sample): Move terminus related stuff into seperate health module
- refactor(tsconfig): Add noImplicitAny and update lib
- refactor(tsconfig): Add noImplicitAny and update lib
- test(dns): Add more dns error tests
- test(health): Add dns health check test
v5.3.0
Features
- Add TerminusModule
- Add Terminus integration
- Add samples
- Add e2e tests
- Add Travis integration