Skip to content

Releases: nestjs/terminus

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

7.0.0

05 Apr 16:12
8323f3e
Compare
Choose a tag to compare

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

08 Feb 23:39
a6b5fff
Compare
Choose a tag to compare
  • fix(typeorm): Connection parameter error #545
  • fix(typeorm): MongoDB connection always returns connected #548

6.5.5

16 Dec 11:05
b9f43ae
Compare
Choose a tag to compare
  • fix() Do not bootstrap terminus in case there is no http server #461
  • fix(): for incorrect shutdown on SIGTERM signal #451

6.5.4

16 Dec 11:02
b9f43ae
Compare
Choose a tag to compare
6.5.4

6.5.2

23 Sep 19:28
2f6e20f
Compare
Choose a tag to compare
  • fix(oracle): Support oracle connection for pingDb query #374
  • fix(): do not fix peerDependencies #363

6.5.0

15 Jul 18:10
22b2ab4
Compare
Choose a tag to compare
  • fix(): External dependencies missing in TS strict mode #233