ai 5.0.0-beta.1 → 5.0.0-beta.3

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,28 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f3639fa]
8
+ - Updated dependencies [d454e4b]
9
+ - @ai-sdk/gateway@1.0.0-beta.3
10
+
11
+ ## 5.0.0-beta.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 0d9583c: fix (ai): use user-provided media type when available
16
+ - c6b64a7: feat (ai): allow async prepareRequest on HttpChatTransport
17
+ - cb3b9c9: fix (ai): catch errors in ui message stream
18
+ - d1a034f: feature: using Zod 4 for internal stuff
19
+ - Updated dependencies [0571b98]
20
+ - Updated dependencies [c91586a]
21
+ - Updated dependencies [39a4fab]
22
+ - Updated dependencies [d1a034f]
23
+ - @ai-sdk/provider-utils@3.0.0-beta.2
24
+ - @ai-sdk/gateway@1.0.0-beta.2
25
+
3
26
  ## 5.0.0-beta.1
4
27
 
5
28
  ### Major Changes