We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d97f commit 4f1ca17Copy full SHA for 4f1ca17
1 file changed
ChangeLog.md
@@ -3,14 +3,16 @@ OpenAI APIs for XP ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
-## 0.9.0 / ????-??-??
+## 0.9.0 / 2025-04-14
7
8
* **Heads up:** To use streaming with the legacy completions API, you
9
need to use *flow()* instead of *stream()*!
10
(@thekid)
11
* Merged PR #21: Implement responses API streaming, see issue #20 and
12
https://platform.openai.com/docs/api-reference/responses
13
14
+* Added *ping()* method to `com.openai.realtime.RealtimeApi` class.
15
+ (@thekid)
16
* Added optional parameter *timeout* to receive() and transmit() methods
17
18
0 commit comments