Skip to content

Commit d5a5418

Browse files
chore(release): 0.6.0 [skip ci]
## [0.6.0](0.5.8...0.6.0) (2025-02-02) ### ✨ Features * Add streaming support for content generation and enhance error handling ([5c574c3](5c574c3)) * Implement streaming API so the client can receive Server Sent Events ([32060e0](32060e0)) ### ♻️ Improvements * Refactor content generation stream to use SSEvents struct for improved event handling ([1411d15](1411d15)) ### 🔧 Miscellaneous * Add TODO to enhance the error handling of streaming with retries ([4162ad7](4162ad7)) * Remove unnecessary blank line in content generation stream ([b4698b8](b4698b8)) * Update openapi - removed google AI Studio and Implemented Streaming ([924e23e](924e23e))
1 parent 32060e0 commit d5a5418

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.6.0](https://github.com/inference-gateway/rust-sdk/compare/0.5.8...0.6.0) (2025-02-02)
2+
3+
### ✨ Features
4+
5+
* Add streaming support for content generation and enhance error handling ([5c574c3](https://github.com/inference-gateway/rust-sdk/commit/5c574c313a6839d538bc65de28fb5264f3e9e006))
6+
* Implement streaming API so the client can receive Server Sent Events ([32060e0](https://github.com/inference-gateway/rust-sdk/commit/32060e0c30c68211a9cea5c3c34f53f382ec15f5))
7+
8+
### ♻️ Improvements
9+
10+
* Refactor content generation stream to use SSEvents struct for improved event handling ([1411d15](https://github.com/inference-gateway/rust-sdk/commit/1411d15fce253aaed53fffa97f145e947c1f435c))
11+
12+
### 🔧 Miscellaneous
13+
14+
* Add TODO to enhance the error handling of streaming with retries ([4162ad7](https://github.com/inference-gateway/rust-sdk/commit/4162ad7aada9ed86295b330c9af7fdb3b8d2d8a6))
15+
* Remove unnecessary blank line in content generation stream ([b4698b8](https://github.com/inference-gateway/rust-sdk/commit/b4698b8930b9d1570e2565e562027b0b431f5dbb))
16+
* Update openapi - removed google AI Studio and Implemented Streaming ([924e23e](https://github.com/inference-gateway/rust-sdk/commit/924e23eb6214f417549db30822aca40f56ba68d8))
17+
118
## [0.5.8](https://github.com/inference-gateway/rust-sdk/compare/0.5.7...0.5.8) (2025-01-29)
219

320
### 📚 Documentation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inference-gateway-sdk"
3-
version = "0.5.8"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "Rust SDK for interacting with various language models through the Inference Gateway"
66
license = "MIT"

0 commit comments

Comments
 (0)