Skip to content

Releases: gdbots/iam-php

v3.0.0

12 Dec 19:38
54518b3

Choose a tag to compare

BREAKING CHANGES

  • Upgrade to support PHP 8.1.

v2.1.3

16 Apr 20:57
3040344

Choose a tag to compare

  • Fix bug in ListAllRolesRequestHandler that was only returning the first page of search response.

v2.1.2

16 Mar 04:24

Choose a tag to compare

  • Add GetAllAppsRequestHandler for deprecated gdbots:iam:mixin:get-all-apps-request:v1 requests.

v2.1.1

11 Mar 23:48
4f19855

Choose a tag to compare

  • Fix bug in ListAllRolesRequestHandler that didn't return the response.

v2.1.0

19 Jul 21:46

Choose a tag to compare

  • 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

Choose a tag to compare

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

Choose a tag to compare

  • Initial stable version.

v0.4.2

07 Apr 01:07

Choose a tag to compare

  • Fix invalid class reference in GetAllAppsRequestHandler.

v0.4.1

06 Jun 00:58

Choose a tag to compare

  • Add crud handlers and projector for gdbots:iam:mixin:app.

v0.4.0

08 Apr 00:03
28a6a32

Choose a tag to compare

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.