Skip to content

Latest commit

 

History

History
167 lines (77 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

167 lines (77 loc) · 12.1 KB

prism-agent-v0.20.0 (2022-12-14)

Features

  • prism-agent: fix DB connection pool duplication issue by providing ZLayer globally (#256) (4424de1)

prism-agent-v0.19.0 (2022-12-14)

Features

  • prism-agent: Use pairwise PeerDIDs in connect and issue (#253) (01519ff)

prism-agent-v0.18.0 (2022-12-14)

Features

  • prism-agent: Update mercury to 0.12.0 & pollux to 0.10.0 & connect to 0.4.0 (#248) (33ed7ba)

prism-agent-v0.17.1 (2022-12-13)

Bug Fixes

  • prism-agent: switch datetime format to offsetdatetime. ATL-2723 (#243) (6903afa)

prism-agent-v0.17.0 (2022-12-12)

Features

  • prism-agent: Integrate Verification Flow - ATL-2117 (#147) (cabda08)

prism-agent-v0.16.1 (2022-12-12)

Bug Fixes

  • prism-agent: didcomm endpoint now exposed in docker file and with correct path (#241) (405f367)

prism-agent-v0.16.0 (2022-12-12)

Features

  • prism-agent: upgrade castor version with DID serviceEndpoint (#229) (0ba3b89)

prism-agent-v0.15.0 (2022-12-09)

Features

  • prism-agent: bump dependencies version (#228) (8a6bad5)

prism-agent-v0.14.0 (2022-12-07)

Features

  • infra: switch to single instance of postgres for running locally (#203) (32e33f1)

prism-agent-v0.13.0 (2022-12-07)

Features

  • prism-agent: remove unused / deprecated DID endpoints (#213) (0308b4f)

prism-agent-v0.12.0 (2022-12-06)

Features

  • prism-agent: implement get DIDs endpoint (#198) (d5e08ab)

prism-agent-v0.11.0 (2022-12-06)

Features

  • prism-agent: verification policies pagination. ATL-1334 (#205) (403eb38)

prism-agent-v0.10.0 (2022-12-02)

Features

  • prism-agent: fix prism-agent major issues (#199) (1dc7339)

prism-agent-v0.9.0 (2022-12-02)

Features

  • prism-agent: implement pagination with navigation for schema-registry (#195) (726e2d9)

prism-agent-v0.8.0 (2022-12-02)

Features

  • prism-agent: implement DID resolution endpoint (#184) (7fba9b0)

prism-agent-v0.7.0 (2022-12-01)

Features

  • pollux: alight the OAS for schema registry (#189) (4528c57)
  • pollux: cleanup the code of IssueCredentialApi (16d5fdb)
  • pollux: cleanup the OAS from Issue Credentials and other unused tags (79170f8)
  • prism-agent: upgrade castor on prism-agent (#141) (e85e7c0)

prism-agent-v0.6.0 (2022-11-29)

Features

  • prism-agent: add connect/issue doc + allow local execution of multiple Prism Agent instances (#178) (dc8d86b)

prism-agent-v0.5.0 (2022-11-28)

Features

  • pollux: schema registry lookup and verification policies REST API ATL-1334 (#168) (d75b36b)
  • prism-agent: implement Connect flow (#130) (f7cba3b)
  • prism-agent: make didcomm service url configurable (#173) (b162172)

prism-agent-v0.4.0 (2022-11-24)

Features

  • apollo: add schema registry to the agent using Tapir library. ATL-1334 (#94) (b3cf828)

prism-agent-v0.3.0 (2022-11-21)

Features

  • prism-agent: implement Issue Credential v2 protocol (#146) (f3cb60e), closes #92

prism-agent-v0.2.0 (2022-11-15)

Features

  • prism-agent: implement Flyway migrations from castor and pollux library and call on agent startup (#117) (67bd340)

prism-agent-v0.1.0 (2022-11-11)

Bug Fixes

  • prism-agent: reuse db connection for background job (#102) (a873090)

Features

  • agent: [ATL-2005] implement REST API for credential issuance (#86) (7c1f50a)
  • agent: integrate key-manage into prism-agent server (#77) (4a88ded)
  • define key-management interface (3) (#71) (47dc3cd)
  • prism-agent; mercury; pollux: Integrate Mercury into prism-agent ATL-2077; ATL-2076 (#93) (db4b21a)
  • shared: Add environmnet configuration for Iris DB and bump scala version in other components to enable build (#96) (a5b583f)