Skip to content

Commit af22a3d

Browse files
authored
Release Cloud Firestore Emulator v1.11.12. (#3043)
1 parent daa9fd5 commit af22a3d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- Fixes issue with routing to emulated HTTP functions in regions outside of `us-central1` (#3031)
55
- Fixes issue where authorized domains were not being correctly updated when deploying to Hosting channels. (#3002)
66
- Fixes issue where the User-Agent was being overridden when proxying through the Hosting emulator. (#2970)
7+
- Fixes issue where Firestore Emulator wrongly triggers events on deleting an nonexistent document (#3043).

src/emulator/downloadableEmulators.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDetails }
3838
},
3939
},
4040
firestore: {
41-
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.11.11.jar"),
42-
version: "1.11.11",
41+
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.11.12.jar"),
42+
version: "1.11.12",
4343
opts: {
4444
cacheDir: CACHE_DIR,
4545
remoteUrl:
46-
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.11.11.jar",
47-
expectedSize: 63886307,
48-
expectedChecksum: "398782f4108360434ef9e7cc86df50f6",
46+
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.11.12.jar",
47+
expectedSize: 63822243,
48+
expectedChecksum: "9cdb00c6e05680830f77f63269aba765",
4949
namePrefix: "cloud-firestore-emulator",
5050
},
5151
},

0 commit comments

Comments
 (0)