Skip to content

Commit 205b5f8

Browse files
authored
feat: update Pub/Sub emulator to 0.8.31 (#10485)
### Description Updated the Pub/Sub emulator version to 0.8.31 in downloadableEmulatorInfo.json and uploaded the new artifact to GCS. ### Scenarios Tested - Verified that the emulator starts correctly and downloads the new version. ### Sample Commands - firebase emulators:start --only pubsub
1 parent b12c1b0 commit 205b5f8

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated Pub/Sub emulator to version 0.8.31

src/emulator/downloadableEmulatorInfo.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
}
4545
},
4646
"pubsub": {
47-
"version": "0.8.30",
48-
"expectedSize": 52917173,
49-
"expectedChecksum": "f7935320d11894d0c4cd26dd064ee42f",
50-
"expectedChecksumSHA256": "aabf028a55ec3f06fe2223471dad26623be542848abebd7563f8f0b8697dd2a3",
51-
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.30.zip",
52-
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.30.zip",
53-
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.30/pubsub-emulator/bin/cloud-pubsub-emulator"
47+
"version": "0.8.31",
48+
"expectedSize": 52942385,
49+
"expectedChecksum": "04a85aa9873222e9b7a430c6c49cfd9e",
50+
"expectedChecksumSHA256": "b474e7d3200f5a8b5f7f467ee3b087c94b939e7d41527e935296a7bcabdbea9a",
51+
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.31.zip",
52+
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.31.zip",
53+
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.31/pubsub-emulator/bin/cloud-pubsub-emulator"
5454
},
5555
"dataconnect": {
5656
"darwin": {

0 commit comments

Comments
 (0)