Skip to content

Releases: inference-gateway/typescript-sdk

🚀 Version 0.4.1

25 Apr 23:00

Choose a tag to compare

0.4.1 (2025-04-25)

♻️ Improvements

  • Simplify tool call handling in streaming chat completions (#6) (f2d2a5a)

🚀 Version 0.4.1-rc.1

25 Apr 21:02

Choose a tag to compare

Pre-release

0.4.1-rc.1 (2025-04-25)

♻️ Improvements

  • Enhance tool call handling in streaming chat completions (f05984a)

🚀 Version 0.4.0

31 Mar 23:20

Choose a tag to compare

0.4.0 (2025-03-31)

✨ Features

  • Add reasoning_content to streaming deltas if they exists (#5) (2a2c546)

🚀 Version 0.4.0-rc.1

31 Mar 23:11

Choose a tag to compare

Pre-release

0.4.0-rc.1 (2025-03-31)

✨ Features

  • Add reasoning_content field to chunk message in OpenAPI specification (4de08ed)

🚀 Version 0.3.5-rc.1

31 Mar 22:31

Choose a tag to compare

Pre-release

0.3.5-rc.1 (2025-03-31)

♻️ Improvements

  • Update type exports and add type generation task (919679e)

🐛 Bug Fixes

  • Correct regex pattern for release candidate branches in configuration (33db013)
  • Update release configuration to correctly match release candidate branches (03d91e1)

🔧 Miscellaneous

  • Remove unnecessary line from .gitattributes (66407b4)
  • Update .gitattributes to mark generated types as linguist-generated (67f3d68)

🚀 Version 0.3.4

31 Mar 15:43

Choose a tag to compare

0.3.4 (2025-03-31)

♻️ Improvements

  • Add optional fields for reasoning in Message interface (#3) (9a4c1fd)

🚀 Version 0.3.3

31 Mar 01:06

Choose a tag to compare

0.3.3 (2025-03-31)

🐛 Bug Fixes

  • Update release configuration to include version bumping of the package.json (3667690)

🚀 Version 0.3.2

31 Mar 01:00

Choose a tag to compare

0.3.2 (2025-03-31)

👷 CI

  • Add npm ci step to install project dependencies in release workflow (84791b1)

🚀 Version 0.3.1

31 Mar 00:54

Choose a tag to compare

0.3.1 (2025-03-31)

♻️ Improvements

  • Make the SDK OpenAI compatible (#2) (31657b3)

👷 CI

  • Update GitHub Actions release workflow to use GitHub App token and improve release handling (14835e8)
  • Update release configuration for semantic-release plugins and rules to be consistent with other repos (20bd3f8)

🚀 Version 0.3.0

02 Feb 17:57

Choose a tag to compare

0.3.0 (2025-02-02)

✨ Features

  • add streaming content functionality to InferenceGatewayClient and update README (ba41d2d)

📚 Documentation

  • fix: Update examples in README.md (4e972fc)
  • Update OpenAPI spec - download it from Inference-gateway (9816b15)