Skip to content

Commit

Permalink
Release a minor patch in the Firestore emulator (#5728)
Browse files Browse the repository at this point in the history
* Release a minor patch in the Firestore emulator

* Update CHANGELOG.md

Co-authored-by: joehan <joehanley@google.com>

* 1.17.2

---------

Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
HansiMou and joehan committed Apr 25, 2023
1 parent 5a8b2ac commit 63df354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Releases Firestore Emulator 1.17.1
- Releases Firestore Emulator 1.17.2
- Propagates page token from ListDocumentsResponse to GetOrListDocumentsResponse in Firestore emulator.
- Fixes an issue where Secret Manager secrets were tagged incorrectly (#5704).
- Fix bug where Custom Event channels weren't automatically crated on function deploys (#5700)
Expand Down
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "311609538bd65666eb724ef47c2e6466",
},
firestore: {
version: "1.17.1",
expectedSize: 64778399,
expectedChecksum: "108789dc93092c45b9e04a074e3238ce",
version: "1.17.2",
expectedSize: 64907894,
expectedChecksum: "bc56ccf2419be3242e7b53def0a51566",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit 63df354

Please sign in to comment.