This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
Releases: projectriff/node-function-invoker
Releases · projectriff/node-function-invoker
Release 0.3.0
Noteworthy changes since v0.2.0:
- [f570060 | #113] Migrate to grpc-js, restores support for IPv4/IPv6 dual-stacked containers
- [f82d6e3 | #97] Test on Node 14
- [dd72895 | #109] Honor incoming content type charset
- [cb6e6e4 | #122] Remove argument transformers, partially reinstate argument type
- [bf764bf | #206] Change output content type preference to favor json
Release 0.2.1
Release 0.2.0
Noteworthy changes since v0.1.3:
- [c94f170 | #90] Rewrite the invoker to comply to the new riff streaming protocol (streaming via gRPC, multi I/O function support)
- [3ef6426 | projectriff/system/issues/57] Allow streams to be consumed by name or by index
- [0945c63] Cancel gRPC invocation when sensible
Release 0.1.3
Noteworthy changes since v0.1.2:
- [1473c7b] Support structured cloudevents (thanks @jabrown85!)
Release 0.1.2
No noteworthy changes since v0.1.1 🤷♂
Release 0.1.1
Noteworthy changes since v0.1.0:
- [e82290c] Provide default values for host and port (thanks @elbandito!)
Release 0.1.0
Release 0.0.8
Noteworthy changes since v0.0.7:
- [#53] Make sure invoker and project metadata versions are aligned