From cb766de37e1fb62653140e809bdf9b6fbb4399ad Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Fri, 12 Sep 2025 09:24:13 +0200 Subject: [PATCH 1/2] Docs: remove 1-year deprecation period for QL libs Internal reference: codeql-team ADR 0011. --- docs/supported-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-queries.md b/docs/supported-queries.md index fa4cf1ea5d8b..798b30004d2c 100644 --- a/docs/supported-queries.md +++ b/docs/supported-queries.md @@ -2,7 +2,7 @@ Queries and libraries outside [the `experimental` directories](experimental.md) are _supported_ by GitHub, allowing our users to rely on their continued existence and functionality in the future: -1. Once a query or library has appeared in a stable release, a one-year deprecation period is required before we can remove it. There can be exceptions to this when it's not technically possible to mark it as deprecated. +1. Once a query has appeared in a stable release, a one-year deprecation period is required before we can remove it. 2. Major changes to supported queries and libraries are always announced in the [change notes for stable releases](../change-notes/). 3. We will do our best to address user reports of false positives or false negatives. From 5ac80353d2c6ce4f07a31a231f796a11e3b6696f Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Fri, 12 Sep 2025 09:26:23 +0200 Subject: [PATCH 2/2] Docs: remove outdated link to change notes. The change notes are now maintained under each query pack, so there's no single place where we can link to it. --- docs/supported-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-queries.md b/docs/supported-queries.md index 798b30004d2c..8ff2fb12046d 100644 --- a/docs/supported-queries.md +++ b/docs/supported-queries.md @@ -3,7 +3,7 @@ Queries and libraries outside [the `experimental` directories](experimental.md) are _supported_ by GitHub, allowing our users to rely on their continued existence and functionality in the future: 1. Once a query has appeared in a stable release, a one-year deprecation period is required before we can remove it. -2. Major changes to supported queries and libraries are always announced in the [change notes for stable releases](../change-notes/). +2. Major changes to supported queries and libraries are always announced in the change notes for stable releases. 3. We will do our best to address user reports of false positives or false negatives. Because of these commitments, we set a high bar for accepting new supported queries. The requirements are detailed in the rest of this document.