You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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))
* 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))
0 commit comments