Releases: Indicio-tech/aries-framework-javascript
0.5.6-revocation
TGZ's for Holdr+ 1.5.6 release with revocation, JSON-LD credential deletion & multi-use invitation fix.
Indy VDR Proxy Only
Custom version of AFJ that uses the fetch modules to interact with Indy-VDR Proxy servers to interact with ledgers instead of using Indy-React-Native.
How to setup proxy service:
const options = {
config: { ... },
dependencies: agentDependencies,
modules: {
ledger: new LedgerModule({
vdrPoolConfigs: [
{
id: 'Indicio Test Net',
url: 'url to proxy server',
isProduction: false,
indyNamespace: 'indicio:test',
},
],
}),
},
}
Async Ledger Calls 322
Will now open the ledger pools asynchronously on agent initialization unless said otherwise in the agent config.
Requires the use of this version of indy-sdk-react-native
SITA Async Ledger and Priority fix
Based off of feature/questionAnswer
Includes fixes for async ledger loading on agent initialization and receiving a message after reconnecting to internet.
requires the use of this version of indy-sdk-react-native
Updates AFJ to 0.0.5 with label usage
Updates AFJ to 0.0.5-unstable.0 with necessary peer labels and data transfer capabilities.
Add Peer Labels in Connection Records
Adds peer labels in connection records.
Adds tests.
Data Transfer Module Additions 1
Added feature to deny credential offers
Data Transfer Module Additions 0
Adds data transfer module to Aries Framework Javascript.
0.0.5-setlabel.0
Adds label setting capabilities. Primary contributor @TheTreek