Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
171 lines (69 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

171 lines (69 loc) · 5.56 KB

0.21.1 (2021-10-12)

Bug Fixes

  • cannot read properties of undefined (reading 'MethodInfo') (#152)

0.21.0 (2021-10-12)

Features

  • support returning of a multiproof (#127)
  • implement getConsensusParams method (#126, #130, #132, #134)

Bug Fixes

  • height type was uint32 instead of int64 (#123)

BREAKING CHANGES

  • getStoreTreeProof now returns StoreTreeProof message instead of Buffer

0.20.0 (2021-07-08)

Features

  • add additional information to GetTransactionResponse (#118, #120)
  • add metadata and additional info to platform proofs (#115, #114, #112)

0.19.0 (2021-04-30)

Features

  • restructure core status response (#107)

BREAKING CHANGES

  • structure of getStatus method response has changed and not compatible with the previous version.

0.18.0 (2021-03-03)

Bug Fixes

  • lock file contained not patched protobufjs (#104)

Features

  • waitForStateTransitionResult endpoint (#99, #101)

0.17.0 (2020-12-29)

Features

  • add proofs to platform responses (#96)

0.16.0 (2020-10-26)

Bug Fixes

  • protobuf converts empty Buffer to undefined (#94)

Features

  • add getIdentitiesByPublicKeyHashes and getIdentityIdsByPublicKeyHashes to platform service (#89, #92)
  • use bytes for identifiers (#91)

BREAKING CHANGES

  • getIdentityIdByFirstPublicKey and getIdentityByFirstPublicKey removed
  • GetDataContractRequest, GetDocumentsRequest, GetIdentityRequest now accepts bytes

0.15.0 (2020-09-04)

Features

  • build version specific clients (#85, #86)
  • combine Core and TxFilterStream services (#84)
  • update gRPC-Web to 1.2.0 version (#83)

BREAKING CHANGES

  • paths to generated clients are changed
  • TxFilterStream is removed. subscribeToTransactionsWithProofs included in Core service.

0.14.0 (2020-07-22)

Features

  • allow passing of options to calls in NodeJS clients (#74)
  • strip URL passed on to client and leave only ip/host:port pair (#75)

Refactoring

  • refactor: remove java artifacts (#78)

Tests

  • update Mocha config (#77)

0.13.0 (2020-06-08)

Features

  • get identity by public key endpoints (#71)
  • add python to the list of clients generated (#60)
  • use protocol version interceptor in JS clients (#63, #68)

0.12.1 (2020-02-13)

Bug Fixes

  • namespacing of the platform service in the build (#57) (2b22219)

0.12.0 (2020-01-27)

Bug Fixes

Features

  • add more methods to Core service (41f3ad0)
  • fetchIdentity endpoint (75d32d8)
  • introduce Platform service (c88b891)