Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

1.8.2

Compare
Choose a tag to compare
@ashcherbakov ashcherbakov released this 27 Mar 15:02
c0cce84
  • Added new functions to Libindy Ledger API:
    • indy_build_auth_rule_request to change an existing ledger auth rule.
    • indy_build_get_auth_rule_request to get either specific one or all ledger auth rules.
  • Added ledger auth-rule and ledger get-auth-rule commands to Indy CLI.
  • Added function vcx_get_current_error to get additional information for last error occurred in Libvcx.
  • Updated Libvcx wrappers for automatic getting error details:
    • Python - added sdk_error_full_message, sdk_error_cause and sdk_error_backtrace fields to VcxError object.
    • Java - added sdkMessage, sdkFullMessage, sdkCause and sdkBacktrace fields to VcxException.
    • Objective-C - added error, message, cause, backtrace fields to userInfo dictionary in NSError object.
  • Removed Deprecation warnings from indy_crypto_anon_crypt and indy_crypto_anon_decrypt functions.
  • Changed location of Java artifacts on repo.sovrin.org.
  • Added Postgres wallet storage plugin. Updated Libvcx and Cli to support work with it.
  • Updated Vcx to support community A2A protocol.
    Added protocol_type field to VCX provisioning config with indicates A2A message format will be used.
  • Set default freshness threshold to 600 seconds.
  • Bugfixes:
    • Restart catchup in case of outdated pool cache.
    • Fixed publishing of nodejs package for VCX wrapper.
    • others minor bugfixes