Skip to content

Commit

Permalink
Update to PubSub emulator 0.8.2 (#6916)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Mar 26, 2024
1 parent ccab9b7 commit 476bd33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit 476bd33

Please sign in to comment.