Releases: groq/groq-typescript
Releases · groq/groq-typescript
v0.29.0
0.29.0 (2025-07-23)
Full Changelog: v0.28.0...v0.29.0
Features
- Add initial Stainless SDK (a6c643b)
- Add transcription and translation endpoints (3ca9b9d)
- api: Add embeddings endpoint (3a02ebd)
- api: Add support for image_url in chat user messages (144fe9d)
- api: api update (ed9852b)
- api: api update (230fa27)
- api: api update (e07b23b)
- api: Define OpenAI-compatible models (ebfa13b)
- api: Fix audio transcription response formats (3a31a46)
- api: Improve types (07519e3)
- api: OpenAPI spec update via Stainless API (#101) (956c815)
- api: OpenAPI spec update via Stainless API (#104) (23dad7b)
- api: OpenAPI spec update via Stainless API (#110) (cf51b70)
- api: OpenAPI spec update via Stainless API (#112) (5cd4b79)
- api: Tool calling features (2f39a2b)
- api: update via SDK Studio (#99) (8d22b7a)
- create default branch (48105eb)
- internal: handle streaming error (266b55f)
- OpenAPI spec update via Stainless API (#11) (55daf5a)
- update via SDK Studio (#10) (ea2f15c)
- update via SDK Studio (#3) (4737f58)
- update via SDK Studio (#5) (9ce715d)
- update via SDK Studio (#8) (ab12814)
Bug Fixes
- compat: remove ReadableStream polyfill redundant since node v16 (#109) (5e51345)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (9d0bb04)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (5fa6983)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (ab82c0a)
- patch streaming (259791c)
- update import in chat_completions_ext.ts to address TS compilation error (77f840b)
- use absolute paths in /src/lib (1dad17c)
Chores
- add bklieger-groq CODEOWNERS (64cf3cc)
- Add CODEOWNERS (0e43bb5)
- api: add response objects for translations and transcriptions (5b1b0dc)
- api: Internal SDK changes (e171084)
- ci: check for build errors (#118) (ff7c446)
- ci: limit release doctor target branches (#107) (7fd2f89)
- deps: bump braces from 3.0.2 to 3.0.3 (1f51f4b)
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (#138) (fe33cf4)
- deps: bump form-data from 3.0.1 to 3.0.4 (#234) (6b32830)
- deps: bump micromatch from 4.0.5 to 4.0.8 (31935c9)
- docs: use client instead of package name in Node examples (#106) (802ea6b)
- fix code owners (4297164)
- Fix streaming before release (8706723)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (6ec8975)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (1543aeb)
- go live (#1) (e00abda)
- internal: codegen related update (#105) (9a00ec7)
- internal: codegen related update (#111) (32862a2)
- tests: update prism version (#108) (e619600)
- update branch (#7) (6c2aee1)
v0.27.0
0.27.0 (2025-07-11)
Full Changelog: v0.26.0...v0.27.0
Features
Bug Fixes
- ci: release-doctor — report correct token name (71f8629)
- client: don't send
Content-Type
for bodyless methods (1e47c02)
Chores
v0.26.0
0.26.0 (2025-06-25)
Full Changelog: v0.25.0...v0.26.0
Features
Bug Fixes
- publish script — handle NPM errors correctly (d21aca8)
Chores
Refactors
- types: replace Record with mapped types (f0a7028)
v0.25.0
v0.24.0
0.24.0 (2025-06-11)
Full Changelog: v0.23.0...v0.24.0
Features
- api: api update (79a02be)
Chores
- docs: use top-level-await in example snippets (9277f5d)
v0.23.0
v0.22.0
0.22.0 (2025-05-16)
Full Changelog: v0.21.0...v0.22.0
Features
- api: api update (5899599)
- api: api update (b346b49)
- api: api update (8da1401)
- api: api update (c742ce8)
Chores
- ci: bump node version for release workflows (b11d937)
- fix README example (13533da)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (6ec8975)
Documentation
v0.21.0
v0.20.1
0.20.1 (2025-04-23)
Full Changelog: v0.20.0...v0.20.1
Bug Fixes
- docs: correct chatCompletion response exmaple in README (399ccf5)
Chores
- ci: add timeout thresholds for CI jobs (fc2c33e)
v0.20.0
0.20.0 (2025-04-22)
Full Changelog: v0.19.0...v0.20.0
Features
- api: api update (00b8a36)
- api: api update (b728dc4)
- api: api update (055b41b)
- api: api update (74fea29)
- api: api update (970e970)
- api: api update (cc72162)
- api: api update (a945491)
Bug Fixes
- api: improve type resolution when importing as a package (#222) (45bea8e)
- client: send
X-Stainless-Timeout
in seconds (#219) (49bc9d2) - mcp: remove unused tools.ts (#223) (ac43270)
Chores
- client: minor internal fixes (bfebc04)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (1543aeb)
- internal: add aliases for Record and Array (#221) (b4d3b51)
- internal: reduce CI branch coverage (48fbdca)
- internal: upload builds and expand CI branch coverage (4bbba67)
- tests: improve enum examples (#224) (3639c3b)