Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelogs for recent FDC fixes #7201

Merged
merged 4 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
- Fixes path issue in Windows deployments for Next.js SSR (#7148)
- Updates Emulator Suite UI logos
- Firebase functions' discovery process' timeout can now be configured with the `FUNCTIONS_DISCOVERY_TIMEOUT` env var (#7176)
- Fixes path issue in Windows deployments for Next.js SSR (#7148)
- Fixes an issue where `dataconnect:sql:migrate` would sometimes act as the wrong role. (#7198)
- Fixes an issue where `dataconnect:sql:migrate --force` would not ignore invalid connectors. (#7199).
- Improves logging and messaging throughout 'dataconnect' commands.
- Improves handling for cases where a dataconnect service could not access CloudSQL. (#7157)
Loading