Skip to content

Commit 80927c0

Browse files
authored
Add terminus v8 migration guide
1 parent 61ceebf commit 80927c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/migration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ To learn more about the new features we've added in the v8, check out this [link
88
The `HttpModule` exported from the `@nestjs/common` package has been deprecated and will be removed in the next major release.
99
Instead, please use the `@nestjs/axios` package (otherwise, there are no API differences).
1010

11+
#### Terminus
12+
13+
##### HttpHealthIndicator
14+
15+
`HttpHealthIndicator` requires `@nestjs/axios` to be installed as well as `HttpModule` to be imported. (otherwise, there are no API differences)
16+
17+
##### TerminusModule.forRoot{Async}
18+
19+
The deprecated `TerminusModule.forRoot{Async)` has been removed. In order to upgrade, check out the [Terminus v7.x.x upgrade guide](https://docs.nestjs.com/v7/migration-guide#terminus)
20+
1121
#### gRPC strategy
1222

1323
The original Node gRPC library (`grpc`) has been deprecated and will no longer receive feature updates.

0 commit comments

Comments
 (0)