|
1 | | -## 2.3.0 |
| 1 | +## 2.3.0 |
| 2 | + |
| 3 | +### Features |
2 | 4 | * Support for running Java chaincode in development mode |
3 | | - [#553](https://github.com/hyperledger-labs/fablo/pull/553) |
| 5 | + [#553](https://github.com/hyperledger-labs/fablo/pull/553) |
| 6 | +* Support installing Chaincode from Docker image using CCaaS |
| 7 | + [#550](https://github.com/hyperledger-labs/fablo/pull/550) |
| 8 | + [#582](https://github.com/hyperledger-labs/fablo/pull/582) |
| 9 | + [#594](https://github.com/hyperledger-labs/fablo/pull/594) |
| 10 | +* Export network topology with Mermaid |
| 11 | + [#565](https://github.com/hyperledger-labs/fablo/pull/565) |
| 12 | + [#579](https://github.com/hyperledger-labs/fablo/pull/579) |
| 13 | +* Generate diagrams by default for each 'generate' command |
| 14 | + [#584](https://github.com/hyperledger-labs/fablo/pull/584) |
| 15 | +* Added Fablo Sample Gateway Connection for Node.js |
| 16 | + [#541](https://github.com/hyperledger-labs/fablo/pull/541) |
| 17 | +* Adds gateway option to init |
| 18 | + [#544](https://github.com/hyperledger-labs/fablo/pull/544) |
| 19 | +* Support query command for docker setup |
| 20 | + [#597](https://github.com/hyperledger-labs/fablo/pull/597) |
| 21 | +* Add orderers and channels in connection profile |
| 22 | + [#595](https://github.com/hyperledger-labs/fablo/pull/595) |
| 23 | +* Add check for unique chaincode names |
| 24 | + [#596](https://github.com/hyperledger-labs/fablo/pull/596) |
4 | 25 | * Hardcode fablo config inside init generator |
5 | 26 | [#554](https://github.com/hyperledger-labs/fablo/pull/554) |
6 | 27 | * Publish sample chaincode Docker image |
7 | 28 | [#555](https://github.com/hyperledger-labs/fablo/pull/555) |
8 | 29 | * Include and test Sample Go chaincode in samples/chaincodes/chaincode-kv-go |
9 | 30 | [#569](https://github.com/hyperledger-labs/fablo/pull/569) |
10 | | -* Export network topology with Mermaid |
11 | | - [#565](https://github.com/hyperledger-labs/fablo/pull/565) |
12 | | -* Support installing Chaincode from Docker image using CCaaS |
13 | | - [#550](https://github.com/hyperledger-labs/fablo/pull/550) |
14 | | - [#582](https://github.com/hyperledger-labs/fablo/pull/582) |
| 31 | + |
| 32 | +### Bug Fixes |
| 33 | +* Verify if post-generate.sh exists before executing |
| 34 | + [#521](https://github.com/hyperledger-labs/fablo/pull/521) |
| 35 | + [#526](https://github.com/hyperledger-labs/fablo/pull/526) |
| 36 | +* Fix chaincode invoke CLI for endorsement policy involving multiple peers |
| 37 | + [#549](https://github.com/hyperledger-labs/fablo/pull/549) |
| 38 | +* Fix tag format for release CI |
| 39 | + [#504](https://github.com/hyperledger-labs/fablo/pull/504) |
| 40 | +* Fix missing FABLO_VERSION in publish docker workflow |
| 41 | + [#556](https://github.com/hyperledger-labs/fablo/pull/556) |
| 42 | +* CI: Update release workflow to match proper version tagging |
| 43 | + [#516](https://github.com/hyperledger-labs/fablo/pull/516) |
| 44 | +* Fix Gradle build for Java chaincode |
| 45 | + [#583](https://github.com/hyperledger-labs/fablo/pull/583) |
| 46 | + |
| 47 | +### Documentation |
| 48 | +* Docs: Clarify usage of global vs local fablo installation in README |
| 49 | + [#520](https://github.com/hyperledger-labs/fablo/pull/520) |
| 50 | +* Fix: correct typo in CONTRIBUTING.md |
| 51 | + [#538](https://github.com/hyperledger-labs/fablo/pull/538) |
| 52 | +* Docs: Coverage tracker / supported features |
| 53 | + [#557](https://github.com/hyperledger-labs/fablo/pull/557) |
| 54 | + [#564](https://github.com/hyperledger-labs/fablo/pull/564) |
| 55 | + [#562](https://github.com/hyperledger-labs/fablo/pull/562) |
| 56 | + [#566](https://github.com/hyperledger-labs/fablo/pull/566) |
| 57 | + [#563](https://github.com/hyperledger-labs/fablo/pull/563) |
| 58 | + [#570](https://github.com/hyperledger-labs/fablo/pull/570) |
| 59 | + [#586](https://github.com/hyperledger-labs/fablo/pull/586) |
| 60 | + |
| 61 | +### Testing & CI |
| 62 | +* Test cases for `repositoryUtils.ts` |
| 63 | + [#548](https://github.com/hyperledger-labs/fablo/pull/548) |
| 64 | +* Unit tests for `parseFabloConfig` |
| 65 | + [#552](https://github.com/hyperledger-labs/fablo/pull/552) |
| 66 | +* Test golang chaincode in Github Actions |
| 67 | + [#569](https://github.com/hyperledger-labs/fablo/pull/569) |
| 68 | +* Test post-generate hook creation and execution in CI |
| 69 | + [#580](https://github.com/hyperledger-labs/fablo/pull/580) |
| 70 | +* Test peer dev mode |
| 71 | + [#592](https://github.com/hyperledger-labs/fablo/pull/592) |
| 72 | +* Test Gateway client |
| 73 | + [#587](https://github.com/hyperledger-labs/fablo/pull/587) |
| 74 | +* Test: Test CCaaS for Fabric v3 |
| 75 | + [#603](https://github.com/hyperledger-labs/fablo/pull/603) |
| 76 | + |
| 77 | +### Chore & Maintenance |
| 78 | +* Bump all dependencies from Dependabot PRs |
| 79 | + [#600](https://github.com/hyperledger-labs/fablo/pull/600) |
| 80 | +* Unify Fabric version in tests and samples |
| 81 | + [#581](https://github.com/hyperledger-labs/fablo/pull/581) |
| 82 | +* Upgrade Blockchain Explorer |
| 83 | + [#590](https://github.com/hyperledger-labs/fablo/pull/590) |
15 | 84 |
|
16 | 85 | ## 2.2.0 |
17 | 86 |
|
|
0 commit comments