-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanly shut down PGlite when shutting down Data Connect (#8056)
- Loading branch information
Showing
3 changed files
with
44 additions
and
11 deletions.
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,7 +1,8 @@ | ||
- Changes default CF3 runtime to nodejs22 (#8037) | ||
- Fixed an issue where `--import` would error for the Data Connect emulator if `dataDir` was also set. | ||
- Fixed an issue where `firebase init dataconnect` errored when importing a schema with no GQL files. | ||
- CF3 callables can now be annotate with a genkit action they are serving (#8039) | ||
- HTTPS functions can now be upgraded to HTTPS Callable functions (#8039) | ||
- Update default tsconfig to support more modern defaults (#8039) | ||
- Fixed an issue where the Data Connect emulator would not cleanly shut down Postgres and corrupt data. (#8044) | ||
- CF3 callables can now be annotate with a genkit action they are serving. (#8039) | ||
- HTTPS functions can now be upgraded to HTTPS Callable functions. (#8039) | ||
- Update default tsconfig to support more modern defaults. (#8039) | ||
- Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required `@file:UseSerializers(UUIDSerializer::class)` annotation. (#8058) |
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
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