Skip to content

Commit

Permalink
changelog and docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed May 23, 2023
1 parent 11b1dd2 commit 5ceef20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changelog/17426.txt
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 4 deletions website/content/api-docs/peering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The table below shows this endpoint's support for

| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- |
| `NO` | `consistent` | `none` | `peering:read` |
| `YES` | `consistent` | `none` | `peering:read` |

### Path Parameters

Expand Down Expand Up @@ -263,9 +263,9 @@ The table below shows this endpoint's support for
[agent caching](/consul/api-docs/features/caching), and
[required ACLs](/consul/api-docs/api-structure#authentication).

| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- |
| `NO` | `consistent` | `none` | `peering:read` |
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | -------------------- | -------------- |
| `YES` | `consistent` | `background refresh` | `peering:read` |

### Query Parameters

Expand Down

0 comments on commit 5ceef20

Please sign in to comment.