Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 5.02 KB

File metadata and controls

99 lines (60 loc) · 5.02 KB

Change Log

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

2.0.0 (2024-10-15)

Bug Fixes

  • mitigate CVE-2024-42461 - bump elliptic to v6.5.7 (32c242a)

2.0.0-rc.6 (2024-09-30)

Note: Version bump only for package @hyperledger/cacti-weaver-sdk-fabric

2.0.0-rc.5 (2024-09-30)

Note: Version bump only for package @hyperledger/cacti-weaver-sdk-fabric

2.0.0-rc.4 (2024-09-08)

Bug Fixes

  • security: address CVE-2022-3517 - minimatch < 3.0.5 ReDoS vuln (e97e27b)

2.0.0-rc.3 (2024-07-21)

Bug Fixes

  • ci: deprecationWarning in yarn_custom_checks (96a3865)

Build System

  • bump uuid@10.0.0 fs-extra@11.2.0 @bufbuild/protobuf@1.10.0 (9970352)

BREAKING CHANGES

  • Renamed classes to fix typos in their name: PluginFactoryPersistanceFabric This is being done in this pull request because for some reason (that I still don't understand) the spell checker started failing on these only in the context of this pull request. The typos were present on the main branch already somehow having passed spellchecking earlier and every other time since then.

And also

  • prom-clien@15.1.3
  • del-cli@5.1.0
  • cspell@8.10.4
  • del-cli@5.1.0

Quality of life improvements and also hoping to get rid of a few of the vulnerable dependency versions we have in the codebase according to dependabot.

More similar changes are coming in with further upgrades but I want to avoid making bigger changes in one go so that it's easier to hunt down bugs later if something only gets discovered after we've merged a bunch of these.

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

2.0.0-rc.2 (2024-07-03)

Note: Version bump only for package @hyperledger/cacti-weaver-sdk-fabric

2.0.0-rc.1 (2024-06-14)

Bug Fixes

  • weaver-fabric-node-sdk: made AES key length configurable in ECIES functions (e679801)
  • weaver-membership-functions: reverted earlier buggy change affecting identity mgmt (faf90dd)
  • weaver-satp: bug and configuration fixes in relays and Fabric drivers for sample SATP implementation (9f77871)
  • weaver: usage of weak PRNG issue (fa17b52), closes #2765

Features

  • satp: sample implementation of SATP standard using relays (c23197c)
  • weaver-go: upgraded Weaver Fabric Go SDK with membership functions (43cce8e)
  • weaver: add build script and fix minor issues (6d4fd00)

2.0.0-alpha.2 (2023-09-27)

Features

  • corda asset transfer test workflow added and bug fixes (4b5ee09)

2.0.0-alpha.1 (2023-05-19)

Note: Version bump only for package @hyperledger/cacti-weaver-sdk-fabric

Bug Fixes

  • relay: rust build fails after tokio bump from 0.2.25 to 1.18.5 (187f26e)
  • weaversdk: ecies decrypt bug when z is less than 32Bytes (b9066a9)

Features

  • relay: configurable db_open retry mechanism added and in driver (22ba550)