Skip to content

Latest commit

 

History

History
182 lines (139 loc) · 28.9 KB

CHANGELOG.md

File metadata and controls

182 lines (139 loc) · 28.9 KB

1.0.0 (2021-01-21)

Bug Fixes

  • ref-imp: #997 - increment updateCommitment if failed to apply an update patch (9258b84)
  • spec: fixed incorrect documentation on method DID Document metadata property (#1003) (17133cc)

Features

  • ref-imp: #440 - added custom logger support (c2d086a)
  • ref-imp: #989 - added event emitter support (099e52a)
  • ref-imp: added a lib to fetch operation queue size for monitoring (3956109)
  • ref-imp: added a number of events to the core service + fix to Observer (4a3575e)

0.12.1 (2020-12-14)

Bug Fixes

  • ref-imp: #631 - Allowed valid core index file without provisional index file URI (0c94173)
  • ref-imp: #760 - Fixed long-form resolution not verifying delta size (fc1e8a9)
  • ref-imp: #817 - should be HTTP 410 for deactivated DID (3f9a896)
  • ref-imp: #820 - Deactivate not working (97b31ac)
  • ref-imp: #873 - Allowed only canonically encoded DID suffix to pass hash check (a1fbdbf)
  • ref-imp: #897 - changed remove-public-keys to use ids (#904) (98fec6f)
  • ref-imp: #898 - Used a URI library for URI validation (bdeeb5f)
  • ref-imp: #927 - Relaxed CAS URI validation (b5a13be)
  • ref-imp: #960 - fixed incorrect IPFS pin API endpoint (ece6d7f)
  • ref-imp: #969 - allow missing provisionalIndexFileUri in some cases (46f846b)
  • ref-imp: added size limit for writer_lock_id field in anchor file (be481c0)
  • ref-imp: fix duplicate service id (#951) (dae2caf)
  • ref-imp: fix normalized fee calculation (#944) (9f3b565)
  • ref-imp: fix null delta throwing unexpected error (#957) (26bc857)
  • ref-imp: fixed all typos in code (123d30a)
  • ref-imp: fixed initialization failure when restart bitcoin proce… (#845) (289ffce)
  • ref-imp: Issue #895 - Implemented conformance to an API/style guide (314ec0b)
  • ref-imp: make bitcoin logic make less calls to db (#906) (175b5f7)
  • ref-imp: make encoder error readable (#959) (bc8e8d4)
  • ref-imp: make recover and create to always advance commitment #744 (4dfdc67)
  • ref-imp: update cids version (#984) (02f8531)
  • ref-imp: updated default protocol parameters (a65d2ee)
  • spec: fix broken anchors commitment-value-generation (#887) (e64bcd3)
  • spec: fixed one occurrence of suffix_data to suffixData (4a33a98)
  • spec: mention JSON Compact Serialization in spec (90f85b8)
  • spec: update patches to reflected agreed upon changes (#896) (1224e0c)

Features

  • ref-imp: #319 - Added ability to turn on or off Observer and Batch Writer (13e0563)
  • ref-imp: #336 - added published field in method metadata + fixed issue #833 (f3f8318)
  • ref-imp: #766 - added support to validate reveal value as a hash (c866b74)
  • ref-imp: #766 - changed mapFileUri to provisionalIndexFileUri (542421e)
  • ref-imp: #766 - Implemented hashing of public key as reveal value (2b529f0)
  • ref-imp: #766 - introduced create references to align with rest of operation references (b733694)
  • ref-imp: #766 - renamed all references to anchor and map files (fabf550)
  • ref-imp: #766 - SIP 1 - Added downloading of proof files (82ee13b)
  • ref-imp: #766 - SIP 1 - Added writing of Proof files (63735c8)
  • ref-imp: #766 - SIP 1 - Moved provisionalProofFileUri into map file (de15a6d)
  • ref-imp: #766 - Updated anchor (core index) file schema (8a62900)
  • ref-imp: #766 - updated API, resolver, batch writer to support revealValue in requests (c0a3332)
  • ref-imp: #766 - updated error handling for file downloading and validation (9300ac5)
  • ref-imp: #766 - Updated map (provisional index) file schema (e5bbfdd)
  • ref-imp: #781 - make jcs long form do size check on delta (#866) (20cfc61)
  • ref-imp: #781 - make long form use jcs SIP2 (#864) (5808eaf)
  • ref-imp: #783 - Fixed a crash on init + a bug that trends normalized fee to zero + minor fixes (2ec03ca)
  • ref-imp: #783 - New normalized fee algorithm + versioning protocol parameters (a84366a)
  • ref-imp: #847 - Added new long form DID format support (b6945a9)
  • ref-imp: #890 - ability to turn of value time lock updates (6ea1ea4)
  • ref-imp: #919 - Added feature to disable observer in bitcoin service (34d348b)
  • ref-imp: #978 - Added DB upgrade support to core service (b02b0c1)
  • ref-imp: add support for bitcoin regtest network (447337b)
  • ref-imp: changed IPFS CAS adaptor to use IPFS HTTP API directly (a84f079)
  • ref-imp: issue #868 - Allowed service endpoint to be an object + added more data validations (#869) (3eaf265)
  • ref-imp: reduce db calls when calculating normalized fee (#939) (b6959f2)
  • update language around commitments (2071e92)

0.12.0 (2020-12-11)

Bug Fixes

  • ref-imp: #631 - Allowed valid core index file without provisional index file URI (0c94173)
  • ref-imp: #760 - Fixed long-form resolution not verifying delta size (fc1e8a9)
  • ref-imp: #817 - should be HTTP 410 for deactivated DID (3f9a896)
  • ref-imp: #820 - Deactivate not working (97b31ac)
  • ref-imp: #873 - Allowed only canonically encoded DID suffix to pass hash check (a1fbdbf)
  • ref-imp: #897 - changed remove-public-keys to use ids (#904) (98fec6f)
  • ref-imp: #898 - Used a URI library for URI validation (bdeeb5f)
  • ref-imp: #927 - Relaxed CAS URI validation (b5a13be)
  • ref-imp: #960 - fixed incorrect IPFS pin API endpoint (ece6d7f)
  • ref-imp: #969 - allow missing provisionalIndexFileUri in some cases (46f846b)
  • ref-imp: added size limit for writer_lock_id field in anchor file (be481c0)
  • ref-imp: fix duplicate service id (#951) (dae2caf)
  • ref-imp: fix normalized fee calculation (#944) (9f3b565)
  • ref-imp: fix null delta throwing unexpected error (#957) (26bc857)
  • ref-imp: fixed all typos in code (123d30a)
  • ref-imp: fixed initialization failure when restart bitcoin proce… (#845) (289ffce)
  • ref-imp: Issue #895 - Implemented conformance to an API/style guide (314ec0b)
  • ref-imp: make bitcoin logic make less calls to db (#906) (175b5f7)
  • ref-imp: make encoder error readable (#959) (bc8e8d4)
  • ref-imp: make recover and create to always advance commitment #744 (4dfdc67)
  • spec: fix broken anchors commitment-value-generation (#887) (e64bcd3)
  • spec: fixed one occurrence of suffix_data to suffixData (4a33a98)
  • spec: mention JSON Compact Serialization in spec (90f85b8)
  • spec: update patches to reflected agreed upon changes (#896) (1224e0c)

Features

  • ref-imp: #319 - Added ability to turn on or off Observer and Batch Writer (13e0563)
  • ref-imp: #336 - added published field in method metadata + fixed issue #833 (f3f8318)
  • ref-imp: #766 - added support to validate reveal value as a hash (c866b74)
  • ref-imp: #766 - changed mapFileUri to provisionalIndexFileUri (542421e)
  • ref-imp: #766 - Implemented hashing of public key as reveal value (2b529f0)
  • ref-imp: #766 - introduced create references to align with rest of operation references (b733694)
  • ref-imp: #766 - renamed all references to anchor and map files (fabf550)
  • ref-imp: #766 - SIP 1 - Added downloading of proof files (82ee13b)
  • ref-imp: #766 - SIP 1 - Added writing of Proof files (63735c8)
  • ref-imp: #766 - SIP 1 - Moved provisionalProofFileUri into map file (de15a6d)
  • ref-imp: #766 - Updated anchor (core index) file schema (8a62900)
  • ref-imp: #766 - updated API, resolver, batch writer to support revealValue in requests (c0a3332)
  • ref-imp: #766 - updated error handling for file downloading and validation (9300ac5)
  • ref-imp: #766 - Updated map (provisional index) file schema (e5bbfdd)
  • ref-imp: #781 - make jcs long form do size check on delta (#866) (20cfc61)
  • ref-imp: #781 - make long form use jcs SIP2 (#864) (5808eaf)
  • ref-imp: #783 - Fixed a crash on init + a bug that trends normalized fee to zero + minor fixes (2ec03ca)
  • ref-imp: #783 - New normalized fee algorithm + versioning protocol parameters (a84366a)
  • ref-imp: #847 - Added new long form DID format support (b6945a9)
  • ref-imp: #890 - ability to turn of value time lock updates (6ea1ea4)
  • ref-imp: #919 - Added feature to disable observer in bitcoin service (34d348b)
  • ref-imp: #978 - Added DB upgrade support to core service (b02b0c1)
  • ref-imp: add support for bitcoin regtest network (447337b)
  • ref-imp: changed IPFS CAS adaptor to use IPFS HTTP API directly (a84f079)
  • ref-imp: issue #868 - Allowed service endpoint to be an object + added more data validations (#869) (3eaf265)
  • ref-imp: reduce db calls when calculating normalized fee (#939) (b6959f2)
  • update language around commitments (2071e92)

0.11.0 (2020-09-04)

Bug Fixes

  • ref-imp: #760 - Fixed long-form resolution not verifying delta size (fc1e8a9)
  • ref-imp: added size limit for writer_lock_id field in anchor file (be481c0)
  • ref-imp: fixed all typos in code (123d30a)
  • ref-imp: fixed initialization failure when restart bitcoin proce… (#845) (289ffce)

Features

  • ref-imp: #336 - added published field in method metadata + fixed issue #833 (f3f8318)
  • ref-imp: #766 - Implemented hashing of public key as reveal value (2b529f0)
  • ref-imp: #847 - Added new long form DID format support (b6945a9)
  • ref-imp: add support for bitcoin regtest network (447337b)
  • ref-imp: changed IPFS CAS adaptor to use IPFS HTTP API directly (a84f079)
  • update language around commitments (2071e92)

0.10.0 (2020-07-28)

Features

  • update language around commitments (2071e92)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.