Browse Source

changelog and docs update

pull/17426/head
DanStough 2 years ago
parent
commit
5ceef20eb0
No known key found for this signature in database
GPG Key ID: D994ED7D73D7809
  1. 5
      .changelog/17426.txt
  2. 8
      website/content/api-docs/peering.mdx

5
.changelog/17426.txt

@ -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.
```

8
website/content/api-docs/peering.mdx

@ -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
@ -263,9 +263,9 @@ The table below shows this endpoint's support for
[agent caching](/consul/api-docs/features/caching), and [agent caching](/consul/api-docs/features/caching), and
[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