List of releases and respective changelogs can be found here
The following artifacts are built on every CI run and every release:
- (these are to be found at bottom of Summary page for each CI run)
libvcx.so
,libvcx.dylib
- dynamic library for x86_64 ubuntu, x86_64 darwin)- ios and java wrapper built on top of
libvcx
- Alpine-based Docker image with prebuilt
libvcx
; ghcr.io/hyperledger/aries-vcx/libvcx:version
- NodeJS wrapper - bindings for libvcx; node-vcx-wrapper
- Simple NodeJS aries agent for testing; vcxagent-core