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 22, 2023
1 parent 643034b commit dd85cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changelog/17426.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:improvement
peering: queries for TrustBundleList, TrustBundleRead, PeeringList now support blocking semantics, reducing network
and CPU demand.
```
6 changes: 3 additions & 3 deletions website/content/api-docs/peering.mdx
Original file line number Diff line number Diff line change
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 dd85cb9

Please sign in to comment.