Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.30.0
- Fixed issue where Extensions deployment fails due to
*.firebasestorage.app
not being recognized as a valid Storage bucket name. (#8152) - Fixes issue with custom 404 pages not being returned in Next.js in the emulator (#8035).
- Annotate onCallGenkit functions to allow for future Firebase Console annotations (#8135)
- Adds genkit 1.0.0 template (#8144)
v13.29.3
- Fixed a Data Connect emulator issue where prepared statements would be persisted after terminated connections.
- Added a warning when deploying a Genkit function without a secret as this is likely a bug (#8138)
- Fixed
.env.*
files for web frameworks in Windows (#8086) - Updated the Firebase Data Connect local toolkit to v1.7.7, which includes fixes in Dart code generation around required argument typing, and changes the emulator to always serve local connector sources and surface errors if they're invalid or schema migration fails. (#8153)
v13.29.2
- Updated
cross-env
andcross-spawn
dependencies to avoid vulnerable versions. (#7979) - Fixed an issue with the Data Connect emulator where
dataDir
and--export
were relative to the current directory insead offirebase.json
. init dataconnect
now suggests DNS compatible service IDs.- Updated the Firebase Data Connect local toolkit to v1.7.6, which includes several bug fixes:
- Fixed an issue in generated Dart code when an operation name ends in a number
- Fixed an issue with
@check
and@redact
directives on list fields - Fixed an issue with null literals in
any
type fields
v13.29.1
- Fixed an issue where
clearData
with no tables would cause the Data Connect emulator to crash. - Fixed an issue where the Data Connect emulator would crash with
Error: Unreachable
.
v13.29.0
- 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)
v13.28.0
- Enable apphosting:rollouts:create command. (#8031)
- Added default value for
emulators.dataconnect.dataDir
toinit dataconnect
. - Fixed issue where expired auth tokens would not refresh when running on IDX.
- Fixed an issue where
firebase
would error out instead of displaying help text. - Fixed an issue where
firebase init genkit
would error on Windows machines. - Fixed an issue where emulator returned error when emulating alerts functions written in python (#8019)
- Better error message for emulator binary architecture incompatibility on MacOS (#7995).
- Deprecated
emulators.apphosting.startCommandOverride
. Please useemulators.apphosting.startCommand
instead. - Updated
superstatic
to9.1.0
in package.json. - Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#8028)
- Add support for
linkProviderUserInfo
in the Auth emulator to allow linking providers to user accounts. (#4170)
Note: these binaries were regenerated and re-uploaded after accidentally being overwritten by v13.29.0 binaries. (12/12/2024)
v13.27.0
- Fixes an issue where
emulators:exec
would return a 0 error code when emulators failed to start. (#7974) - Added
--import
andemulators:export
support to the Data Connect emulator. - Added
firebase.json#emulators.dataconnect.dataDir
. When set, Data Connect data will be persisted to the configured directory between emulator runs. - Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
- Added
apphosting:config:export
to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator
v13.26.0
- Migrated some API calls from
firebase.googleapis.com
tocloudresourcemanager.googleapis.com
. - Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#7897)
- Updates
superstatic
to9.1.0
(#7929). - Added the appdistribution:group:list and appdistribution:testers:list commands.
- Aliased
appdistribution:group:*
commands toappdistribution:groups:*
. - Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
- Bug fixes for
@auth
expressions that reference theauth
variable - Allows custom boolean claims on the auth token to be returned in expressions
- Adds support for
Optional
arrays in Swift codegen - Updates Kotlin codegen to use fully-qualified class names everywhere
- Removes
StringType_pattern
from generated docs and GQL prelude. (#7968)
- Bug fixes for
v13.25.0
- Fix Task Queue Emulator error handling to display error message properly. (#7916)
- Fixed some misleading logs when using the Data Connect emulator with
FIREBASE_DATACONNECT_POSTGRESQL_STRING
set. (#7882) - Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for
query
in mutations,@check
for advanced authorization, and replacesjava.util.Date
withcom.google.firebase.dataconnect.LocalDate
forDate
scalar fields and variables in Kotlin codegen. (#7936) - Fixed
firebase init genkit
to work with genkit version 0.9.0.