Skip to content

Commit 0ff02f1

Browse files
Merge branch 'master' into feature/mcp-readme-update
2 parents ac9edb3 + 5c85099 commit 0ff02f1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- Added GraphQL `__typename` support in Data Connect.
1010
- Support enum values in Data Connect CEL expressions.
1111
- Support `_id`, a global ID field in Data Connect.
12+
- Updated to v0.8.17 of the Pub/Sub emulator, which includes vulnerability fixes.

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.14",
48-
"expectedSize": 66786933,
49-
"expectedChecksum": "a9025b3e53fdeafd2969ccb3ba1e1d38",
50-
"expectedChecksumSHA256": "4fbeefd8ecb32b10e5ab522e5d8748e0c2b13891c471c0c327c04632dcc75a8d",
51-
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.14.zip",
52-
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.14.zip",
53-
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.14/pubsub-emulator/bin/cloud-pubsub-emulator"
47+
"version": "0.8.17",
48+
"expectedSize": 65162324,
49+
"expectedChecksum": "a88ec6424e49af459b5c8a3657d69c06",
50+
"expectedChecksumSHA256": "72a49d14ee6cd4c1a0fee4a46f520fe4d7465396a155c61abc0103905047edd3",
51+
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.17.zip",
52+
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.17.zip",
53+
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.17/pubsub-emulator/bin/cloud-pubsub-emulator"
5454
},
5555
"dataconnect": {
5656
"darwin": {

0 commit comments

Comments
 (0)