changelog and docs update

pull/17426/head
DanStough 2 years ago
parent 11b1dd2b80
commit 5ceef20eb0
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809

@ -0,0 +1,5 @@
```release-note:improvement
peering: gRPC queries for TrustBundleList, TrustBundleRead, PeeringList, and PeeringRead now support blocking semantics,
reducing network and CPU demand.
The HTTP APIs for Peering List and Read have been updated to support blocking.
```

@ -154,7 +154,7 @@ The table below shows this endpoint's support for
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- | | ---------------- | ----------------- | ------------- | -------------- |
| `NO` | `consistent` | `none` | `peering:read` | | `YES` | `consistent` | `none` | `peering:read` |
### Path Parameters ### Path Parameters
@ -264,8 +264,8 @@ The table below shows this endpoint's support for
[required ACLs](/consul/api-docs/api-structure#authentication). [required ACLs](/consul/api-docs/api-structure#authentication).
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required | | Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- | | ---------------- | ----------------- | -------------------- | -------------- |
| `NO` | `consistent` | `none` | `peering:read` | | `YES` | `consistent` | `background refresh` | `peering:read` |
### Query Parameters ### Query Parameters

Loading…
Cancel
Save