From 757bbfdbaec2bd5302b954f584f273413a417c01 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Tue, 19 May 2026 22:18:27 +0200 Subject: [PATCH] restore changelog links in release notes Signed-off-by: benjdlambert --- docs/releases/v1.51.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases/v1.51.0.md b/docs/releases/v1.51.0.md index 35cdcfd0f8..938cffea90 100644 --- a/docs/releases/v1.51.0.md +++ b/docs/releases/v1.51.0.md @@ -118,7 +118,7 @@ Several performance improvements have been made to the catalog backend: - The `catalog_entities_count` metric now shares a single cached query between Prometheus and OpenTelemetry gauges. - A missing index on `relations.target_entity_ref` has been added, fixing full sequential scans on orphan deletion, entity ancestry, and eager pruning queries. - Incremental ingestion `WHERE ref IN (...)` queries now use `= ANY($1)` with a single array parameter to reduce prepared statement bloat. -- A new migration removes duplicate rows from the `search` table, creates covering indices, and adds a `UNIQUE` constraint on `(entity_id, key, value)`. **For large installations**, it is recommended to run the provided SQL commands before deploying — see the changelog for details. +- A new migration removes duplicate rows from the `search` table, creates covering indices, and adds a `UNIQUE` constraint on `(entity_id, key, value)`. **For large installations**, it is recommended to run the provided SQL commands before deploying — see the [changelog](https://github.com/backstage/backstage/tree/master/docs/releases/v1.51.0-changelog.md) for details. ### New ESLint `no-self-package-imports` rule @@ -204,6 +204,7 @@ Below you can find a list of links and references to help you learn about and st - [GitHub repository](https://github.com/backstage/backstage) - Backstage's [versioning and support policy](https://backstage.io/docs/overview/versioning-policy) - [Community Discord](https://discord.gg/backstage-687207715902193673) for discussions and support +- [Changelog](https://github.com/backstage/backstage/tree/master/docs/releases/v1.51.0-changelog.md) - Backstage [Demos](https://backstage.io/demos), [Blog](https://backstage.io/blog), [Roadmap](https://backstage.io/docs/overview/roadmap) and [Plugins](https://backstage.io/plugins) Sign up for our [newsletter](https://spoti.fi/backstagenewsletter) if you want to be informed about what is happening in the world of Backstage.