Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@mihaidma mihaidma released this 01 Mar 18:19
· 109 commits to master since this release
34e7013

Features, enhancements:

  • Added /database/loadVolumeData.js to populate test database with large volume of data commit
  • Added /bench/ulil/volumeRunner.js to perform Autocannon tests against volume db commit
  • Added database migration script 006, adds index to team_members table (performance improvements) commit
  • Added metadata support for orgs, teams and users [commit] (#466)
  • Added database migration script 007, adds to add metadata field commit
  • Updated Lodash dependecy to 4.17.5
  • Updated chalk dependency (dev) for volume test output
  • Updated PBAC to version 0.2.0 (lodash vulnerability update)
  • Updated iam.js (StringLike param order reversed)
  • Updated unique constraint violation to return code 409 conflict for users, policies, orgs and teams
  • Enhanced swagger documentation (better definition of models and other tidy ups)

Fixes:

  • Added fixes on the get user teams endpoint [commit](#478 and #454)
  • Added fix for policy validation (enforce allow|deny on effect)
  • Added fix for issue 450 (invalid teams payload)