Skip to content

Releases: inference-gateway/rust-sdk

🚀 Version 0.11.0

26 Jul 15:03
f1cb99b

Choose a tag to compare

0.11.0 (2025-07-26)

✨ Features

🔧 Miscellaneous

  • Update dependencies to latest versions (#12) (64fdd1e)

🚀 Version 0.10.0

26 May 14:36
238bfa5

Choose a tag to compare

0.10.0 (2025-05-26)

✨ Features

🚀 Version 0.9.2

21 Mar 19:35
86de9b0

Choose a tag to compare

0.9.2 (2025-03-21)

📚 Documentation

  • fix: Update InferenceGatewayClient URL to include version path (8dadd0f)

🚀 Version 0.9.1

21 Mar 18:52
61c534a

Choose a tag to compare

0.9.1 (2025-03-21)

♻️ Improvements

  • Make rust-sdk OpenAI Compatible (#8) (08f92dc)

🚀 Version 0.9.1-rc.5

21 Mar 18:50
289d735

Choose a tag to compare

Pre-release

0.9.1-rc.5 (2025-03-21)

♻️ Improvements

  • Improve example for Tool-Use (bc647da)

🚀 Version 0.9.1-rc.4

21 Mar 18:03
8624f74

Choose a tag to compare

Pre-release

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

21 Mar 16:58
7fbdd00

Choose a tag to compare

Pre-release

0.9.1-rc.3 (2025-03-21)

♻️ Improvements

  • Update API endpoints and logging for model listing (96fec11)

🚀 Version 0.9.1-rc.2

21 Mar 16:16
15e8455

Choose a tag to compare

Pre-release

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

20 Mar 18:47
a2f990f

Choose a tag to compare

Pre-release

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

11 Feb 01:14
1a71a4a

Choose a tag to compare

0.9.0 (2025-02-11)

✨ Features

  • Add max_tokens option to generate_content (#5) (fc21cf2)