This document is written for developers using LibVCX to provide necessary information and to simplify their transition to LibVCX 0.8.x from LibVCX 0.7.x.
-
Supported
protocol_version:3.0which actually is an alternative to combination of settings:protocol_version:2.0andcommunication_method:aries. -
Fixed compatibility between proprietary (
protocol_version:2.0/1.0) and aries communication protocols (protocol_version:3.0).Added a new enum variant
Pendingfor IssuerCredentials/Credentials/Proofs/DisclosedProofs objects. Initially createPendingobjects and convert them to V1/V3 after receiving the connection handle.Pendingobjects have3.0versions during serialization.