-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix service_location not passed to dataconnect binary. (#7217)
* Fix service_location not passed to dataconnect binary. * Update CHANGELOG.md
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with `--force`. (#7208) | ||
- Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup. | ||
- Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#7211). | ||
- Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#7217). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters