- Changes default CF3 runtime to nodejs22 (#8037)
- Fixed an issue where
--import
would error for the Data Connect emulator ifdataDir
was also set. - Fixed an issue where
firebase init dataconnect
errored when importing a schema with no GQL files. - 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)
- Added validation for project ID and project name during
firebase init
(#2514) - 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)