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

Commit

Permalink
updats for 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cianfoley-nearform committed May 23, 2018
1 parent 62589e5 commit 2048a1f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 5.2.0 - May 23, 2018
Features, enhancements
- Exact name search added to teams search [commit](https://github.com/nearform/udaru/pull/543)
- Search enhanced to handle tsquery reserved characters [commit](https://github.com/nearform/udaru/pull/542)
- Zed Attack Proxy baseline and API penetration testing support [commit](https://github.com/nearform/udaru/pull/544)

Fixes:
(https://github.com/nearform/udaru/pull/542)
- Ignore unique constraints on insert policies [commit](https://github.com/nearform/udaru/pull/545)
- Allow empty array of teams/user ids [commit](https://github.com/nearform/udaru/pull/545)

## 5.1.0 - May 16, 2018
Features, enhancements
- Batch authorization checks on resource/action pairs [commit](https://github.com/nearform/udaru/pull/540)
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ A brief overview of the Management API calls are as follows, see the [Swagger Do
|/authorization/shared-policies/{id}/instances|GET|Fetch instances of a shared policy by ID|
|/authorization/teams|POST|Create a team|
|/authorization/teams|GET|Fetch all teams from the current user organization|
|/authorization/teams/search|GET|Search for teams from the current user organization|
|/authorization/teams/search|GET|Search for teams from the current user organization, set query param type to exact for an exact team name search|
|/authorization/teams/{id}|DELETE|Delete a team|
|/authorization/teams/{id}|PUT|Update a team|
|/authorization/teams/{id}|GET|Fetch a team given its identifier|
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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udaru",
"version": "5.1.0",
"version": "5.2.0",
"description": "A policy based authorization module",
"license": "MIT",
"author": "nearForm Ltd",
Expand Down

0 comments on commit 2048a1f

Please sign in to comment.