From 476bd335a4ec4fb559946690fde71e13c81bd330 Mon Sep 17 00:00:00 2001 From: joehan Date: Tue, 26 Mar 2024 16:47:20 -0400 Subject: [PATCH] Update to PubSub emulator 0.8.2 (#6916) --- CHANGELOG.md | 5 +++-- src/emulator/downloadableEmulators.ts | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda3a6c6860..f08141f980d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ -- Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains (#6895) -- Release Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode. +- Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode. +- Released PubSub Emulator 0.8.2. This version includes support for `no_wrapper` options. +- Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. (#6895) diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index accf6f01da0..a498f0dd826 100644 --- a/src/emulator/downloadableEmulators.ts +++ b/src/emulator/downloadableEmulators.ts @@ -50,9 +50,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet expectedChecksum: "49f6dc1911dda9d10df62a6c09aaf9a0", }, pubsub: { - version: "0.7.1", - expectedSize: 65137179, - expectedChecksum: "b59a6e705031a54a69e5e1dced7ca9bf", + version: "0.8.2", + expectedSize: 65611398, + expectedChecksum: "70bb840321423e6ae621a3ae2f314903", }, };