ai 5.0.0-canary.18 → 5.0.0-canary.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.19
4
+
5
+ ### Major Changes
6
+
7
+ - 2d03e19: chore (ai): remove StreamCallbacks.onCompletion
8
+ - 319b989: chore (ai): remove content from ui messages
9
+ - 441d042: chore (ui): data stream protocol v2 with SSEs
10
+ - dcc549b: remove StreamTextResult.mergeIntoDataStream method
11
+ rename DataStreamOptions.getErrorMessage to onError
12
+ add pipeTextStreamToResponse function
13
+ add createTextStreamResponse function
14
+ change createDataStreamResponse function to accept a DataStream and not a DataStreamWriter
15
+ change pipeDataStreamToResponse function to accept a DataStream and not a DataStreamWriter
16
+ change pipeDataStreamToResponse function to have a single parameter
17
+ - cb2b53a: chore (ai): refactor header preparation
18
+ - e244a78: chore (ai): remove StreamData and mergeStreams
19
+
3
20
  ## 5.0.0-canary.18
4
21
 
5
22
  ### Major Changes