Skip to content

v3.2.0

Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 26 Dec 14:20
be4ad49

New features

  • Add support for custom fields. Applications are now able to read and write custom fields
    into Access Credentials (both Access Requests and Access Grants). This feature is available
    via a new option introduced in issueAccessRequest and approveAccessRequest to write the
    custom fields, and via a set of dedicated getters in the getters/ module. A generic getter
    is introduced, getCustomFields, as well as a set of typed helpers, such as getCustomInteger.
    Typed helpers are available for integers, floats, strings and booleans.
  • Support new query endpoint: the new query function enables querying for Access Credentials using
    the newly introduced ESS endpoint.

Full Changelog: v3.1.1...v3.2.0