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.0
which actually is an alternative to combination of settings:protocol_version
:2.0
andcommunication_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
Pending
for IssuerCredentials/Credentials/Proofs/DisclosedProofs objects. Initially createPending
objects and convert them to V1/V3 after receiving the connection handle.Pending
objects have3.0
versions during serialization.