Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migration-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ In v7, the following registry APIs are exposed:

In v8, these have been replaced by:

- `ResiliencePipelineProvider<TKey>`: Allows adding and accessing resilience pipelines.
- `ResiliencePipelineRegistry<TKey>`: Read-only access to resilience pipelines.
- `ResiliencePipelineRegistry<TKey>`: Allows adding and accessing resilience pipelines.
- `ResiliencePipelineProvider<TKey>`: Read-only access to resilience pipelines.

The main updates:

Expand Down
Loading