Skip to content

Commit 13abdfb

Browse files
committed
chore(main): release api 0.129.0
1 parent 77f2265 commit 13abdfb

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.125.0","apps/api":"0.128.0"}
2+
{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.125.0","apps/api":"0.129.0"}

apps/api/CHANGELOG.md

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

3+
## [0.129.0](https://github.com/tambo-ai/tambo/compare/api-v0.128.0...api-v0.129.0) (2026-01-14)
4+
5+
6+
### Features
7+
8+
* **api:** add attachment storage with presigned S3 URLs ([#1714](https://github.com/tambo-ai/tambo/issues/1714)) ([85a814d](https://github.com/tambo-ai/tambo/commit/85a814d3122179ab26d9a23bb38d756a5e819769))
9+
10+
11+
### Bug Fixes
12+
13+
* **api:** suppress console output in tests ([#1752](https://github.com/tambo-ai/tambo/issues/1752)) ([bee04b4](https://github.com/tambo-ai/tambo/commit/bee04b4f5d6f1e0836238841d326c27aabbbdd44))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **deps-dev:** bump @types/node from 22.19.1 to 22.19.5 ([#1746](https://github.com/tambo-ai/tambo/issues/1746)) ([aa0ca84](https://github.com/tambo-ai/tambo/commit/aa0ca84eb3e5cc582290e6aa0df6672f4b404969))
19+
* **deps-dev:** bump supertest from 7.1.4 to 7.2.2 in the testing group ([#1740](https://github.com/tambo-ai/tambo/issues/1740)) ([8482b5f](https://github.com/tambo-ai/tambo/commit/8482b5f70a8dd37e54c03581a09aa797a9dd6164))
20+
* **deps-dev:** bump tsx from 4.20.6 to 4.21.0 ([#1693](https://github.com/tambo-ai/tambo/issues/1693)) ([21712e6](https://github.com/tambo-ai/tambo/commit/21712e646302cfabdb306cf4a7142cc96288c9dd))
21+
* **deps:** bump @langfuse/otel from 4.4.2 to 4.5.1 ([#1691](https://github.com/tambo-ai/tambo/issues/1691)) ([d00801c](https://github.com/tambo-ai/tambo/commit/d00801c90b428b75b7a35b4f8012e6e5bb49a928))
22+
* **deps:** bump @nestjs/swagger from 11.2.3 to 11.2.4 in the nestjs group ([#1738](https://github.com/tambo-ai/tambo/issues/1738)) ([ffd0b26](https://github.com/tambo-ai/tambo/commit/ffd0b2621880fba288b02026d6259bccb961344f))
23+
* **deps:** bump the small-safe-packages group with 5 updates ([#1742](https://github.com/tambo-ai/tambo/issues/1742)) ([2056c5c](https://github.com/tambo-ai/tambo/commit/2056c5c424310b103ec0a93bedc59f774c532a5b))
24+
* fix local dev server port assignments ([#1635](https://github.com/tambo-ai/tambo/issues/1635)) ([92458f2](https://github.com/tambo-ai/tambo/commit/92458f28e782e19990d9690b01d0bb5c35c6f678))
25+
* **test:** bump coverage thresholds (2026-01-12) ([#1729](https://github.com/tambo-ai/tambo/issues/1729)) ([5a54f2f](https://github.com/tambo-ai/tambo/commit/5a54f2f80c1167c2458ca5d49705b4b45e99825f))
26+
27+
28+
### Documentation
29+
30+
* update all port references from 3000/3001 to new ports ([#1725](https://github.com/tambo-ai/tambo/issues/1725)) ([db075e5](https://github.com/tambo-ai/tambo/commit/db075e5cb4cc2090ee5b372518f2a39980c153a0))
31+
332
## [0.128.0](https://github.com/tambo-ai/tambo/compare/api-v0.127.1...api-v0.128.0) (2026-01-07)
433

534

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tambo-ai-cloud/api",
3-
"version": "0.128.0",
3+
"version": "0.129.0",
44
"description": "",
55
"author": "",
66
"private": true,

0 commit comments

Comments
 (0)