Releases: ContextualAI/contextual-client-node
Releases · ContextualAI/contextual-client-node
v0.10.0
v0.9.0
0.9.0 (2025-10-28)
Full Changelog: v0.8.0...v0.9.0
Features
- api: update via SDK Studio (1763386)
Bug Fixes
- coerce nullable values to undefined (0e6f279)
Performance Improvements
- faster formatting (20716e5)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (2ecd296)
- internal: codegen related update (d6debdf)
- internal: codegen related update (3bc0d6f)
- internal: fix incremental formatting in some cases (2d2c927)
- internal: ignore .eslintcache (1b5df0d)
- internal: improve examples (c251c21)
- internal: remove .eslintcache (352a8df)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (80dc3e8) - internal: use npm pack for build uploads (a1e64cd)
v0.8.0
0.8.0 (2025-08-26)
Full Changelog: v0.7.0...v0.8.0
Features
- api: update via SDK Studio (1cd61de)
- api: update via SDK Studio (461f964)
- client: add support for endpoint-specific base URLs (4375198)
Bug Fixes
- ci: release-doctor — report correct token name (2339044)
- client: don't send
Content-Typefor bodyless methods (70fe78d) - publish script — handle NPM errors correctly (9855ea4)
Chores
- ci: enable for pull requests (23d5fa7)
- ci: only run for pushes and fork pull requests (da8f41a)
- deps: update dependency node-fetch to v2.6.13 (a78c708)
- docs: grammar improvements (92210b2)
- docs: use top-level-await in example snippets (39783f4)
- improve publish-npm script --latest tag logic (bf8c320)
- internal: formatting change (377f894)
- internal: make base APIResource abstract (122895d)
- internal: move publish config (119c90e)
- internal: remove redundant imports config (81939bc)
- internal: update comment in script (4c94556)
- internal: update examples (8b244f3)
- make some internal functions async (cfbf5bc)
- mention unit type in timeout docs (4271686)
- update @stainless-api/prism-cli to v5.15.0 (5357389)
- update CI script (b12ee6f)
Refactors
- types: replace Record with mapped types (b50e9f1)
v0.7.0
0.7.0 (2025-05-13)
Full Changelog: v0.6.0...v0.7.0
Features
- api: update via SDK Studio (7496061)
Bug Fixes
- tests: correct number examples (56e8f9d)
v0.6.0
0.6.0 (2025-05-08)
Full Changelog: v0.5.0...v0.6.0
Features
- api: update via SDK Studio (d6ff47c)
- api: update via SDK Studio (fd67b96)
- api: update via SDK Studio (c6635f9)
- api: update via SDK Studio (#40) (67be5c7)
- api: update via SDK Studio (#42) (a20be25)
- api: update via SDK Studio (#43) (14c74c1)
- api: update via SDK Studio (#44) (94cf64d)
- api: update via SDK Studio (#45) (6f38963)
Bug Fixes
- api: improve type resolution when importing as a package (#54) (bd2f8ab)
- avoid type error in certain environments (#50) (91cd06a)
- client: send
X-Stainless-Timeoutin seconds (#52) (94fba4c) - exports: ensure resource imports don't require /index (#47) (e530478)
- internal: work around vercel/next.js#76881 (#51) (7f0bfdd)
- mcp: remove unused tools.ts (#55) (119ec6f)
Chores
- ci: add timeout thresholds for CI jobs (b6b2a07)
- ci: bump node version for release workflows (5d04e11)
- ci: only use depot for staging repos (873ba2f)
- client: minor internal fixes (321469a)
- exports: cleaner resource index imports (#48) (b204f8a)
- exports: stop using path fallbacks (#49) (b0bed50)
- internal: add aliases for Record and Array (#53) (3fcab5f)
- internal: codegen related update (f3cadb2)
- internal: reduce CI branch coverage (82a1e3f)
- internal: remove extra empty newlines (#46) (bf1f16c)
- internal: upload builds and expand CI branch coverage (ba02a4a)
Documentation
- readme: fix typo (3ab3596)