Skip to content

Commit

Permalink
📝 doc(CHANGELOG): log 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
  • Loading branch information
webup committed May 27, 2022
1 parent 6b38463 commit c7a537a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## 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 HTTP request triggering async function:

- Quickstart: <https://openfunction-talks.netlify.app/2022/203-node-mixed/>
- Sample: <https://github.com/OpenFunction/samples/tree/main/functions/knative/with-output-binding-node>

## 0.4.1 / 2022-04-17

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.
Expand Down

0 comments on commit c7a537a

Please sign in to comment.