Skip to content

Latest commit

 

History

History
152 lines (81 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

152 lines (81 loc) · 10.1 KB

Changelog

0.9.4 (2022-10-07)

Features

  • rest: added did resolver endpoint and tests (#172) (9a1a24e)

0.9.3 (2022-09-21)

Features

  • rest: added create-offer endpoint and tests (#169) (5458e9e)
  • rest: added filters to getAllCredentials (#166) (af7ec19)
  • rest: added WebSocket event server (#170) (e190821)

0.9.2 (2022-09-07)

Bug Fixes

  • rest: accept proof properties now optional (#162) (f927fdc)

0.9.1 (2022-09-05)

Bug Fixes

  • rest: moved route generation to compile (#160) (8c70864)

0.9.0 (2022-09-02)

⚠ BREAKING CHANGES

  • rest: update to AFJ 0.2.0 (#148)

Features

0.8.1 (2022-06-28)

Features

  • rest: added multi use param to create invitation (#100) (d00f11d)
  • rest: improved class validation (#108) (cb48752)

Bug Fixes

  • rest: changed webhook event topic to type (#117) (fed645e)
  • rest: ledger not found error (2374b42)

0.8.0 (2022-02-26)

Features

  • rest: add cli and docker image publishing (#96) (87d0205)
  • rest: add webhooks (#93) (9fc020d)
  • rest: added basic messages and receive invitation by url (#97) (956c928)

0.7.0 (2022-01-04)

⚠ BREAKING CHANGES

  • update aries framework javascript version to 0.1.0 (#86)

Miscellaneous Chores

  • update aries framework javascript version to 0.1.0 (#86) (ebaa11a)

0.6.1 (2021-12-07)

Bug Fixes

  • rest: made nonce optional on proofrequest (#84) (c1efe58)

0.6.0 (2021-12-06)

⚠ BREAKING CHANGES

  • rest: proof request indy fields are now snake_case as used by indy instead of camelCase as used by AFJ.

Bug Fixes

0.5.0 (2021-11-15)

⚠ BREAKING CHANGES

  • rest: the 'extraControllers' config property has been removed in favor of a custom 'app' property. This allows for a more flexible wat to customize the express app. See the sample for an example.

Features

  • rest: allow app instance for custom configuration (#73) (35400df)

0.4.0 (2021-11-07)

⚠ BREAKING CHANGES

  • rest: changed oob proof parameter from c_i to d_m (#67)

Features

  • rest: added outofband offer to credentialController (#70) (d514688)
  • rest: added support for custom label and custom imageUrl (#71) (686bddd)

Code Refactoring

  • rest: changed oob proof parameter from c_i to d_m (#67) (5f9b1ae)

0.3.0 (2021-11-01)

⚠ BREAKING CHANGES

  • rest: The credentential-definitions endpoint topic contained a typo (credential-defintions instead of credential-definitions)
  • rest: The connection id is moved from the path to the request body for credential and proof endpoints

Bug Fixes

  • rest: typo in credential definition endpoint (b4d345e)

Code Refactoring

  • rest: moved connectionId from path to requestbody (#59) (1d37f0b)

0.2.0 (2021-10-05)

⚠ BREAKING CHANGES

  • rest: The port property has been moved into a new configuration object.

Features

  • rest: added support for custom controllers (#39) (8362e30)

0.1.2 (2021-09-17)

Bug Fixes

  • rest: routing fix and moved cors to dependencies (#31) (0999658)

0.1.1 (2021-09-16)

Bug Fixes

  • rest: require package.json to avoid error (43e683a)

0.1.0 (2021-09-16)

Features