-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[firebase-release] Removed change log and reset repo after 13.29.0 re…
…lease
- Loading branch information
1 parent
c28c1e2
commit 55a70ab
Showing
1 changed file
with
0 additions
and
9 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,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) | ||