From c9a3079d28ecafa3e7973909bba1ca4d3c502792 Mon Sep 17 00:00:00 2001 From: Janik Rabe Date: Tue, 20 May 2025 17:40:50 +0100 Subject: [PATCH 1/2] DNS-11760: Add changelog entry for search-multiple-names-or-contents deprecation --- ...5-26-search-multiple-names-or-contents.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx diff --git a/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx b/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx new file mode 100644 index 000000000000000..c9fa488978558b0 --- /dev/null +++ b/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx @@ -0,0 +1,19 @@ +--- +title: Searching for multiple names or contents +description: Cloudflare is removing an undocumented method of searching for multiple DNS record names or contents. +date: 2025-05-26T08:00:00Z +--- + +Cloudflare is removing the ability to search for multiple names or contents with a single API request. +This behavior was never documented and conflicts with our public API reference. + +For example, the following queries will no longer work: + +``` +/dns_records?name=www,ftp +/dns_records?content=127.0.0.1,127.0.0.2 +``` + +More information and possible alternatives can be found in the [deprecation announcement](https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-02-21). + +This change may take up to 4 weeks to fully roll out. From 5931a040a8d0339935777b4fc274f2e967db2ad1 Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Sat, 24 May 2025 06:46:42 -0500 Subject: [PATCH 2/2] Update src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx --- .../dns/2025-05-26-search-multiple-names-or-contents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx b/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx index c9fa488978558b0..25c1c8ff3528035 100644 --- a/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx +++ b/src/content/changelog/dns/2025-05-26-search-multiple-names-or-contents.mdx @@ -14,6 +14,6 @@ For example, the following queries will no longer work: /dns_records?content=127.0.0.1,127.0.0.2 ``` -More information and possible alternatives can be found in the [deprecation announcement](https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-02-21). +More information and possible alternatives can be found in the [deprecation announcement](/fundamentals/api/reference/deprecations/#2025-02-21). This change may take up to 4 weeks to fully roll out.