Skip to content

Commit 007c7b4

Browse files
committed
Add CHANGELOG entry
1 parent 74d5bb7 commit 007c7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FirebaseVertexAI/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
- [fixed] Fixed an issue where `VertexAI.vertexAI(app: app1)` and
33
`VertexAI.vertexAI(app: app2)` would return the same instance if their
44
`location` was the same, including the default `us-central1`. (#14007)
5+
- [changed] Removed `format: "double"` in `Schema.double()` since
6+
double-precision accuracy isn't enforced by the model; continue using the
7+
Swift `Double` type when decoding data produced with this schema. (#13990)
58

69
# 11.4.0
710
- [feature] Vertex AI in Firebase is now Generally Available (GA) and can be

0 commit comments

Comments
 (0)