Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.10.1
- Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with
--force
. (#7208) - Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
- Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#7211).
- Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#7217).
v13.10.0
- Upgrades the pubsub dependency to address a
npm audit
issue. (#7122) - Fixes path issue in Windows deployments for Next.js SSR (#7148)
- Updates Emulator Suite UI logos
- Firebase functions' discovery process' timeout can now be configured with the
FUNCTIONS_DISCOVERY_TIMEOUT
env var (#7176) - Fixes an issue where
dataconnect:sql:migrate
would sometimes act as the wrong role. (#7198) - Fixes an issue where
dataconnect:sql:migrate --force
would not ignore invalid connectors. (#7199). - Improves logging and messaging throughout
dataconnect
commands. - Improves handling for cases where a Data Connect service could not access Cloud SQL. (#7157)
v13.9.0
- Added
firebase init genkit
. See more at https://firebase.google.com/docs/genkit - Introduces the
apphosting:*
commands! See more at https://firebase.google.com/docs/app-hosting
v13.8.3
- Internal bug fixes.
v13.8.2
v13.8.1
- Temporarily disable performance improvements for second gen functions deploy to avoid a backend issue.
- Increased the timeout for waiting for emulators to start to 60s. (#7091)
- Fixes infinite loop when trying to create a Hosting site.
- Fix copied functions dist dir files for Next.js when source config ends with slash (#7099)
v13.8.0
v13.7.5
v13.7.4
- Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. (#7020)
- Fix non static check for not-found route in Next.js 14.2 (#7012)
- Fix Next.js path issue on Windows (#7031)
- Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. (#7026)