Skip to content

Latest commit

 

History

History
145 lines (83 loc) · 9.72 KB

CHANGELOG.md

File metadata and controls

145 lines (83 loc) · 9.72 KB

Change Log

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

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

Bug Fixes

  • security: crash in HeaderParser in dicer (77fb559)
  • use common conventions: tsconfig.json, package.json (50f5c02), closes #2216

Features

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

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.2.0 (2023-03-28)

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.1.3 (2022-12-08)

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.1.2 (2022-11-11)

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.1.1 (2022-11-03)

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.1.0 (2022-10-17)

Features

  • corda4: implement monitoring of state changes (865ec2f), closes #1610

1.0.0 (2022-03-16)

Features

  • connector-corda: enable Flow Database Access CorDapp (60dfe1a), closes #1493
  • connector-corda: read privateKey from filesystem (e7e39fd), closes #789

1.0.0-rc.3 (2021-12-07)

Bug Fixes

  • endpoints implementation in corda plugin (21a22b5), closes #1346
  • openapi validation for corda server endpoints (21fc5ba)

1.0.0-rc.2 (2021-11-01)

Note: Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda

1.0.0-rc.1 (2021-10-11)

Bug Fixes

  • webpack: prod build chokes on upgraded ssh2 binaries #1405 (18979fb)

0.10.0 (2021-09-28)

Features

  • corda: support corda v4.8 #889 (5f45813)
  • core-api: discontinue dedicated HTTP listeners for web service plugins (3fbd2fc), closes #358
  • core: add installOpenapiValidationMiddleware (1f6ea5f), closes #847

0.9.0 (2021-08-31)

Features

0.8.0 (2021-08-17)

Bug Fixes

  • prometheus: metrics.ts leaks to global registry #1202 (ce076d7)

0.7.0 (2021-08-04)

Bug Fixes

  • connector-corda: fix build broken by operationId rename (291dd3b)

0.6.0 (2021-07-19)

Bug Fixes

  • connector-corda: container image kotlin compilation fails in model (a8a4531)
  • connector-corda: kotlin compilation error due to missing method (403f135)

Features

  • corda: prometheus exporter metrics integration (9f37755), closes #535
  • core-api: decouple web service install & registration #771 (b50e148)
  • core-api: hasTransactionFinality() on connector API #354 (a2d0582)
  • core-api: jwt authorization #770 (2016750)
  • core-api: plugin async initializer method (9678c2e)

0.5.0 (2021-05-19)

Features

  • corda: prometheus exporter metrics integration (9f37755), closes #535
  • core-api: decouple web service install & registration #771 (b50e148)
  • core-api: hasTransactionFinality() on connector API #354 (a2d0582)
  • core-api: jwt authorization #770 (2016750)

0.4.1 (2021-04-02)

Bug Fixes

  • connector-corda: regenerate kotlin backend with correct version (34f8e17)

Features

  • corda-connector: dsl to support collections, enums #622 (78e6754)

0.4.0 (2021-03-30)

Bug Fixes

  • ci: disk full issues on GitHub Action Workflow runner #698 (61e3f76)
  • general: fixed unused deps and updated them (b76a970)

Features

  • corda: add Corda ledger support (5623369)
  • corda-connector: list flows endpoint #624 (438dcda)
  • corda-connector: node diagnostics endpoint #623 (edb8eac)
  • corda-connector: params factory pattern support #620 (0c3e58c)
  • corda-connector: scp jars to nodes #621 (c966769)
  • test-tooling: add corda AIO emitContainerLogs option (13fe677)