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

Commit

Permalink
Merge pull request #479 from nearform/release_preps
Browse files Browse the repository at this point in the history
release 4.0.0 preparations
  • Loading branch information
mihaidma committed Mar 1, 2018
2 parents 124d081 + eb91963 commit 34e7013
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## 3.2.0 - February 15, 2018
## 4.0.0 - February 15, 2018
Features, enhancements:
- Added /database/loadVolumeData.js to populate test database with large volume of data [commit](https://github.com/nearform/udaru/pull/456)
- Added /bench/ulil/volumeRunner.js to perform autocannon tests against volume db [commit](https://github.com/nearform/udaru/pull/451)
- Added /bench/ulil/volumeRunner.js to perform Autocannon tests against volume db [commit](https://github.com/nearform/udaru/pull/451)
- Added database migration script 006, adds index to team_members table (performance improvements) [commit](https://github.com/nearform/udaru/pull/451)
- Added metadata support for orgs, teams and users [commit] (https://github.com/nearform/udaru/pull/466)
- Added database migration script 007, adds to add metadata field [commit](https://github.com/nearform/udaru/pull/466)
- 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](https://github.com/nearform/udaru/pull/478 and https://github.com/nearform/udaru/pull/454)
- Added fix for policy validation (enforce allow|deny on effect)
- Added fix for issue 450 (invalid teams payload)


## 3.1.0 - February 5, 2018
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udaru",
"version": "3.2.0",
"version": "4.0.0",
"description": "A policy based authorization module",
"license": "MIT",
"author": "nearForm Ltd",
Expand Down

0 comments on commit 34e7013

Please sign in to comment.