Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Releases: UdeS-STI/udes-node-orchestrator

v2.4.1

06 Mar 19:12
96dc24b
Compare
Choose a tag to compare
Merge pull request #59 from UdeS-STI/nexus

Add default registry

v2.4.0

06 Mar 18:52
0d8c2ad
Compare
Choose a tag to compare
Merge pull request #58 from UdeS-STI/updateDependencies

Update dependencies

v2.0.0

14 Nov 13:32
1fd2052
Compare
Choose a tag to compare

Breaking changes

Code

  • Route functions now receive 3 arguments (responseHelper, req, res). It is no longer needed to instanciate a ResponseHelper in each route function;

Configuration

  • Most options now have default values (see documentation);
  • Allowed methods is now an array of strings;
  • Replaced customHeaderPrefix with customHeaders for more flexibility;
  • Added authPatterns to allow more flexibility with authentication methods;
  • Added responseFormatter and errorFormatter to allow plugin based data formatting;
  • Added debug flag;