Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aries-framework/anoncreds

Package Overview
Dependencies
Maintainers
3
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aries-framework/anoncreds - npm Package Versions

1
20

0.4.1-alpha.6

Diff

hyperledger-ghci
published 0.4.1-alpha.5 •

hyperledger-ghci
published 0.4.1-alpha.4 •

hyperledger-ghci
published 0.4.1-alpha.3 •

hyperledger-ghci
published 0.4.1-alpha.2 •

hyperledger-ghci
published 0.4.1-alpha.1 •

hyperledger-ghci
published 0.4.1-alpha.0 •

hyperledger-ghci
published 0.4.0 •

Changelog

Source

0.4.0 (2023-06-03)

Bug Fixes

  • add reflect-metadata (#1409) (692defa)

  • anoncreds-rs: revocation status list as JSON (#1422) (ec5c233)

  • anoncreds-rs: save revocation registry index (#1351) (1bda3f0)

  • anoncreds: Buffer not imported from core (#1367) (c133538)

  • anoncreds: include prover_did for legacy indy (#1342) (d38ecb1)

  • anoncreds: make revocation status list inline with the spec (#1421) (644e860)

  • askar: anoncrypt messages unpacking (#1332) (1c6aeae)

  • askar: custom error handling (#1372) (c72ba14)

  • askar: default key derivation method (#1420) (7b59629)

  • askar: generate nonce suitable for anoncreds (#1295) (ecce0a7)

  • connection id in sessions for new connections (#1383) (0351eec)

  • connections: store imageUrl when using DIDExchange (#1433) (66afda2)

  • core: repository event when calling deleteById (#1356) (953069a)

  • create new socket if socket state is 'closing' (#1337) (da8f2ad)

  • did cache key not being set correctly (#1394) (1125e81)

  • Emit RoutingCreated event for mediator routing record (#1445) (4145957)

  • expose indy pool configs and action menu messages (#1333) (518e5e4)

  • imports from core (#1303) (3e02227)

  • incorrect type for anoncreds registration (#1396) (9f0f8f2)

  • indy-sdk: import from core (#1346) (254f661)

  • indy-vdr: do not force indy-vdr version (#1434) (8a933c0)

  • indy-vdr: export relevant packages from root (#1291) (b570e0f)

  • isNewSocket logic (#1355) (18abb18)

  • issuance with unqualified identifiers (#1431) (de90caf)

  • jsonld credential format identifier version (#1412) (c46a6b8)

  • loosen base64 validation (#1312) (af384e8)

  • migration of link secret (#1444) (9a43afe)

  • reference to indyLedgers in IndyXXXNotConfiguredError (#1397) (d6e2ea2)

  • registered connection problem report message handler (#1462) (d2d8ee0)

  • remove deleteOnFinish and added documentation (#1418) (c8b16a6)

  • remove named capture groups (#1378) (a4204ef)

  • remove scope check from response (#1450) (7dd4061)

  • return HTTP 415 if unsupported content type (#1313) (122cdde)

  • samples: dummy module response message type (#1321) (64a5da9)

  • seed and private key validation and return type in registrars (#1324) (c0e5339)

  • set updateAt on records when updating a record (#1272) (2669d7d)

  • small issues with migration and WAL files (#1443) (83cf387)

  • small updates to cheqd module and demo (#1439) (61daf0c)

  • tenant: Correctly configure storage for multi tenant agents (#1359) (7795975), closes hyperledger#1353

  • thread id improvements (#1311) (229ed1b)

  • various anoncreds revocation fixes (#1416) (d9cfc7d)

  • refactor!: remove Dispatcher.registerMessageHandler (#1354) (78ecf1e), closes #1354

  • refactor!: set default outbound content type to didcomm v1 (#1314) (4ab3b54), closes #1314

  • feat!: add data, cache and temp dirs to FileSystem (#1306) (ff5596d), closes #1306

Features

BREAKING CHANGES

  • Dispatcher.registerMessageHandler has been removed in favour of MessageHandlerRegistry.registerMessageHandler. If you want to register message handlers in an extension module, you can use directly agentContext.dependencyManager.registerMessageHandlers.

Signed-off-by: Ariel Gentile gentilester@gmail.com

  • Agent default outbound content type has been changed to DIDComm V1. If you want to use former behaviour, you can do it so by manually setting didcommMimeType in Agent's init config:
  const agent = new Agent({ config: {
     ...
     didCommMimeType: DidCommMimeType.V0
  }, ...  })
  • Agent-produced files will now be divided in different system paths depending on their nature: data, temp and cache. Previously, they were located at a single location, defaulting to a temporary directory.

If you specified a custom path in FileSystem object constructor, you now must provide an object containing baseDataPath, baseTempPath and baseCachePath. They can point to the same path, although it's recommended to specify different path to avoid future file clashes.

hyperledger-ghci
published 0.4.0-alpha.131 •

hyperledger-ghci
published 0.4.0-alpha.130 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc