Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Releases: projectriff/node-function-invoker

Release 0.3.0

13 May 20:23
Compare
Choose a tag to compare

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

01 Apr 16:14
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

Noteworthy changes since v0.2.0:

  • [e2aac8a | #146] Execute lifecycle hooks once per process, not gRPC invocation
  • [81e45a6 | #133] Fix request-reply function error handling

Release 0.2.0

01 Apr 16:10
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

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

01 Apr 16:06
Compare
Choose a tag to compare
Release 0.1.3 Pre-release
Pre-release

Noteworthy changes since v0.1.2:

Release 0.1.2

01 Apr 16:05
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release

No noteworthy changes since v0.1.1 🤷‍♂

Release 0.1.1

01 Apr 16:04
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

Noteworthy changes since v0.1.0:

Release 0.1.0

01 Apr 16:01
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Noteworthy changes since v0.0.8:

Release 0.0.8

01 Apr 15:57
Compare
Choose a tag to compare
Release 0.0.8 Pre-release
Pre-release

Noteworthy changes since v0.0.7:

  • [#53] Make sure invoker and project metadata versions are aligned

Release 0.0.7

01 Apr 15:55
Compare
Choose a tag to compare
Release 0.0.7 Pre-release
Pre-release

Noteworthy changes since v0.0.6:

  • [0d1a637] Reinstante HTTP support, decouple protocol from interaction model
  • [46d5255, c7bc08c] Add streaming and Typescript samples

Release 0.0.6

01 Apr 15:53
Compare
Choose a tag to compare
Release 0.0.6 Pre-release
Pre-release

Noteworthy changes since 0.0.5:

  • [bf8b3c6] Maintain backpressure for request-reply model
  • [4d17772 | #41] Introduce Message abstraction for functions that need to expose headers
  • [b402e5b] Bump Node version to v8.11.1