From d364b6aea6316ceda607dbbb42b4772f79a3349c Mon Sep 17 00:00:00 2001 From: Angel <Guaris@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:31:29 -0500 Subject: [PATCH] Feat: Changelog for Filtering (#8116) * changelog * changes --- app/konnect/updates.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app/konnect/updates.md b/app/konnect/updates.md index c43e33a49365..1cb38a34eca8 100644 --- a/app/konnect/updates.md +++ b/app/konnect/updates.md @@ -9,6 +9,28 @@ an application that lets you manage configuration for multiple runtimes from a single, cloud-based control plane, and provides a catalog of all deployed services. [Try it today!](https://cloud.konghq.com/quick-start) +## November 2024 + +<div class="changelog-entries"> +<div class="changelog-date">November<br>04</div> +<div class="changelog-entry"> +<div class="changelog-title"> +<a href="https://app.getbeamer.com/kongreleases/en/enhanced-api-request-filtering-experience">Enhanced API Request Filtering Experience</a> +</div> +<div class="changelog-description">We're excited to announce two important updates to our API Requests filtering capabilities: +</div> +<ul> +<li>Konnect users can now filter API requests by any attribute, including HTTP verb, IP, path, and more.</li> +<li>The API request slideout window now allows users to add filters directly by clicking on displayed metadata items.</li> +</ul> +<div>These features work together to significantly streamline your investigation process. By providing more granular filtering options and an intuitive, one-click filter addition from the context of individual requests, you can quickly narrow down to the most relevant API requests. +</div> +<br> +<div><b>Deprecation Notice:</b> +We have deprecated the old method of filtering requests via the API in favor of the new, more powerful filter options, which are now included in the updated <a href="https://docs.konghq.com/konnect/api/api-requests/latest/">API endpoint</a>. While both old and new filtering methods will continue to work, we recommend users transition to the new fields so that they can leverage the new enhanced functionality. +</div> +</div> +</div> ## October 2024