Skip to content

v2.0.0

Choose a tag to compare

@senid231 senid231 released this 26 Oct 08:16
· 54 commits to master since this release

Breaking Changes

  • upgrade json_api_client version to 1.18.0 #9
    Handling of 4XX responses was changed - it now raises JsonApiClient::Errors::ClientError with detail as error message instead of adding it into base errors.
  • /v3/dids in request and response attributes pending_removal being removed in favor of billing_cycles_count.
  • /v3/did_groups restriction message removed in favor of requirements relationship.

Changes

  • replace travis with github actions #7 #9
  • use rubocop 1.9.X version #7
  • add bundle-audit #7
  • /v3/orders request attribute items of type DID Order Item Attributes can have billing_cycles_count.
  • /v3/dids added address_verification relationship.
  • callbacks attributes added to /v3/orders, /v3/cdr_exports.
  • /v3/proof_types read endpoints being added.
  • /v3/supporting_document_templates read endpoints being added.
  • /v3/requirements read endpoints being added.
  • /v3/identities read, write, and delete endpoints being added.
  • /v3/addresses read, write, and delete endpoints being added.
  • /v3/encrypted_files read, write, and delete endpoints being added.
  • /v3/proofs write, delete endpoint being added.
  • /v3/permanent_supporting_documents write, delete endpoint being added.
  • /v3/address_verifications read and write endpoints being added.
  • /v3/requirement_validations write endpoint being added.