Skip to content

Commit

Permalink
Enable experiments that should have gone out with the 4.0 functions s…
Browse files Browse the repository at this point in the history
…dk (#5192)

* Enable experiments that should have gone out with the 4.0 functions sdk

* Add changelog
  • Loading branch information
inlined committed Oct 31, 2022
1 parent 818ea6c commit 87e8f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,3 +3,5 @@
- Changes `superstatic` dependency to `v8`, addressing Hosting emulator issues on Windows.
- Fixes internal library that was not being correctly published.
- Adds `--disable-triggers` flag to RTDB write commands.
- Default enables experiment to skip deploying unmodified functions (#5192)
- Default enables experiment to allow parameterized functions codebases (#5192)
4 changes: 1 addition & 3 deletions src/experiments.ts
Expand Up @@ -66,9 +66,7 @@ export const ALL_EXPERIMENTS = experiments({
},
functionsparams: {
shortDescription: "Adds support for paramaterizing functions deployments",
},
skipdeployingnoopfunctions: {
shortDescription: "Detect that there have been no changes to a function and skip deployment",
default: true,
},

// Emulator experiments
Expand Down

0 comments on commit 87e8f0c

Please sign in to comment.