Releases: inference-gateway/rust-sdk
Releases · inference-gateway/rust-sdk
🚀 Version 0.10.0
🚀 Version 0.9.2
🚀 Version 0.9.1
🚀 Version 0.9.1-rc.5
🚀 Version 0.9.1-rc.4
0.9.1-rc.4 (2025-03-21)
♻️ Improvements
- Remove ToolFunctionResponse and update ToolCallResponse to use ChatCompletionMessageToolCallFunction (e3d29bb)
📚 Documentation
- Enhance README with updated response types and improved logging (651720b)
🚀 Version 0.9.1-rc.3
0.9.1-rc.3 (2025-03-21)
♻️ Improvements
- Update API endpoints and logging for model listing (96fec11)
🚀 Version 0.9.1-rc.2
0.9.1-rc.2 (2025-03-21)
♻️ Improvements
- Update model response structures for clarity and consistency (5ca2eb5)
🔧 Miscellaneous
- Update dependencies for improved performance and security (6079995)
🚀 Version 0.9.1-rc.1
0.9.1-rc.1 (2025-03-20)
♻️ Improvements
- Add streaming response structures for chat completion (0dd7b56)
- Download the OpenAPI spec (7701059)
- Remove Google provider from the Provider enum (5a98051)
- Remove nullable fields from OpenAPI schema definitions (461750f)
- Rename default client method to new_default for clarity (8735999)
- Rename GenerateRequest to CreateChatCompletionRequest and remove ssevents field (52c4008)
- Restructure response to be compatible with OpenAI (88da800)
- Start by implementing default and base_url (1afdaac)
- Update JSON response format to include new fields for chat completion (38869a1)
- Update JSON response structure with new fields for chat completion (340c02c)
- Update tool call structures for chat completion and enhance argument parsing (c867978)
🐛 Bug Fixes
- Add output logging for version determination error in release workflow (d49ba50)
🚀 Version 0.9.0
🚀 Version 0.9.0-rc.1
0.9.0-rc.1 (2025-02-10)
✨ Features
- Add max_tokens parameter to GenerateRequest and InferenceGatewayClient (8f1c08a)
📚 Documentation
- Add max_tokens parameter to OpenAPI specification (7f833af)