From dd85cb9ef4e3d984a469f6a6f64f21acc2867a61 Mon Sep 17 00:00:00 2001 From: DanStough Date: Mon, 22 May 2023 14:58:57 -0400 Subject: [PATCH] changelog and docs update --- .changelog/17426.txt | 4 ++++ website/content/api-docs/peering.mdx | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .changelog/17426.txt diff --git a/.changelog/17426.txt b/.changelog/17426.txt new file mode 100644 index 0000000000000..b9fb27def9312 --- /dev/null +++ b/.changelog/17426.txt @@ -0,0 +1,4 @@ +```release-note:improvement + peering: queries for TrustBundleList, TrustBundleRead, PeeringList now support blocking semantics, reducing network + and CPU demand. + ``` \ No newline at end of file diff --git a/website/content/api-docs/peering.mdx b/website/content/api-docs/peering.mdx index a6afb29d89280..7b262f6708f54 100644 --- a/website/content/api-docs/peering.mdx +++ b/website/content/api-docs/peering.mdx @@ -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