Skip to content

Releases: nestjs/terminus

Release 8.0.1

22 Sep 07:56
Compare
Choose a tag to compare

8.0.1 (2021-09-22)

Bug Fixes

Release 8.0.0

27 Aug 10:54
Compare
Choose a tag to compare

8.0.0 (2021-08-27)

Acknowledgement

Big thanks to @Tony133 and everyone who helped pushing for 8.0.0 ❤️

Bug Fixes

  • deps: update dependency @grpc/proto-loader to v0.6.2 (821fb9e)
  • deps: update dependency fastify to v3.17.0 (1a744b1)
  • deps: update dependency typeorm to v0.2.34 (99b1e44)

Code Refactoring

  • remove deprecated Terminus API (70e36ed)

Features

BREAKING CHANGES

  • HttpHealthIndicator requires @nestjs/axios to be installed as well as HttpModule to be imported
  • TerminusModule.forRoot{Async) has been removed

In order to migrate, check out: https://docs.nestjs.com/migration-guide#terminus

  • Upgrade to NestJS v8.x.x

Release 7.2.0

13 May 15:30
Compare
Choose a tag to compare

7.2.0 (2021-05-13)

Features

Release 7.2.0-next.0

11 Apr 20:28
b31afc7
Compare
Choose a tag to compare
Release 7.2.0-next.0 Pre-release
Pre-release

7.2.0-next.0 (2021-04-11)

Features

Release 7.1.2

04 Apr 14:09
6f92670
Compare
Choose a tag to compare

7.1.2 (2021-04-04)

Bug Fixes

Release 7.1.1

27 Mar 18:29
b4dc809
Compare
Choose a tag to compare

7.1.1 (2021-03-27)

Bug Fixes

Release 7.1.0

31 Jan 21:43
fbfff7d
Compare
Choose a tag to compare

7.1.0 (2021-01-31)

Features

Others

  • dns: DNSHealthIndicator has been renamed to HttpHealthIndicator. This deprecation will be removed in 8.x.x. In order to migrate, simply replace DNSHealthIndicator with HttpHealthIndicator, the behavior stays the same.

Kudos to @Tony133 and @trescube for the new features!

Release 7.1.0-next.1

31 Jan 21:36
d4d9f32
Compare
Choose a tag to compare
Release 7.1.0-next.1 Pre-release
Pre-release

7.1.0-next.1 (2021-01-31)

Release 7.1.0-next.0

31 Jan 20:25
e8d0980
Compare
Choose a tag to compare
Release 7.1.0-next.0 Pre-release
Pre-release

7.1.0-next.0 (2021-01-31)

Features

7.0.1

10 Apr 15:26
c071d69
Compare
Choose a tag to compare

Bug fixes

  • HealthCheckResult interface not exported from lib #639