diff --git a/CHANGELOG.md b/CHANGELOG.md index 107066f4315..e69de29bb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +0,0 @@ -- 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. -- 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)