Skip to content

Latest commit

 

History

History
78 lines (38 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

78 lines (38 loc) · 4.04 KB

4.0.0 (2024-01-25)

Bug Fixes

  • bug with header and footer of ed25519 and x25519 pem keys (8ec220f)
  • didcomm connection runner message filtering (e57d62b)
  • this was causing confusion since it was public, not used and did not work as expected (b82a9d6)

Features

  • apollo: integrate with apollo kmm (32bdfbd)
  • pluto: pluto will save link secret as a storable key. (dbd724b)
  • pollux: add anoncreds prooving implementation (80377b1)
  • pollux: zkp verification (395976a)

BREAKING CHANGES

  • apollo: Updated Apollo public interface to be more in line with Cryptographic abstraction
  • This will not affect our API or was it working, but since it was public its considered a breaking change
  • pluto: This makes changes on pluto interface.

3.6.0 (2023-10-20)

Features

  • castor: remove antlr library and use regex instead (d7b429e)

3.5.0 (2023-10-12)

Features

  • anoncreds: add support for anoncreds issuance flow (579c603)

3.4.0 (2023-09-27)

Features

  • provide abstraction for keychain component (bf2e59f)

3.3.0 (2023-09-04)

Features

  • pluto: add keychain capabilities (f013907)

3.2.1 (2023-09-01)

Bug Fixes

  • did url string parsing correctly (93a3eb4)

3.2.0 (2023-08-28)

Features

  • pollux: add anoncreds issuance (0d474a9)

3.1.0 (2023-08-07)

Bug Fixes

Features

  • mediator: add ability to decode base64 message attachment for the mediator handler (a389894)
  • pollux: add credential abstraction (2f76cc6)