From 7b82de3f96d3dd0d1b0c9b343c1bd4ddb47ad2bb Mon Sep 17 00:00:00 2001 From: msaaddev Date: Tue, 4 Feb 2025 18:43:00 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20patch=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/langbase/CHANGELOG.md | 90 ++++++++++++++++++---------------- packages/langbase/package.json | 2 +- 2 files changed, 49 insertions(+), 43 deletions(-) diff --git a/packages/langbase/CHANGELOG.md b/packages/langbase/CHANGELOG.md index 49a777c..4aa1a17 100644 --- a/packages/langbase/CHANGELOG.md +++ b/packages/langbase/CHANGELOG.md @@ -1,158 +1,164 @@ # `langbase` SDK +## 1.1.24 + +### Patch Changes + +- 📦 NEW: Remove baseai as dependency + ## 1.1.23 ### Patch Changes -- 📦 NEW: Chunk support +- 📦 NEW: Chunk support ## 1.1.22 ### Patch Changes -- 📦 NEW: Pipe API key support in pipe.run() +- 📦 NEW: Pipe API key support in pipe.run() ## 1.1.21 ### Patch Changes -- 👌 IMPROVE: pipe.run() native SDK support +- 👌 IMPROVE: pipe.run() native SDK support ## 1.1.20 ### Patch Changes -- 📦 NEW: Embed support +- 📦 NEW: Embed support ## 1.1.19 ### Patch Changes -- 👌 IMPROVE: Web search tool +- 👌 IMPROVE: Web search tool ## 1.1.18 ### Patch Changes -- 📦 NEW: Crawl support +- 📦 NEW: Crawl support ## 1.1.17 ### Patch Changes -- 📦 NEW: Web search tool support +- 📦 NEW: Web search tool support ## 1.1.16 ### Patch Changes -- 📦 NEW: LB-LLM-Key header support +- 📦 NEW: LB-LLM-Key header support ## 1.1.15 ### Patch Changes -- 📦 NEW: Optional langbase key +- 📦 NEW: Optional langbase key ## 1.1.14 ### Patch Changes -- 📦 NEW: Google embedding model support +- 📦 NEW: Google embedding model support ## 1.1.13 ### Patch Changes -- 👌 IMPROVE: Run types +- 👌 IMPROVE: Run types ## 1.1.12 ### Patch Changes -- 🐛 FIX: Name type in Messages +- 🐛 FIX: Name type in Messages ## 1.1.11 ### Patch Changes -- 📦 NEW: tools support in pipe.run() +- 📦 NEW: tools support in pipe.run() ## 1.1.10 ### Patch Changes -- 📦 NEW: Pipe API key support in pipe.run() +- 📦 NEW: Pipe API key support in pipe.run() ## 1.1.9 ### Patch Changes -- 👌 IMPROVE: Change filename to documentName +- 👌 IMPROVE: Change filename to documentName ## 1.1.8 ### Patch Changes -- 📦 NEW: Support all pipes and memory methods from Langbase class +- 📦 NEW: Support all pipes and memory methods from Langbase class ## 1.1.7 ### Patch Changes -- 📦 NEW: Support embedding model selection when creating memory +- 📦 NEW: Support embedding model selection when creating memory ## 1.1.6 ### Patch Changes -- 👌 IMPROVE: Message required in pipe.run() +- 👌 IMPROVE: Message required in pipe.run() ## 1.1.5 ### Patch Changes -- 👌 IMPROVE: pipe.run() method +- 👌 IMPROVE: pipe.run() method ## 1.1.4 ### Patch Changes -- 📦 NEW: All memory and docs endpoints support +- 📦 NEW: All memory and docs endpoints support ## 1.1.3 ### Patch Changes -- 📦 NEW: Memory create/list and Pipe list support +- 📦 NEW: Memory create/list and Pipe list support ## 1.1.2 ### Patch Changes -- 📦 NEW: Support for Pipe create and update +- 📦 NEW: Support for Pipe create and update ## 1.1.1 ### Patch Changes -- 📦 NEW: run endpoint support +- 📦 NEW: run endpoint support ## 1.1.0 ### Minor Changes -- Export all pipe helper functions +- Export all pipe helper functions ## 1.0.0 ### Major Changes -- 📦 NEW: Chat support in both both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) -- 👌 IMPROVE: Example updates for Node, browser, Next.js, React, etc. -- 👌 IMPROVE: ⌘ Langbase [SDK Docs](https://langbase.com/docs/langbase-sdk) and API reference for both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) -- ‼️ BREAKING: `ChoiceNonStream` type is now renamed to `ChoiceGenerate`. -- ‼️ BREAKING: [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) now doesn't return raw instead all properties are included in the main response. +- 📦 NEW: Chat support in both both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) +- 👌 IMPROVE: Example updates for Node, browser, Next.js, React, etc. +- 👌 IMPROVE: ⌘ Langbase [SDK Docs](https://langbase.com/docs/langbase-sdk) and API reference for both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) +- ‼️ BREAKING: `ChoiceNonStream` type is now renamed to `ChoiceGenerate`. +- ‼️ BREAKING: [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) now doesn't return raw instead all properties are included in the main response. #### BEFORE @@ -187,7 +193,7 @@ } ``` -- ‼️ BREAKING: [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) now returns a threadId and stream as an object instead of returning stream alone. +- ‼️ BREAKING: [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) now returns a threadId and stream as an object instead of returning stream alone. #### BEFORE @@ -209,70 +215,70 @@ ### Minor Changes -- Support variables +- Support variables ## 0.5.0 ### Minor Changes -- Switch off the stream in generateText() +- Switch off the stream in generateText() ## 0.4.0 ### Minor Changes -- 📦 NEW: TypeScript types in Stream Delta for tool calls +- 📦 NEW: TypeScript types in Stream Delta for tool calls ## 0.3.0 ### Minor Changes -- 📦 NEW: Tool calls TypeScript types +- 📦 NEW: Tool calls TypeScript types ## 0.2.5 ### Patch Changes -- 📖 DOC: Example and docs link +- 📖 DOC: Example and docs link ## 0.2.4 ### Patch Changes -- 📖 DOC: readme and docs update +- 📖 DOC: readme and docs update ## 0.2.3 ### Patch Changes -- 👌 IMPROVE: TypeScript Types and examples +- 👌 IMPROVE: TypeScript Types and examples ## 0.2.2 ### Patch Changes -- 👌 IMPROVE: Readme docs and lingo +- 👌 IMPROVE: Readme docs and lingo ## 0.2.1 ### Patch Changes -- Readme with examples and docs link +- Readme with examples and docs link ## 0.2.0 ### Minor Changes -- 139e314: export browser readable stream method `fromReadableStream()` +- 139e314: export browser readable stream method `fromReadableStream()` ## 0.1.0 ### Minor Changes -- b026a61: Initial beta release +- b026a61: Initial beta release ## 0.0.1 ### Patch Changes -- Initial package. Let's do this IA. +- Initial package. Let's do this IA. diff --git a/packages/langbase/package.json b/packages/langbase/package.json index 6f0be5f..44525ac 100644 --- a/packages/langbase/package.json +++ b/packages/langbase/package.json @@ -1,6 +1,6 @@ { "name": "langbase", - "version": "1.1.23", + "version": "1.1.24", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js",