Skip to content

Commit

Permalink
fix(lightspeed): lightspeed release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikjeeyar committed Nov 28, 2024
1 parent afeab77 commit 957d508
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
10 changes: 10 additions & 0 deletions workspaces/lightspeed/.changeset/fuzzy-suns-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': minor
---

- add RBAC permission support
- list all conversations for logged in users and generate conversation summary. [#2465](https://github.com/janus-idp/backstage-plugins/pull/2465)
- add conversation create API endpoint. [#2403](https://github.com/janus-idp/backstage-plugins/pull/2403)
- add streaming support in chat completion API. [#2238](https://github.com/janus-idp/backstage-plugins/pull/2238)
- add conversation GET and DELETE API endpoints. [#2211](https://github.com/janus-idp/backstage-plugins/pull/2211)
- Lightspeed backend plugin [#2115](https://github.com/janus-idp/backstage-plugins/pull/2115)
6 changes: 6 additions & 0 deletions workspaces/lightspeed/.changeset/hip-buses-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed': minor
---

- add RBAC permission support.
- add multiple chats, chat creation, deletion and searching. [#2501](https://github.com/janus-idp/backstage-plugins/pull/2501)
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/tender-beans-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed-common': patch
---

add rbac permission support
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
Expand Down
4 changes: 1 addition & 3 deletions workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## @red-hat-developer-hub/backstage-plugin-lightspeed 1.0.0 (2024-08-07)
## @red-hat-developer-hub/backstage-plugin-lightspeed

## 0.1.3

### Patch Changes

- 9fccf3f: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).

### Features

- **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](https://github.com/janus-idp/backstage-plugins/issues/1889)) ([cb80e38](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4))
- **lightspeed:** add api client ([#2020](https://github.com/janus-idp/backstage-plugins/issues/2020)) ([ff09574](https://github.com/janus-idp/backstage-plugins/commit/ff095742c542869c7a330d391bd619e97473218c))
1 change: 0 additions & 1 deletion workspaces/lightspeed/plugins/lightspeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
Expand Down

0 comments on commit 957d508

Please sign in to comment.