v1.1.0
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
- api-server: allow no authorization on socketio endpoints (bf51960), closes #1925
- cactus-example-discounted-asset-trade: enable (12e972e), closes #2145
- cactus-example-electricity-trade: enable tsconfig strict flag an… (f7e726c), closes #2144
- cactus-verifier-client: update supported ledgers in readme (84f3bae)
- custom-checks script from package.json does not work #1809 (dba3331)
- deps: force minimist >=1.2.6 for CVE-2021-44906 (b96806a), closes #1943
- remove skip to pass test case (99cb9a7), closes #1957
- resolve some CodeQL warnings (824f5c8)
- security: address CVE-2017-16138 Fixes: #1776 (9f1d013)
- security: address CVE-2021-23337 (eccef40), closes #1778
- security: address CVE-2021-23358 (ed71f42), closes #1775
- security: address CVE-2022-29244, CVE-2021-39135 (7309f2a), closes #2136
- security: close DDoS vulnerability in eth tx consistenty strategy (64b61a7), closes #2001
- security: ensure node-forge > 1.3.0 for CVE-2022-24772 (38fe287), closes #1947
- security: mitigate Cross-Site Scripting attack (XSS) (2cb68c3)
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