Releases: inference-gateway/sdk
Releases · inference-gateway/sdk
🚀 Version 1.15.0
24 Jan 09:30
Compare
Sorry, something went wrong.
No results found
1.15.0 (2026-01-24)
✨ Features
Add Moonshot AI provider and sync OpenAPI schema (#34 ) (91b1dd4 )
🚀 Version 1.14.1
24 Nov 11:22
Compare
Sorry, something went wrong.
No results found
1.14.1 (2025-11-24)
♻️ Improvements
types: Rename Message_Content to MessageContent (#33 ) (5962d4c ), closes #32
🚀 Version 1.14.0
20 Nov 10:48
Compare
Sorry, something went wrong.
No results found
1.14.0 (2025-11-20)
⚠ BREAKING CHANGES
vision: Message.Content is now Message_Content type instead of string.
Use helper functions or .FromMessageContent0() / .AsMessageContent0() methods.
Supports:
Image URLs (https://)
Base64-encoded images (data:image/...)
Multiple images per message
Image detail levels (auto, low, high)
✨ Features
provider: Add support for Ollama Cloud (#31 ) (31aaaf8 )
vision: Add image URL support for vision models (#29 ) (b4cc118 ), closes #26
👷 CI
🔧 Miscellaneous
Delete .github/workflows/claude-code-review.yml (#28 ) (9b75d24 )
🚀 Version 1.13.0
28 Aug 05:20
Compare
Sorry, something went wrong.
No results found
1.13.0 (2025-08-28)
✨ Features
a2a: Add functions to list and fetch A2A agents (#25 ) (7af9c99 ), closes #24
🚀 Version 1.12.0
22 Aug 16:12
Compare
Sorry, something went wrong.
No results found
1.12.0 (2025-08-22)
✨ Features
retry: Add retry logic with exponential backoff for HTTP requests (#20 ) (b4a0ddb ), closes #22
🚀 Version 1.12.0-rc.2
22 Aug 15:54
Compare
Sorry, something went wrong.
No results found
✨ Features
Add Retry Mechanism section to README and implement parseRetryAfter function with tests also for rate-limiting retries (ce74bad )
🚀 Version 1.12.0-rc.1
22 Aug 15:38
Compare
Sorry, something went wrong.
No results found
✨ Features
retry: Add configurable status codes and callback mechanism (1d3cefa )
retry: Add retry logic with exponential backoff for HTTP requests (0d1a57a )
♻️ Improvements
retry: Clean up comments (b5a32db )
retry: Remove comments from retryable status code tests for clarity (5948350 )
retry: Remove redundant comments in isRetryableStatusCode function (930dc15 )
🐛 Bug Fixes
headers: Remove redundant comment in TestWithHeaders (468f356 )
🔧 Miscellaneous
🚀 Version 1.11.1
20 Aug 13:44
Compare
Sorry, something went wrong.
No results found
1.11.1 (2025-08-20)
📚 Documentation
examples: Add ReasoningContent field support in streaming examples (#18 ) (0212d7d ), closes #17
🚀 Version 1.11.0
09 Aug 00:02
Compare
Sorry, something went wrong.
No results found
1.11.0 (2025-08-09)
✨ Features
providers: Add Mistral AI provider support (#16 ) (202cd9a ), closes #15
👷 CI
📚 Documentation
Simplify CLAUDE.md by consolidating commands and development guidelines (50b02c5 )
🔧 Miscellaneous
Add issue templates for bug reports, feature requests, and refactor requests (#14 ) (9d3371b )
📦 Miscellaneous
Add initial Flox configuration files for SDK environment (fafcba4 )
🚀 Version 1.10.0
26 Jul 14:30
Compare
Sorry, something went wrong.
No results found
1.10.0 (2025-07-26)
✨ Features
📚 Documentation
Add Google provider to supported LLM providers list in README (b4f6adf )