Releases: inference-gateway/sdk
Releases · inference-gateway/sdk
🚀 Version 1.13.0
1.13.0 (2025-08-28)
✨ Features
- a2a: Add functions to list and fetch A2A agents (#25) (7af9c99), closes #24
🚀 Version 1.12.0
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
✨ 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
✨ 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
1.11.1 (2025-08-20)
📚 Documentation
- examples: Add ReasoningContent field support in streaming examples (#18) (0212d7d), closes #17
🚀 Version 1.11.0
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
1.10.0 (2025-07-26)
✨ Features
📚 Documentation
- Add Google provider to supported LLM providers list in README (b4f6adf)
🚀 Version 1.9.1
1.9.1 (2025-07-19)
📚 Documentation
- Add middleware options section to README with usage examples (47a703e)
✅ Miscellaneous
- Enhance middleware options handling and add comprehensive tests (4e09828)
🚀 Version 1.9.0
1.9.0 (2025-07-19)
✨ Features
- Add middleware bypass example and support for middleware options (4d78ae9)
🚀 Version 1.8.3
1.8.3 (2025-06-20)
📚 Documentation