Skip to content

Commit 476bd33

Browse files
authoredMar 26, 2024··
Update to PubSub emulator 0.8.2 (#6916)
1 parent ccab9b7 commit 476bd33

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
- Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains (#6895)
2-
- Release Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode.
1+
- Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode.
2+
- Released PubSub Emulator 0.8.2. This version includes support for `no_wrapper` options.
3+
- Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. (#6895)

‎src/emulator/downloadableEmulators.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5050
expectedChecksum: "49f6dc1911dda9d10df62a6c09aaf9a0",
5151
},
5252
pubsub: {
53-
version: "0.7.1",
54-
expectedSize: 65137179,
55-
expectedChecksum: "b59a6e705031a54a69e5e1dced7ca9bf",
53+
version: "0.8.2",
54+
expectedSize: 65611398,
55+
expectedChecksum: "70bb840321423e6ae621a3ae2f314903",
5656
},
5757
};
5858

0 commit comments

Comments
 (0)
Please sign in to comment.