Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.16.0
- Added support for Cloud Tasks within the Functions emulator. (#7475)
- Released Firestore Emulator v 1.19.8 which adds support for
FindNearest.distanceResultField
andFindNearest.distanceThreshold
parameters. - Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#7590, #7582)
v13.15.4
v13.15.3
- Updated
ws
to 7.5.10 to remediate CVE-2024-37890. (#7398) - Fixed the issue with firebase functions deploy requiring Extensions API. (firebase/firebase-functions#1596)
v13.15.2
- Implemented a check in the Next.js build function to verify if
.env.<PROJECT-ID>
file exists and make its variables available for the build
process. - Fix esbuild path used to bundle next.config.js on Windows (#7555)
- Updated to v1.3.5 of the Data Connect toolkit, which adds support for pgvector indexing and
order_by_ref
, and fixes bugs in SDK generation.
v13.15.1
- Fixes secret params resolution in functions emulator. (#7443)
- Fixed bug where
esbuild
execution was throwing an error saying "Command line too long" on Windows (#7250, #6193). (#7395) - Automatically detect app platform during
init dataconnect:sdk
. - Support
sharp
^0.33.x for web frameworks. (#7517) - Update Firebase Data Connect toolkit to v1.3.4, which supports
offset
, cascade delete support, always index all foreign fields and multiple generated SDK options. (#7545) - Update Data Connect SDK Options Default to avoid duplicate output path. (#7545)
v13.15.0
- Fixed an issue where
--force
was not respected duringfirebase deploy --only storage
. (#7499) - Added support for Customer-managed encryption keys (CMEK) on Firestore databases. (#7479)
- Improved error message thrown when missing permissions to deploy to hosting. (#7190)
- Improved default values for 'init dataconnect:sdk'.
- Fixed issue where
functions:secrets:set
wrongly errorred in non-interactive flows without force option (#7467) - Bumped the Firebase Data Connect local toolkit version to v1.3.2, which includes some bug fixes. (#7518)
v13.14.2
v13.14.1
v13.14.0
- Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#7405)
- Fix an issue where refresh_tokens would be used before checking whether they were expired. (#7442)
firebase init dataconnect
now can pull down deployed GQL files.- Improved detection of 'dataconnect.yaml' when not in project root.
- GitHub Action fixes for web frameworks (#6883)
- Fixes issue where PubSub message
publishTime
is set to 1970-01-01T00:00:00 (#7441) - Display meaningful error message when cannot determine target. (#6594)
- Adds support for firealerts events in Eventarc emulator. (#7355)
- Released version [email protected], which adds Emulator UI support for firealerts events.
- Improved errors when an incorrect service ID is passed to
firebase deploy --only dataconnect:serviceId
. - Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#7482)
- Fixed an issue where Firestore backup schedule commands had invalid short option names. (#7481)
- Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @index, @unique, and batch insert support. (#7486)