-
Notifications
You must be signed in to change notification settings - Fork 966
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.0.0 rel…
…ease
- Loading branch information
1 parent
acd1fce
commit 3af0bc3
Showing
1 changed file
with
0 additions
and
13 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,13 +0,0 @@ | ||
- Breaking: dropped support for running the CLI on Node.js v16. | ||
- Breaking: Refactored `functions:shell` to remove dependency on deprecated `request` module. | ||
- As part of this change, removed support for some rarely used features of `request`. | ||
- Breaking: Removed deprecated `ext:dev:publish` command. Use `ext:dev:upload` instead. | ||
- Added support for running the CLI on Node.js v20. Installations from https://firebase.tools will now use Node.js 20. | ||
- Switched Storage deployment to use GetDefaultBucket endpoint to fetch default Storage bucket. (#6467) | ||
- Fixed an issue with emulating blocking functions when using multiple codebases (#6504). | ||
- Added force flag call-out for bypassing prompts (#6506). | ||
- Added the ability to deploy Angular apps using [the new application-builder](https://angular.dev/tools/cli/esbuild). (#6480) | ||
- Fixed an issue where `--non-interactive` flag is not respected in Firestore indexes deploys. (#6539) | ||
- Fixed an issue where `login:use` would not work outside of a Firebase project directory. (#6526) | ||
- Prevent app router static `not-found` requiring a Cloud Function in Next.js deployments. (#6558) | ||
- Use only site id from site name in list versions API. (#6565) | ||