From 1d54840248ac08d5dbd7385822c4be8dd4e2d664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Tue, 19 Aug 2025 20:15:56 +0100 Subject: [PATCH 1/7] [Radar] Add vertical and industry dimension and filters to AI Bots and Web Crawlers endpoints --- src/content/release-notes/radar.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index b11645b6a83904..697f98d1005f97 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -3,6 +3,14 @@ link: "/radar/release-notes/" productName: Radar productLink: "/radar/" entries: + - publish_date: "2025-08-14" + title: Add vertical and industry dimension and filters to AI Bots and Web Crawlers endpoints + description: |- + * Added vertical and industry dimensions and filters to the following endpoints: + * `[/ai/bots/summary/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/summary/)` + * `[/ai/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/timeseries_groups/)` + * `[/bots/crawlers/summary/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/summary/)` + * `[/bots/crawlers/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/timeseries_groups/)` - publish_date: "2025-08-14" title: Add AI Bots crawl purpose description: |- From 6794830fe01cc5ac39a777d515f52858bb8e85b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:30:26 +0100 Subject: [PATCH 2/7] [Radar] add bot kind to bots in release notes --- src/content/release-notes/radar.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index 697f98d1005f97..130874a81aec3b 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -4,13 +4,20 @@ productName: Radar productLink: "/radar/" entries: - publish_date: "2025-08-14" - title: Add vertical and industry dimension and filters to AI Bots and Web Crawlers endpoints + title: Add industry and vertical to AI Bots and Web Crawlers and bot kind to Bots description: |- - * Added vertical and industry dimensions and filters to the following endpoints: + * Added vertical and industry dimensions/filters to: * `[/ai/bots/summary/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/summary/)` * `[/ai/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/timeseries_groups/)` * `[/bots/crawlers/summary/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/summary/)` * `[/bots/crawlers/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/timeseries_groups/)` + * Added new dimension `BOT_KIND` and new `botKind` filter to: + * `[/bots/summary/{dimension}](/api/resources/radar/subresources/bots/methods/summary/)` + * `[/bots/timeseries](/api/resources/radar/subresources/bots/methods/timeseries/)` + * `[/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/methods/timeseries_groups/)` + * Added new `kind` filter to: + * `[/bots](/api/resources/radar/subresources/bots/methods/list/)` + * `[/bots/{bot_slug}](/api/resources/radar/subresources/bots/methods/get/)` - publish_date: "2025-08-14" title: Add AI Bots crawl purpose description: |- From 1e1be8ad44aad53148bed813f775698d803c35dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:31:28 +0100 Subject: [PATCH 3/7] [Radar] update dates --- src/content/release-notes/radar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index 130874a81aec3b..43bbf03770f0c5 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -3,7 +3,7 @@ link: "/radar/release-notes/" productName: Radar productLink: "/radar/" entries: - - publish_date: "2025-08-14" + - publish_date: "2025-08-27" title: Add industry and vertical to AI Bots and Web Crawlers and bot kind to Bots description: |- * Added vertical and industry dimensions/filters to: From ceb1d6e46f9df20ddbfc8684e3522a59ca829789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:34:35 +0100 Subject: [PATCH 4/7] [Radar] update release notes --- src/content/release-notes/radar.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index 43bbf03770f0c5..79cd5df11334f7 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -13,8 +13,9 @@ entries: * `[/bots/crawlers/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/timeseries_groups/)` * Added new dimension `BOT_KIND` and new `botKind` filter to: * `[/bots/summary/{dimension}](/api/resources/radar/subresources/bots/methods/summary/)` - * `[/bots/timeseries](/api/resources/radar/subresources/bots/methods/timeseries/)` * `[/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/methods/timeseries_groups/)` + * Added new `botKind` filter to: + * `[/bots/timeseries](/api/resources/radar/subresources/bots/methods/timeseries/)` * Added new `kind` filter to: * `[/bots](/api/resources/radar/subresources/bots/methods/list/)` * `[/bots/{bot_slug}](/api/resources/radar/subresources/bots/methods/get/)` From 951ff2f176363a6666cdea1c7d739c755fe60ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:45:24 +0100 Subject: [PATCH 5/7] Update src/content/release-notes/radar.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Jesus <74548852+andre-j3sus@users.noreply.github.com> --- src/content/release-notes/radar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index 79cd5df11334f7..c7e0fefea043be 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -16,7 +16,7 @@ entries: * `[/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/methods/timeseries_groups/)` * Added new `botKind` filter to: * `[/bots/timeseries](/api/resources/radar/subresources/bots/methods/timeseries/)` - * Added new `kind` filter to: + * Added new `kind` property/filter to: * `[/bots](/api/resources/radar/subresources/bots/methods/list/)` * `[/bots/{bot_slug}](/api/resources/radar/subresources/bots/methods/get/)` - publish_date: "2025-08-14" From 5c2ed9c5ff19a4e926f819ff674b186166ad869d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:45:34 +0100 Subject: [PATCH 6/7] Update src/content/release-notes/radar.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Jesus <74548852+andre-j3sus@users.noreply.github.com> --- src/content/release-notes/radar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index c7e0fefea043be..c3c9a8b2a6a649 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -11,7 +11,7 @@ entries: * `[/ai/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/timeseries_groups/)` * `[/bots/crawlers/summary/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/summary/)` * `[/bots/crawlers/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/subresources/web_crawlers/methods/timeseries_groups/)` - * Added new dimension `BOT_KIND` and new `botKind` filter to: + * Added bot kind dimension/filter to: * `[/bots/summary/{dimension}](/api/resources/radar/subresources/bots/methods/summary/)` * `[/bots/timeseries_groups/{dimension}](/api/resources/radar/subresources/bots/methods/timeseries_groups/)` * Added new `botKind` filter to: From 426baa7cd1dc8f7131b93e48bf9423e69a4a50bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Wed, 27 Aug 2025 15:47:03 +0100 Subject: [PATCH 7/7] Update src/content/release-notes/radar.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Jesus <74548852+andre-j3sus@users.noreply.github.com> --- src/content/release-notes/radar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/radar.yaml b/src/content/release-notes/radar.yaml index c3c9a8b2a6a649..10f8ddb0b0052f 100644 --- a/src/content/release-notes/radar.yaml +++ b/src/content/release-notes/radar.yaml @@ -4,7 +4,7 @@ productName: Radar productLink: "/radar/" entries: - publish_date: "2025-08-27" - title: Add industry and vertical to AI Bots and Web Crawlers and bot kind to Bots + title: Add industry and vertical to AI Bots and Web Crawlers, and bot kind to Bots description: |- * Added vertical and industry dimensions/filters to: * `[/ai/bots/summary/{dimension}](/api/resources/radar/subresources/ai/subresources/timeseries_groups/methods/summary/)`