Skip to content

Commit b03e1ef

Browse files
authored
Release Firestore Emulator v1.19.3 (#6869)
* update new version of Firestore Emulator * fix formatting * fix minor CHANGELOG format
1 parent 71f3ef3 commit b03e1ef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#6860)
1+
- Release Firestore Emulator 1.19.3 which fixes ancestor and namespace scope queries for Datastore Mode. This release also fixes internal errors seen across REST API and firebase-js-sdk.
2+
- Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#6860)

src/emulator/downloadableEmulators.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
3333
expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63",
3434
},
3535
firestore: {
36-
version: "1.19.2",
37-
expectedSize: 67203281,
38-
expectedChecksum: "167205aea99351c08ef293f35009a63c",
36+
version: "1.19.3",
37+
expectedSize: 67296394,
38+
expectedChecksum: "08a9b882a5c38570b6333f3931b1e52b",
3939
},
4040
storage: {
4141
version: "1.1.3",

0 commit comments

Comments
 (0)