Skip to content

Commit 4173c0e

Browse files
release: 1.8.0
1 parent 839806e commit 4173c0e

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.11"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 1.8.0 (2026-03-07)
4+
5+
Full Changelog: [v1.7.11...v1.8.0](https://github.com/letta-ai/letta-node/compare/v1.7.11...v1.8.0)
6+
7+
### Features
8+
9+
* add conversation recompile endpoint ([d5ca4a2](https://github.com/letta-ai/letta-node/commit/d5ca4a29535ba4a198a2f3b0188b7b28f273a03e))
10+
* add fireworks provider ([076a128](https://github.com/letta-ai/letta-node/commit/076a128e1a26e799c06fea88e9c59754fbe28486))
11+
* add recompile system endpoint to Stainless SDK ([4b2656b](https://github.com/letta-ai/letta-node/commit/4b2656bf99731ab6fd2404b178a7be64b697e1e8))
12+
* **core:** restructure memFS system prompt rendering + add client_skills [LET-7760] ([fe053dd](https://github.com/letta-ai/letta-node/commit/fe053dd11ef23220ccfc2a83c8185883ed7fe515))
13+
* **helm:** M3 multi-signal HPA external metrics + behavior (dev shadow, prod disabled) ([7c10557](https://github.com/letta-ai/letta-node/commit/7c10557cecf1329f0757b6b07a45f34b8d906599))
14+
* **readiness:** M2 readiness enforcement scaffold (default OFF) ([df8edac](https://github.com/letta-ai/letta-node/commit/df8edac31e86447d2dd7b359b2ec8e1e2b580643))
15+
16+
17+
### Bug Fixes
18+
19+
* fix request delays for retrying to be more respectful of high requested delays ([6b99724](https://github.com/letta-ai/letta-node/commit/6b997247f8efee77c59fca2189e0910fa58cafaf))
20+
21+
22+
### Chores
23+
24+
* **ci:** skip uploading artifacts on stainless-internal branches ([839806e](https://github.com/letta-ai/letta-node/commit/839806ebe1f39d9946f1380ac8b6f0b282bd65ea))
25+
* **internal:** improve import alias names ([4aceca2](https://github.com/letta-ai/letta-node/commit/4aceca2901af2a76f952bcf3a3759aebff28e031))
26+
327
## 1.7.11 (2026-03-04)
428

529
Full Changelog: [v1.7.10...v1.7.11](https://github.com/letta-ai/letta-node/compare/v1.7.10...v1.7.11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@letta-ai/letta-client",
3-
"version": "1.7.11",
3+
"version": "1.8.0",
44
"description": "The official TypeScript library for the Letta API",
55
"author": "Letta <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.7.11'; // x-release-please-version
1+
export const VERSION = '1.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)