From 808e3e15423b20f239665dc48bda6e128fcd4d42 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 27 Jul 2026 08:56:37 -0400 Subject: [PATCH] updated changelog for 2.8.7 Signed-off-by: Jordan Dubrick --- .../intelligent-assistant-backend/CHANGELOG.md | 12 ++++++++++++ .../intelligent-assistant-common/CHANGELOG.md | 4 ++++ .../plugins/intelligent-assistant/CHANGELOG.md | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md index 388290dab5..b192e47c4f 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md @@ -88,6 +88,18 @@ - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.9.0 +## 2.8.7 + +### Patch Changes + +- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.7 + +## 2.8.6 + +### Patch Changes + +- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.6 + ## 2.8.5 ### Patch Changes diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md index f31ac1f3e3..bf7797bac1 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md @@ -29,6 +29,10 @@ ## 2.9.0 +## 2.8.7 + +## 2.8.6 + ## 2.8.5 ## 2.8.4 diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md index c8be94db76..9d53fbdae1 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md @@ -110,6 +110,24 @@ - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.9.0 +## 2.8.7 + +### Patch Changes + +- 798b7d4: Updated dependency `monaco-editor` to `^0.56.0`. + - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.7 + +## 2.8.6 + +### Patch Changes + +- 3b0851a: Backport: Fix document upload gating and conversation deletion in notebooks + + This backports fixes from commits f7d96f8, e49fc2c, and d5199d6 on main to the 1.10 release line: + - Prevent additional document uploads while another document is still being processed, avoiding race conditions in the notebook vector store + - Fix document deletion to use the proper conversations API abstraction instead of direct internal base URL access + - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.6 + ## 2.8.5 ### Patch Changes