Skip to content

Commit

Permalink
chore(release): publish v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Sep 28, 2021
1 parent c767cc3 commit a298592
Show file tree
Hide file tree
Showing 79 changed files with 2,092 additions and 282 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Bug Fixes

* **discounted-cartrade:** modify README.md ([9a3d89a](https://github.com/hyperledger/cactus/commit/9a3d89ae2f5d4862d58a69c56b47d7de3ee7ac3d))
* openapi validation test for consortium-manual plugin ([c568ad3](https://github.com/hyperledger/cactus/commit/c568ad3627f2f55a83ad9586b72824c44719e08a)), closes [#1297](https://github.com/hyperledger/cactus/issues/1297) [#847](https://github.com/hyperledger/cactus/issues/847)
* openapi validation test for keychain-vault plugin ([6630ebe](https://github.com/hyperledger/cactus/commit/6630ebed4c2d4c7aa3ddd6c5e306b9bb1613f827)), closes [#1329](https://github.com/hyperledger/cactus/issues/1329) [#847](https://github.com/hyperledger/cactus/issues/847)
* openapi validation test for quorum plugin ([8a4222a](https://github.com/hyperledger/cactus/commit/8a4222aacf3999838573d72fb82099398b955d99)), closes [#1286](https://github.com/hyperledger/cactus/issues/1286) [#847](https://github.com/hyperledger/cactus/issues/847)
* openapi validation test for xdai plugin ([ba8a784](https://github.com/hyperledger/cactus/commit/ba8a784bb01bde2c8daf27f4a09965ea2dbb9f04)), closes [#1288](https://github.com/hyperledger/cactus/issues/1288) [#847](https://github.com/hyperledger/cactus/issues/847)
* **test:** flaky fabric AIO container boot [#876](https://github.com/hyperledger/cactus/issues/876) ([beefcef](https://github.com/hyperledger/cactus/commit/beefcefbebbdb9a22d08118b6fb2e667493504cf)), closes [#718](https://github.com/hyperledger/cactus/issues/718) [#320](https://github.com/hyperledger/cactus/issues/320) [#319](https://github.com/hyperledger/cactus/issues/319)
* **validators:** add some missing parts ([9a8f7db](https://github.com/hyperledger/cactus/commit/9a8f7db746e2a41708e2fe9d5277561d6abac3d4))


### Features

* **besu:** support besu v21.1.6 [#982](https://github.com/hyperledger/cactus/issues/982) ([d715c67](https://github.com/hyperledger/cactus/commit/d715c679fee681844f29ed30f09f6d651daf087e))
* **ci:** skip check when only documentation files [#1014](https://github.com/hyperledger/cactus/issues/1014) ([8937576](https://github.com/hyperledger/cactus/commit/8937576ecc6e551feb3515bdb135cbd953a3ea28))
* **corda:** support corda v4.8 [#889](https://github.com/hyperledger/cactus/issues/889) ([5f45813](https://github.com/hyperledger/cactus/commit/5f45813efd98507a59e8f6a84417819bc0c80742))
* **core-api:** discontinue dedicated HTTP listeners for web service plugins ([3fbd2fc](https://github.com/hyperledger/cactus/commit/3fbd2fcb60d49090bf4e986bea74d4e988348659)), closes [#358](https://github.com/hyperledger/cactus/issues/358)
* **core:** add installOpenapiValidationMiddleware ([1f6ea5f](https://github.com/hyperledger/cactus/commit/1f6ea5fe3aa1ba997a655098d632034f13f232a5)), closes [#847](https://github.com/hyperledger/cactus/issues/847)
* **improve-indy-testnet-docker:** auto-start server on container startup [#1308](https://github.com/hyperledger/cactus/issues/1308) ([35b20ac](https://github.com/hyperledger/cactus/commit/35b20ac25df207c5cf329f60541c69375b408ab1))
* **quorum-connector:** remove hard dependency on keychain ([5bf13e9](https://github.com/hyperledger/cactus/commit/5bf13e9830c00d6cca00042b5dafa22325f50a90))
* **validator:** add a draft of Iroha Validator ([466db28](https://github.com/hyperledger/cactus/commit/466db288548b1b57d986507646e74d58e85979e4))





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
11 changes: 11 additions & 0 deletions examples/cactus-example-carbon-accounting-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Bug Fixes

* **test:** flaky fabric AIO container boot [#876](https://github.com/hyperledger/cactus/issues/876) ([beefcef](https://github.com/hyperledger/cactus/commit/beefcefbebbdb9a22d08118b6fb2e667493504cf)), closes [#718](https://github.com/hyperledger/cactus/issues/718) [#320](https://github.com/hyperledger/cactus/issues/320) [#319](https://github.com/hyperledger/cactus/issues/319)





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
24 changes: 12 additions & 12 deletions examples/cactus-example-carbon-accounting-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-backend",
"version": "0.9.0",
"version": "0.10.0",
"description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-backend.node.umd.min.js",
Expand Down Expand Up @@ -72,16 +72,16 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-cmd-api-server": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.9.0",
"@hyperledger/cactus-test-tooling": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-cmd-api-server": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.10.0",
"@hyperledger/cactus-test-tooling": "0.10.0",
"@openzeppelin/contracts": "4.2.0",
"@openzeppelin/contracts-upgradeable": "4.2.0",
"async-exit-hook": "2.0.1",
Expand All @@ -102,4 +102,4 @@
"http-status-codes": "2.1.4",
"jose": "1.28.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Features

* **core-api:** discontinue dedicated HTTP listeners for web service plugins ([3fbd2fc](https://github.com/hyperledger/cactus/commit/3fbd2fcb60d49090bf4e986bea74d4e988348659)), closes [#358](https://github.com/hyperledger/cactus/issues/358)
* **core:** add installOpenapiValidationMiddleware ([1f6ea5f](https://github.com/hyperledger/cactus/commit/1f6ea5fe3aa1ba997a655098d632034f13f232a5)), closes [#847](https://github.com/hyperledger/cactus/issues/847)





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin",
"version": "0.9.0",
"version": "0.10.0",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -72,14 +72,14 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.10.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
16 changes: 8 additions & 8 deletions examples/cactus-example-carbon-accounting-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-frontend",
"version": "0.9.0",
"version": "0.10.0",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,13 +22,13 @@
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/cactus-example-supply-chain-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Bug Fixes

* **test:** flaky fabric AIO container boot [#876](https://github.com/hyperledger/cactus/issues/876) ([beefcef](https://github.com/hyperledger/cactus/commit/beefcefbebbdb9a22d08118b6fb2e667493504cf)), closes [#718](https://github.com/hyperledger/cactus/issues/718) [#320](https://github.com/hyperledger/cactus/issues/320) [#319](https://github.com/hyperledger/cactus/issues/319)





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
30 changes: 15 additions & 15 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-backend",
"version": "0.9.0",
"version": "0.10.0",
"description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js",
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-cmd-api-server": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"@hyperledger/cactus-test-tooling": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-cmd-api-server": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"@hyperledger/cactus-test-tooling": "0.10.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand All @@ -91,4 +91,4 @@
"@types/express": "4.17.13",
"@types/uuid": "8.3.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Features

* **core-api:** discontinue dedicated HTTP listeners for web service plugins ([3fbd2fc](https://github.com/hyperledger/cactus/commit/3fbd2fcb60d49090bf4e986bea74d4e988348659)), closes [#358](https://github.com/hyperledger/cactus/issues/358)
* **core:** add installOpenapiValidationMiddleware ([1f6ea5f](https://github.com/hyperledger/cactus/commit/1f6ea5fe3aa1ba997a655098d632034f13f232a5)), closes [#847](https://github.com/hyperledger/cactus/issues/847)





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "0.9.0",
"version": "0.10.0",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -72,15 +72,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/cactus-example-supply-chain-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
18 changes: 9 additions & 9 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-frontend",
"version": "0.9.0",
"version": "0.10.0",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,14 +22,14 @@
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
12 changes: 12 additions & 0 deletions extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


### Features

* **core-api:** discontinue dedicated HTTP listeners for web service plugins ([3fbd2fc](https://github.com/hyperledger/cactus/commit/3fbd2fcb60d49090bf4e986bea74d4e988348659)), closes [#358](https://github.com/hyperledger/cactus/issues/358)
* **core:** add installOpenapiValidationMiddleware ([1f6ea5f](https://github.com/hyperledger/cactus/commit/1f6ea5fe3aa1ba997a655098d632034f13f232a5)), closes [#847](https://github.com/hyperledger/cactus/issues/847)





# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


Expand Down
Loading

0 comments on commit a298592

Please sign in to comment.