From a889fa77b6dc46c941b67f21913c4f117ce1aa57 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:42:08 -0400 Subject: [PATCH] docs: Add correlation-id header, remove EOL section --- .../content/docs/release-notes/v0_16_0.mdx | 37 ++++++++----------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx index ad2971d2f7..8f97993af1 100644 --- a/website/content/docs/release-notes/v0_16_0.mdx +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -79,6 +79,20 @@ description: |- + + + X-Correlation-ID HTTP header + + + GA + + + A new HTTP header was added to identify a transaction over a series of requests and responses. You can use the X-Correlation-ID header to correlate events between external systems and products. The initial release of the X-Correlation-ID header supports correlating events between Boundary and Vault. +

+ Learn more: HTTP headers. + + + @@ -125,25 +139,4 @@ description: |- - - -## Feature deprecations and EOL - - - - - - - - - - - - - - - - -
EOLDescription
- -
+ \ No newline at end of file