Skip to content

update fdc emulator to 3.2.1#10022

Merged
hlshen merged 5 commits intomainfrom
hlshen/emulator3.2.1
Mar 5, 2026
Merged

update fdc emulator to 3.2.1#10022
hlshen merged 5 commits intomainfrom
hlshen/emulator3.2.1

Conversation

@hlshen
Copy link
Copy Markdown
Contributor

@hlshen hlshen commented Mar 4, 2026

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the configuration for the Dataconnect emulator to its latest version, v3.2.1. This ensures that users downloading the emulator will receive the most recent release, incorporating any bug fixes, performance improvements, or new features introduced in this update. The change involves refreshing the download metadata for all supported operating systems.

Highlights

  • Dataconnect Emulator Update: The Dataconnect emulator has been updated from version 3.2.0 to v3.2.1 across all supported platforms (macOS, macOS ARM64, Windows, and Linux).
  • Metadata Refresh: Corresponding metadata including expectedSize, expectedChecksum, expectedChecksumSHA256, remoteUrl, and downloadPathRelativeToCacheDir have been updated to reflect the new emulator version and its binaries.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • src/emulator/downloadableEmulatorInfo.json
    • Updated the 'dataconnect' emulator version from '3.2.0' to 'v3.2.1' for all platforms (darwin, darwin_arm64, win32, linux).
    • Refreshed 'expectedSize', 'expectedChecksum', 'expectedChecksumSHA256', 'remoteUrl', and 'downloadPathRelativeToCacheDir' values for each platform to match the new emulator binaries.
Activity
  • No human activity has occurred on this pull request since its creation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@hlshen hlshen requested a review from rosalyntan March 4, 2026 21:28
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Data Connect emulator to version 3.2.1 by modifying downloadableEmulatorInfo.json. While updating the version, checksums, and sizes is correct, I've noticed a critical typo in all the updated remoteUrl fields. The version string is written as vv3.2.1 instead of v3.2.1, which will prevent the emulator from being downloaded. I've added suggestions to correct these URLs.

Note: Security Review has been skipped due to the limited scope of the PR.

"expectedSize": 30880608,
"expectedChecksum": "ef63443e5132e4ade7b89506fea60e29",
"expectedChecksumSHA256": "0a9c05413cb3048a4bef1968e55109ca67eb607e6d77355741cb9a7dcae51607",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-amd64-vv3.2.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There appears to be a typo in the remoteUrl. The version part contains vv which will likely cause download failures. It should be v.

Suggested change
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-amd64-vv3.2.1",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-amd64-v3.2.1",
"expectedSize": 30339010,
"expectedChecksum": "866989b28ae5cad1084403bd4404dcee",
"expectedChecksumSHA256": "558e334c456c646b1ddf4b32ab43d976c5b03c191a4c92855e8c93cd32e1215a",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-arm64-vv3.2.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There appears to be a typo in the remoteUrl. The version part contains vv which will likely cause download failures. It should be v.

Suggested change
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-arm64-vv3.2.1",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-macos-arm64-v3.2.1",
"expectedSize": 31385088,
"expectedChecksum": "cb46949156c889d5724f7fa80e8a613b",
"expectedChecksumSHA256": "1dd1f9ef7910d8295baac61741fde29fac536d82ff841a2d5cefe25e98f7cd98",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-windows-amd64-vv3.2.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There appears to be a typo in the remoteUrl. The version part contains vv which will likely cause download failures. It should be v.

Suggested change
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-windows-amd64-vv3.2.1",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-windows-amd64-v3.2.1",
"expectedSize": 30798008,
"expectedChecksum": "8c29b6b526efcbf13de278bd3b5b598a",
"expectedChecksumSHA256": "d7eb7f7afd98dd9018039c83782312f975b160c3708eb49f8fecdf7d27508d82",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-linux-amd64-vv3.2.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There appears to be a typo in the remoteUrl. The version part contains vv which will likely cause download failures. It should be v.

Suggested change
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-linux-amd64-vv3.2.1",
"remoteUrl": "https://storage.googleapis.com/firemat-preview-drop/emulator/dataconnect-emulator-linux-amd64-v3.2.1",
@rosalyntan
Copy link
Copy Markdown
Member

Some copy-paste issues: v3.2.1 should just be 3.2.1 (and there's a vv3.2.1 that should be v3.2.1)

@hlshen hlshen enabled auto-merge (squash) March 5, 2026 16:08
@hlshen hlshen merged commit 87ec0f7 into main Mar 5, 2026
46 of 47 checks passed
@hlshen hlshen deleted the hlshen/emulator3.2.1 branch March 5, 2026 16:30
andrewbrook pushed a commit that referenced this pull request Mar 25, 2026
* update fdc emulator to 3.2.1

* changelog

* fix naming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants