This repository has been archived by the owner on Apr 9, 2019. It is now read-only.
Releases: UdeS-STI/udes-node-orchestrator
Releases · UdeS-STI/udes-node-orchestrator
v2.4.1
v2.4.0
Merge pull request #58 from UdeS-STI/updateDependencies Update dependencies
v2.0.0
Breaking changes
Code
- Route functions now receive 3 arguments (
responseHelper
,req
,res
). It is no longer needed to instanciate aResponseHelper
in each route function;
Configuration
- Most options now have default values (see documentation);
- Allowed methods is now an array of strings;
- Replaced
customHeaderPrefix
withcustomHeaders
for more flexibility; - Added
authPatterns
to allow more flexibility with authentication methods; - Added
responseFormatter
anderrorFormatter
to allow plugin based data formatting; - Added
debug
flag;