Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

## 2.9.0

## 2.8.7

## 2.8.6

## 2.8.5

## 2.8.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading