Releases: gdbots/iam-php
Releases · gdbots/iam-php
v3.0.0
12 Dec 19:38
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGES
Upgrade to support PHP 8.1.
v2.1.3
16 Apr 20:57
Compare
Sorry, something went wrong.
No results found
Fix bug in ListAllRolesRequestHandler that was only returning the first page of search response.
v2.1.2
16 Mar 04:24
Compare
Sorry, something went wrong.
No results found
Add GetAllAppsRequestHandler for deprecated gdbots:iam:mixin:get-all-apps-request:v1 requests.
v2.1.1
11 Mar 23:48
Compare
Sorry, something went wrong.
No results found
Fix bug in ListAllRolesRequestHandler that didn't return the response.
v2.1.0
19 Jul 21:46
Compare
Sorry, something went wrong.
No results found
Remove use of mixin/message constants for fields and schema refs as it's too noisy and isn't enough of a help to warrant it.
Uses "gdbots/ncr": "^2.1"
v2.0.0
01 Jul 20:08
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGES
Upgrade to support PHP 7.4.
Uses "gdbots/ncr": "^2.0"
Implement aggregates and remove command handlers for common gdbots:ncr operations.
v1.0.0
09 Jun 23:44
Compare
Sorry, something went wrong.
No results found
v0.4.2
07 Apr 01:07
Compare
Sorry, something went wrong.
No results found
Fix invalid class reference in GetAllAppsRequestHandler.
v0.4.1
06 Jun 00:58
Compare
Sorry, something went wrong.
No results found
Add crud handlers and projector for gdbots:iam:mixin:app.
v0.4.0
08 Apr 00:03
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGES
Use new conventional features of gdbots/ncr abstract handlers (only override factory methods if needed).
Delete GetRoleBatchRequestHandler as the gdbots:iam:mixin:get-role-batch-request has been deleted.
Delete GetUserBatchRequestHandler as the gdbots:iam:mixin:get-user-batch-request has been deleted.
Delete UniqueRoleValidator as gdbots/ncr now provides UniqueNodeValidator which covers id and slug uniqueness.
Rename UniqueUserValidator to UserValidator as it covers validation other than uniqueness.