Skip to content

Releases: nodeshift/faas-js-runtime

faas-js-runtime v0.9.1

31 Oct 20:18
62f6da3
Compare
Choose a tag to compare

Bug Fixes

  • add an explicit scope to function invocation (#118) (1eb75b3)

faas-js-runtime v0.9.0

28 Apr 18:11
64a1171
Compare
Choose a tag to compare

Features

faas-js-runtime v0.8.0

09 Dec 21:28
4138463
Compare
Choose a tag to compare

Features

  • add an endpoint for prometheus at /metrics (#109) (559c110)
  • add limited support for func.yaml via logLevel (#104) (6e376fa)

Bug Fixes

  • use cloudevent as second param in test fn (#99) (d3dae1d)

faas-js-runtime v0.7.1

24 May 17:38
c5b9d35
Compare
Choose a tag to compare

Bug Fixes

faas-js-runtime v0.7.0

24 May 17:12
57f9378
Compare
Choose a tag to compare

Features

  • add TypeScript type definitions (#90) (d43fa28)
  • cli: pass --logLevel and --port from the cli or as env variables (d6b32a3)

Bug Fixes

  • change index.js to not have a default export (#93) (d5bfd68)

faas-js-runtime v0.6.0

14 Apr 16:42
47d3a6d
Compare
Choose a tag to compare

Features

Bug Fixes

  • better error handling when network address is already in use (#74) (ae28dcf)

faas-js-runtime v0.5.1

03 Nov 19:08
5883742
Compare
Choose a tag to compare

Bug Fixes

  • reverse the parameter order when invoking (#71) (df55e8a)

faas-js-runtime v0.5.0

02 Nov 21:16
7317451
Compare
Choose a tag to compare

Features

  • handle CloudEvent and Message responses from function invocation (#68) (351197f)

Bug Fixes

  • handle cloudevents that have no data (#67) (84d402d)

faas-js-runtime v0.4.0

13 Oct 17:35
6b6669c
Compare
Choose a tag to compare

Features

  • provide cloudevent data if it exists as first parameter to function (#61) (cdd4d8b)

faas-js-runtime v0.3.0

05 Oct 16:15
77581ab
Compare
Choose a tag to compare

Features

  • change module name to faas-js-runtime (#56) (304eba6)

Bug Fixes

  • remove openwhisk varaiables from context (#57) (bb07696)