Skip to content

Commit c1f403d

Browse files
committed
🚀 RELEASE: patch version
1 parent e604792 commit c1f403d

File tree

2 files changed

+52
-46
lines changed

2 files changed

+52
-46
lines changed

packages/langbase/CHANGELOG.md

Lines changed: 51 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,176 +1,182 @@
11
# `langbase` SDK
22

3+
## 1.1.27
4+
5+
### Patch Changes
6+
7+
- 📦 NEW: usePipe support
8+
39
## 1.1.26
410

511
### Patch Changes
612

7-
- Add filters in memory
13+
- Add filters in memory
814

915
## 1.1.25
1016

1117
### Patch Changes
1218

13-
- 📦 NEW: Parse primitive support
19+
- 📦 NEW: Parse primitive support
1420

1521
## 1.1.24
1622

1723
### Patch Changes
1824

19-
- 📦 NEW: Remove baseai as dependency
25+
- 📦 NEW: Remove baseai as dependency
2026

2127
## 1.1.23
2228

2329
### Patch Changes
2430

25-
- 📦 NEW: Chunk support
31+
- 📦 NEW: Chunk support
2632

2733
## 1.1.22
2834

2935
### Patch Changes
3036

31-
- 📦 NEW: Pipe API key support in pipe.run()
37+
- 📦 NEW: Pipe API key support in pipe.run()
3238

3339
## 1.1.21
3440

3541
### Patch Changes
3642

37-
- 👌 IMPROVE: pipe.run() native SDK support
43+
- 👌 IMPROVE: pipe.run() native SDK support
3844

3945
## 1.1.20
4046

4147
### Patch Changes
4248

43-
- 📦 NEW: Embed support
49+
- 📦 NEW: Embed support
4450

4551
## 1.1.19
4652

4753
### Patch Changes
4854

49-
- 👌 IMPROVE: Web search tool
55+
- 👌 IMPROVE: Web search tool
5056

5157
## 1.1.18
5258

5359
### Patch Changes
5460

55-
- 📦 NEW: Crawl support
61+
- 📦 NEW: Crawl support
5662

5763
## 1.1.17
5864

5965
### Patch Changes
6066

61-
- 📦 NEW: Web search tool support
67+
- 📦 NEW: Web search tool support
6268

6369
## 1.1.16
6470

6571
### Patch Changes
6672

67-
- 📦 NEW: LB-LLM-Key header support
73+
- 📦 NEW: LB-LLM-Key header support
6874

6975
## 1.1.15
7076

7177
### Patch Changes
7278

73-
- 📦 NEW: Optional langbase key
79+
- 📦 NEW: Optional langbase key
7480

7581
## 1.1.14
7682

7783
### Patch Changes
7884

79-
- 📦 NEW: Google embedding model support
85+
- 📦 NEW: Google embedding model support
8086

8187
## 1.1.13
8288

8389
### Patch Changes
8490

85-
- 👌 IMPROVE: Run types
91+
- 👌 IMPROVE: Run types
8692

8793
## 1.1.12
8894

8995
### Patch Changes
9096

91-
- 🐛 FIX: Name type in Messages
97+
- 🐛 FIX: Name type in Messages
9298

9399
## 1.1.11
94100

95101
### Patch Changes
96102

97-
- 📦 NEW: tools support in pipe.run()
103+
- 📦 NEW: tools support in pipe.run()
98104

99105
## 1.1.10
100106

101107
### Patch Changes
102108

103-
- 📦 NEW: Pipe API key support in pipe.run()
109+
- 📦 NEW: Pipe API key support in pipe.run()
104110

105111
## 1.1.9
106112

107113
### Patch Changes
108114

109-
- 👌 IMPROVE: Change filename to documentName
115+
- 👌 IMPROVE: Change filename to documentName
110116

111117
## 1.1.8
112118

113119
### Patch Changes
114120

115-
- 📦 NEW: Support all pipes and memory methods from Langbase class
121+
- 📦 NEW: Support all pipes and memory methods from Langbase class
116122

117123
## 1.1.7
118124

119125
### Patch Changes
120126

121-
- 📦 NEW: Support embedding model selection when creating memory
127+
- 📦 NEW: Support embedding model selection when creating memory
122128

123129
## 1.1.6
124130

125131
### Patch Changes
126132

127-
- 👌 IMPROVE: Message required in pipe.run()
133+
- 👌 IMPROVE: Message required in pipe.run()
128134

129135
## 1.1.5
130136

131137
### Patch Changes
132138

