Skip to content

Commit

Permalink
🚀 RELEASE: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
asharirfan committed Feb 3, 2025
1 parent c2d83f3 commit 2a1e672
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 42 deletions.
88 changes: 47 additions & 41 deletions packages/langbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,152 +1,158 @@
# `langbase` SDK

## 1.1.23

### Patch Changes

- 📦 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

Expand Down Expand Up @@ -181,7 +187,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

Expand All @@ -203,70 +209,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.
2 changes: 1 addition & 1 deletion packages/langbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langbase",
"version": "1.1.22",
"version": "1.1.23",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 2a1e672

Please sign in to comment.