Releases: nodeshift/faas-js-runtime
Releases · nodeshift/faas-js-runtime
faas-js-runtime v0.9.1
Bug Fixes
- add an explicit scope to function invocation (#118) (1eb75b3)
faas-js-runtime v0.8.0
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.0
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
Features
Bug Fixes
- better error handling when network address is already in use (#74) (ae28dcf)
faas-js-runtime v0.5.1
Bug Fixes
- reverse the parameter order when invoking (#71) (df55e8a)
faas-js-runtime v0.5.0
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
Features
- provide cloudevent data if it exists as first parameter to function (#61) (cdd4d8b)
faas-js-runtime v0.3.0
Features
- change module name to faas-js-runtime (#56) (304eba6)
Bug Fixes
- remove openwhisk varaiables from context (#57) (bb07696)