Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 3.28 KB

Changelog

npm history

0.6.0 / 2022-10-08

We are pleased to bring up two amazing features in this release: a plugin system and a built-in SkyWalking tracing plugin.

The plugin system was introduced along with OpenFunction Framework 0.6.0 (see this proposal for reference) and supported by Go Functions Framework starting from 0.3.0. Node.js Functions Framework similarly supports the plugin mechanism and provides an easier way to bootstrap the plugin.

OpenFunction Framework 0.6.0 also proposed tracing capacity to make function calls observable. By leveraging the plugin system, we implemented the SkyWalking plugin within the functions framework to provide samples for both tracing and plugin systems.

Lastly, we also enabled gracefully shutdown of function on SIGINT & SIGTERM signals, which helps to avoid losing the request or event when the function rolls out or scales down.

0.5.0 / 2022-05-27

We are having a standalone openfunction signature type starting from this release!

Now you can use function (ctx, data) as the function signature along with openfunction signature type, this allows you to use sync functions in a far more flexible way - whenever there are functions output requirements, sync functions can also send output to Dapr output binding or pubsub components.

Check the demo of the HTTP request triggering the async function:

0.4.1 / 2022-04-17

This feature release officially introduces the support of OpenFunction async function runtime, now your Node.js functions can enjoy the power of Dapr runtime starting from bindings and pubsub. Functions Framework will call Dapr Node.js SDK to bridge the communication with various Dapr input/output bindings or pubsub brokers components.

0.3.6 / 2022-03-07

functions-framework-nodejs v0.3.6 changes npm package from @google-cloud/functions-framework to @openfunction/functions-framework