@red-hat-developer-hub/backstage-plugin-intelligent-assistant 4.2.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-intelligent-assistant
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@4.3.0
8
+
3
9
  ## 4.2.0
4
10
 
5
11
  ### Minor Changes
@@ -226,6 +232,24 @@
226
232
 
227
233
  - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.9.0
228
234
 
235
+ ## 2.8.7
236
+
237
+ ### Patch Changes
238
+
239
+ - 798b7d4: Updated dependency `monaco-editor` to `^0.56.0`.
240
+ - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.7
241
+
242
+ ## 2.8.6
243
+
244
+ ### Patch Changes
245
+
246
+ - 3b0851a: Backport: Fix document upload gating and conversation deletion in notebooks
247
+
248
+ This backports fixes from commits f7d96f8, e49fc2c, and d5199d6 on main to the 1.10 release line:
249
+ - Prevent additional document uploads while another document is still being processed, avoiding race conditions in the notebook vector store
250
+ - Fix document deletion to use the proper conversations API abstraction instead of direct internal base URL access
251
+ - @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.6
252
+
229
253
  ## 2.8.5
230
254
 
231
255
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -113,7 +113,7 @@
113
113
  "@patternfly/react-icons": "^6.5.0",
114
114
  "@patternfly/react-table": "^6.4.1",
115
115
  "@red-hat-developer-hub/backstage-plugin-app-react": "^1.0.0",
116
- "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^4.2.0",
116
+ "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^4.3.0",
117
117
  "@red-hat-developer-hub/backstage-plugin-theme": "^0.14.10",
118
118
  "@tanstack/react-query": "^5.59.15",
119
119
  "html2canvas-pro": "^1.5.0",