Skip to content

Releases: inference-gateway/sdk

🚀 Version 1.8.3

20 Jun 00:12
be2c779
Compare
Choose a tag to compare

1.8.3 (2025-06-20)

📚 Documentation

🚀 Version 1.8.2

20 Jun 00:06
f0680e3
Compare
Choose a tag to compare

1.8.2 (2025-06-20)

👷 CI

  • Update Go version to 1.24 and add GolangCI Lint step in CI workflow (4e89580)

📚 Documentation

  • Add examples section to README and update MCP Tools link (2260a2b)
  • Add real time streaming Tools Agent with weather and calculator functionalities (4cd2ca4)

🔧 Miscellaneous

  • Update date in Copilot instructions to reflect current date for up to date research (0260471)
  • Upgrade Go version to 1.24 and update dependencies to v1.8.1 (78b263b)

🚀 Version 1.8.1

10 Jun 20:49
acad647
Compare
Choose a tag to compare

1.8.1 (2025-06-10)

♻️ Improvements

  • Improve SDK - allow to pass http custom headers (#10) (654cabc)

🚀 Version 1.8.0

26 May 10:56
8cb4394
Compare
Choose a tag to compare

1.8.0 (2025-05-26)

✨ Features

🚀 Version 1.7.1

22 May 12:14
b80e654
Compare
Choose a tag to compare

1.7.1 (2025-05-22)

🐛 Bug Fixes

  • Improve error handling for API errors in content generation and streaming (4e63a87)

🔧 Miscellaneous

  • Add Copilot instructions and improve error handling in content stream generation (205ed95)
  • Add task completion support to zsh configuration (ca452af)
  • Enhance Copilot instructions for pull request and test generation (f8590cb)
  • update dependencies to latest versions in go.mod and go.sum (36c39f3)

📦 Miscellaneous

  • Update devcontainer configuration and remove unused files (127bde4)

🚀 Version 1.7.0

30 Apr 19:04
ccb8c89
Compare
Choose a tag to compare

1.7.0 (2025-04-30)

✨ Features

  • Update API spec and add reasoning format support (#6) (f889151), closes #7

📚 Documentation

  • Add CLAUDE.md with development guidelines (c451ec4)

🔧 Miscellaneous

  • Add Claude Code CLI to development container (2e716eb)

🚀 Version 1.7.0-rc.2

30 Apr 18:38
3847b15
Compare
Choose a tag to compare
Pre-release

1.7.0-rc.2 (2025-04-30)

✨ Features

  • Add Reasoning and ReasoningContent fields to ChatCompletionStreamResponseDelta (1f0143e)

🚀 Version 1.7.0-rc.1

30 Apr 16:58
fd7b8ca
Compare
Choose a tag to compare
Pre-release

1.7.0-rc.1 (2025-04-30)

✨ Features

  • Add WithOptions method and support for reasoning formats (d929814)
  • Update to latest OpenAPI spec and model ID format (537cd1f)

📚 Documentation

  • Add CLAUDE.md with development guidelines (c451ec4)
  • Add information about ReasoningFormat and Reasoning fields (f8d667d)
  • Update CLAUDE.md with latest API conventions (7845cf8)
  • Update README.md to reflect API changes (7b6e315)

🔧 Miscellaneous

  • Add binary files to .gitignore (97cdbca)
  • Add Claude Code CLI to development container (2e716eb)
  • Ensure newline at end of .gitignore for consistency (77b1511)
  • Update .gitignore to properly ignore binaries (35a74e9)

🚀 Version 1.6.0

25 Mar 15:32
d6ada13
Compare
Choose a tag to compare

1.6.0 (2025-03-25)

✨ Features

📚 Documentation

  • Update comment for Tools field in ClientOptions for clarity (299ab0f)

🚀 Version 1.5.1

25 Mar 12:21
9d118f5
Compare
Choose a tag to compare

1.5.1 (2025-03-25)

♻️ Improvements

  • Update NewClient to accept ClientOptions for improved configuration (#4) (efd181f)

📚 Documentation

  • Add Tool-Use section and reorganize Health Check in README (2e5d9e6)
  • Update example README to correct link and format output section (2d8abff)