Skip to content

Commit 3d98a83

Browse files
committed
📝 doc(CHANGELOG): add 0.4.1 intro
1 parent dfb8e95 commit 3d98a83

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
[1]: https://www.npmjs.com/package/@openfunction/functions-framework?activeTab=versions
66

7-
## 0.3.6 / 2022-03-07
7+
## 0.4.1 / 2022-04-17
88

9-
functions-framework-nodejs v0.3.6 changes npm package from @google-cloud/functions-framework to @openfunction/functions-framework
9+
This feature release offically 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](https://github.com/dapr/js-sdk) to bridge the communication with various Dapr input/output bindings or pubsub brokers components.
1010

11-
- Buildpacks builder: openfunction/builder-node:v2-16.13
12-
- Function Samples: https://github.com/OpenFunction/samples/tree/main/functions/Knative/hello-world-node
11+
- Aysnc Function Quickstart: <https://openfunction-talks.netlify.app/2022/202-node-async/>
12+
- Async Function Samples: <https://github.com/OpenFunction/samples/tree/main/functions/async/mqtt-io-node>
1313

14-
### Enhancement
14+
## 0.3.6 / 2022-03-07
15+
16+
functions-framework-nodejs v0.3.6 changes npm package from @google-cloud/functions-framework to @openfunction/functions-framework
1517

16-
- Improve docs.
18+
- Buildpacks Builder: `openfunction/builder-node:v2-16.13`
19+
- Knative Function Samples: <https://github.com/OpenFunction/samples/tree/main/functions/Knative/hello-world-node>
20+

0 commit comments

Comments
 (0)