133-
- 👌 IMPROVE: pipe.run() method
139+
- 👌 IMPROVE: pipe.run() method
134140

135141
## 1.1.4
136142

137143
### Patch Changes
138144

139-
- 📦 NEW: All memory and docs endpoints support
145+
- 📦 NEW: All memory and docs endpoints support
140146

141147
## 1.1.3
142148

143149
### Patch Changes
144150

145-
- 📦 NEW: Memory create/list and Pipe list support
151+
- 📦 NEW: Memory create/list and Pipe list support
146152

147153
## 1.1.2
148154

149155
### Patch Changes
150156

151-
- 📦 NEW: Support for Pipe create and update
157+
- 📦 NEW: Support for Pipe create and update
152158

153159
## 1.1.1
154160

155161
### Patch Changes
156162

157-
- 📦 NEW: run endpoint support
163+
- 📦 NEW: run endpoint support
158164

159165
## 1.1.0
160166

161167
### Minor Changes
162168

163-
- Export all pipe helper functions
169+
- Export all pipe helper functions
164170

165171
## 1.0.0
166172

167173
### Major Changes
168174

169-
- 📦 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)
170-
- 👌 IMPROVE: Example updates for Node, browser, Next.js, React, etc.
171-
- 👌 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)
172-
- ‼️ BREAKING: `ChoiceNonStream` type is now renamed to `ChoiceGenerate`.
173-
- ‼️ BREAKING: [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) now doesn't return raw instead all properties are included in the main response.
175+
- 📦 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)
176+
- 👌 IMPROVE: Example updates for Node, browser, Next.js, React, etc.
177+
- 👌 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)
178+
- ‼️ BREAKING: `ChoiceNonStream` type is now renamed to `ChoiceGenerate`.
179+
- ‼️ BREAKING: [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) now doesn't return raw instead all properties are included in the main response.
174180

175181
#### BEFORE
176182

@@ -205,7 +211,7 @@
205211
}
206212
```
207213

208-
- ‼️ BREAKING: [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) now returns a threadId and stream as an object instead of returning stream alone.
214+
- ‼️ BREAKING: [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text) now returns a threadId and stream as an object instead of returning stream alone.
209215

210216
#### BEFORE
211217

@@ -227,70 +233,70 @@
227233

228234
### Minor Changes
229235

230-
- Support variables
236+
- Support variables
231237

232238
## 0.5.0
233239

234240
### Minor Changes
235241

236-
- Switch off the stream in generateText()
242+
- Switch off the stream in generateText()
237243

238244
## 0.4.0
239245

240246
### Minor Changes
241247

242-
- 📦 NEW: TypeScript types in Stream Delta for tool calls
248+
- 📦 NEW: TypeScript types in Stream Delta for tool calls
243249

244250
## 0.3.0
245251

246252
### Minor Changes
247253

248-
- 📦 NEW: Tool calls TypeScript types
254+
- 📦 NEW: Tool calls TypeScript types
249255

250256
## 0.2.5
251257

252258
### Patch Changes
253259

254-
- 📖 DOC: Example and docs link
260+
- 📖 DOC: Example and docs link
255261

256262
## 0.2.4
257263

258264
### Patch Changes
259265

260-
- 📖 DOC: readme and docs update
266+
- 📖 DOC: readme and docs update
261267

262268
## 0.2.3
263269

264270
### Patch Changes
265271

266-
- 👌 IMPROVE: TypeScript Types and examples
272+
- 👌 IMPROVE: TypeScript Types and examples
267273

268274
## 0.2.2
269275

270276
### Patch Changes
271277

272-
- 👌 IMPROVE: Readme docs and lingo
278+
- 👌 IMPROVE: Readme docs and lingo
273279

274280
## 0.2.1
275281

276282
### Patch Changes
277283

278-
- Readme with examples and docs link
284+
- Readme with examples and docs link
279285

280286
## 0.2.0
281287

282288
### Minor Changes
283289

284-
- 139e314: export browser readable stream method `fromReadableStream()`
290+
- 139e314: export browser readable stream method `fromReadableStream()`
285291

286292
## 0.1.0
287293

288294
### Minor Changes
289295

290-
- b026a61: Initial beta release
296+
- b026a61: Initial beta release
291297

292298
## 0.0.1
293299

294300
### Patch Changes
295301

296-
- Initial package. Let's do this IA.
302+
- Initial package. Let's do this IA.

packages/langbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langbase",
3-
"version": "1.1.26",
3+
"version": "1.1.27",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)