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

Commit

Permalink
update version in changes.md, packages and static swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cianfoley-nearform committed Mar 16, 2018
1 parent 42aec73 commit 4065f6b
Show file tree
Hide file tree
Showing 9 changed files with 780 additions and 19 deletions.
18 changes: 12 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 5.0.0 - March 16, 2018
Features, enhancements:
- Lerna package split, udaru-core, udaru-plugin and udaru-server now in separate npm packages [commit](https://github.com/nearform/udaru/pull/444)
- **Breaking change**: 404 not found on endpoint GET /authorization/teams/${teamId}/users if team does not exist [commit](https://github.com/nearform/udaru/pull/444)
- **Breaking change**: 404 not found on endpoint /authorization/users/${userId}/teams if user does not exist [commit](https://github.com/nearform/udaru/pull/444)
- SQL module extracted and placed in own npm module (https://www.npmjs.com/package/@nearform/sql)

## 4.1.0 - March 12, 2018
Features, enhancements:
- Nested teams endpoint [commit] (https://github.com/nearform/udaru/pull/477)
- Team search endpoint [commit] (https://github.com/nearform/udaru/pull/473)
- User search endpoint [commit] (https://github.com/nearform/udaru/pull/463)
- Team user search endpoint [commit] (https://github.com/nearform/udaru/pull/463)
- Nested teams endpoint [commit](https://github.com/nearform/udaru/pull/477)
- Team search endpoint [commit](https://github.com/nearform/udaru/pull/473)
- User search endpoint [commit](https://github.com/nearform/udaru/pull/463)
- Team user search endpoint [commit](https://github.com/nearform/udaru/pull/463)
- Updated PBAC to version 0.3.0 (lodash vulnerability)

## 4.0.1 - February 15, 2018
Expand All @@ -21,15 +28,14 @@ Features, enhancements:
- 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)
- Breaking Change: Updated unique constraint violation to return code 409 conflict for users, policies, orgs and teams
- **Breaking Change**: 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
- Added get user teams [commit](https://github.com/nearform/udaru/pull/451)

Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/swagger-json.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.1.0",
"version": "5.0.0",
"description": "A policy based authorization module",
"license": "MIT",
"author": "nearForm Ltd",
Expand Down
4 changes: 2 additions & 2 deletions packages/udaru-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udaru",
"version": "4.1.0",
"version": "5.0.0",
"description": "A policy based authorization module",
"author": "nearForm Ltd",
"license": "MIT",
Expand Down Expand Up @@ -55,6 +55,6 @@
"lab": "^14.3.2",
"proxyquire": "^1.7.10",
"sinon": "^4.0.1",
"udaru-test": "^4.1.0"
"udaru-test": "^5.0.0"
}
}
Loading

0 comments on commit 4065f6b

Please sign in to comment.