Skip to content

v1.1.0

Choose a tag to compare

@petermetz petermetz released this 19 Dec 21:01
· 3007 commits to main since this release

Change Log

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

1.1.0 (2022-10-17)

Bug Fixes

Code Refactoring

  • examples: include sample apps in monorepo build (51ac163)

Features

  • add jwt authorization to supply chain example (a4f07f6), closes #1579
  • connector-fabric: add GetBlock operation to fabric connectors (00572ed), closes #2124
  • connector-iroha: sending transactions signed on the client-side (da94cd6)
  • corda4: implement monitoring of state changes (865ec2f), closes #1610
  • keychain-aws-sm: bootstrap readme.md (060f351), closes #968
  • keychain-azure-kv: complete request handler and endpoints (932df10), closes #1010 #1349
  • odap-plugin: addition of client endpoints (cfa8db6)
  • odap-plugin: backup gateway implementation (61da528)
  • odap-plugin: odap crash recovery first implementation (2e94ef8)
  • quorum-connector: implement validator interface on go-quorum-connector (8d36bea), closes #1604
  • sawtooth-ledger: add single sawtooth test ledger image (cd4c746), closes #2108 #2030
  • secret: remove Validator/Verifier secret keys from repository (59b4af4)
  • socketio-server: cross site scripting attack (a5303ed)
  • substrate-aio: add ws-port argument (fbb9859)

BREAKING CHANGES

  • examples: building discounted-asset-trade app (or any future app that use indy validator)
    requires Indy SDK to be installed on the build machine.

Closes: 2029

Signed-off-by: Michal Bajer michal.bajer@fujitsu.com