From 957d508ab83cf54aa9495b008652f04a9e495c95 Mon Sep 17 00:00:00 2001 From: Karthik Date: Wed, 27 Nov 2024 12:08:35 +0530 Subject: [PATCH] fix(lightspeed): lightspeed release 0.2.0 --- workspaces/lightspeed/.changeset/fuzzy-suns-swim.md | 10 ++++++++++ workspaces/lightspeed/.changeset/hip-buses-smile.md | 6 ++++++ .../lightspeed/.changeset/tender-beans-invent.md | 5 +++++ .../lightspeed/plugins/lightspeed-backend/package.json | 1 - .../lightspeed/plugins/lightspeed-common/package.json | 1 - workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md | 4 +--- workspaces/lightspeed/plugins/lightspeed/package.json | 1 - 7 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 workspaces/lightspeed/.changeset/fuzzy-suns-swim.md create mode 100644 workspaces/lightspeed/.changeset/hip-buses-smile.md create mode 100644 workspaces/lightspeed/.changeset/tender-beans-invent.md diff --git a/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md b/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md new file mode 100644 index 00000000..69d7f17d --- /dev/null +++ b/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md @@ -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) diff --git a/workspaces/lightspeed/.changeset/hip-buses-smile.md b/workspaces/lightspeed/.changeset/hip-buses-smile.md new file mode 100644 index 00000000..f61ac8e5 --- /dev/null +++ b/workspaces/lightspeed/.changeset/hip-buses-smile.md @@ -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) diff --git a/workspaces/lightspeed/.changeset/tender-beans-invent.md b/workspaces/lightspeed/.changeset/tender-beans-invent.md new file mode 100644 index 00000000..f94f4f9d --- /dev/null +++ b/workspaces/lightspeed/.changeset/tender-beans-invent.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-lightspeed-common': patch +--- + +add rbac permission support diff --git a/workspaces/lightspeed/plugins/lightspeed-backend/package.json b/workspaces/lightspeed/plugins/lightspeed-backend/package.json index fdbc5d77..98455d86 100644 --- a/workspaces/lightspeed/plugins/lightspeed-backend/package.json +++ b/workspaces/lightspeed/plugins/lightspeed-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": true, "publishConfig": { "access": "public" }, diff --git a/workspaces/lightspeed/plugins/lightspeed-common/package.json b/workspaces/lightspeed/plugins/lightspeed-common/package.json index a4023030..6a83c9ef 100644 --- a/workspaces/lightspeed/plugins/lightspeed-common/package.json +++ b/workspaces/lightspeed/plugins/lightspeed-common/package.json @@ -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", diff --git a/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md b/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md index ec6d800f..47a6909e 100644 --- a/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md +++ b/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md @@ -1,4 +1,4 @@ -## @red-hat-developer-hub/backstage-plugin-lightspeed 1.0.0 (2024-08-07) +## @red-hat-developer-hub/backstage-plugin-lightspeed ## 0.1.3 @@ -6,7 +6,5 @@ - 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)) diff --git a/workspaces/lightspeed/plugins/lightspeed/package.json b/workspaces/lightspeed/plugins/lightspeed/package.json index 1b6a6576..dac256c3 100644 --- a/workspaces/lightspeed/plugins/lightspeed/package.json +++ b/workspaces/lightspeed/plugins/lightspeed/package.json @@ -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",