functions-framework-nodejs
functions-framework-nodejs copied to clipboard
FaaS (Function as a service) framework for writing portable Node.js functions
Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Updates `nanoid` from 3.1.25 to 3.3.1 Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument...
Add execution id support. When enabled with `--enable-execution-id` or set `ENABLE_EXECUTION_ID=True` in environment variables, execution id will be added to log.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/dependency-review-action](https://togithub.com/actions/dependency-review-action) | action | major | `v3.1.5` -> `v4.1.3` | ---...
Deploying from local source with `gcloud functions deploy` seems unable to include local file dependencies. When setting `--set-build-env-vars GOOGLE_VENDOR_NPM_DEPENDENCIES=true` and `package.json` is referencing something like `"app-common": "file:./localpath"` builds fail and...
:robot: I have created a release *beep* *boop* --- ## [3.3.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.3.0...v3.3.1) (2024-02-01) ### Bug Fixes * etag should not be set on any response ([#571](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/571)) ([89a3abb](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/89a3abb10a815eeb37bc779ae7015e751765cf62)) * framework fails to...
update readme.md to include ESM example
We have an app that uses a Firestore database, and locally we can use the Firestore Firebase emulators provided by `firebase-tools` to avoid connecting to a remote/shared database. It's clear...
Hi there, I was following the [TypeScript](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/master/docs/typescript.md) and [Testing](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/master/docs/testing-functions.md) guides but I had to work a lot in order to get the tests run with [ts-jest](https://www.npmjs.com/package/ts-jest). ## Setup This is...
Hi, we were trying to debug cloud functions locally, using `functions-framework`. It seems that the doc is out of date, it doesn't work if you point to `.bin` folder We...
Hello, I started using `@google-cloud/functions-framework` and noticed that it is not much compatible with [structured logging](https://cloud.google.com/logging/docs/structured-logging). Especially, when I use [the CloudEventFunction style](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/db922c08687e7eec124ff0d696e0e60d6bf41df8/src/function_registry.ts#L91) which seems to be the [recommended way...