|
1 |
| -## 1.2.0-unstable |
| 1 | +## 2.0.0 |
| 2 | + |
| 3 | +### Breaking changes |
| 4 | +* Drop support for capabilities v1, and Fabric versions below 2.0.0 |
| 5 | + [#461](https://github.com/hyperledger-labs/fablo/pull/461) |
| 6 | + [#462](https://github.com/hyperledger-labs/fablo/pull/462) |
| 7 | + [#464](https://github.com/hyperledger-labs/fablo/pull/464) |
| 8 | + [#473](https://github.com/hyperledger-labs/fablo/pull/473) |
| 9 | + [#486](https://github.com/hyperledger-labs/fablo/pull/486) |
| 10 | + [#488](https://github.com/hyperledger-labs/fablo/pull/488) |
| 11 | +* Drop yarn and nvm installation support |
| 12 | + [#455](https://github.com/hyperledger-labs/fablo/pull/455) |
2 | 13 |
|
3 | 14 | ### Features
|
| 15 | +* Add application capability V_2_5 [#463] |
| 16 | + [#463](https://github.com/hyperledger-labs/fablo/pull/463) |
4 | 17 | * Support for `chaincode invoke` command (tls and non-tls)
|
| 18 | + [#403](https://github.com/hyperledger-labs/fablo/pull/403) |
| 19 | +* [#413](https://github.com/hyperledger-labs/fablo/pull/413) |
5 | 20 | * Support for `chaincodes list` command (tls and non-tls)
|
| 21 | + [#409](https://github.com/hyperledger-labs/fablo/pull/409) |
| 22 | + [#411](https://github.com/hyperledger-labs/fablo/pull/411) |
| 23 | +* Christmas easter egg |
| 24 | + [#427](https://github.com/hyperledger-labs/fablo/pull/427) |
| 25 | +* Remove dev dependencies on chaincode installation for Node.js |
| 26 | + [#450](https://github.com/hyperledger-labs/fablo/pull/450) |
| 27 | +* Update Fabric version in the initial configuration |
| 28 | + [#470]( https://github.com/hyperledger-labs/fablo/pull/470) |
| 29 | +* Publish Fablo Docker image for ARM architecture |
| 30 | + [#478](https://github.com/hyperledger-labs/fablo/pull/478) |
| 31 | + [#487](https://github.com/hyperledger-labs/fablo/pull/487) |
6 | 32 |
|
7 | 33 | ### Fixes
|
8 |
| -* Remove unsupported test library and dependencies |
| 34 | +* Fixed https request when tls is enabled |
| 35 | + [#438](https://github.com/hyperledger-labs/fablo/pull/438) |
| 36 | +* Fixed issue with `fablo up` command when using CouchDB |
| 37 | + [#443](https://github.com/hyperledger-labs/fablo/pull/443) |
| 38 | +* Update Docker Compose command |
| 39 | + [#465](https://github.com/hyperledger-labs/fablo/pull/465) |
| 40 | +* Fixed issue with private data collection |
| 41 | + [#460]( https://github.com/hyperledger-labs/fablo/pull/467) |
9 | 42 | * Updated Node.js version from 12 to 16 in chaincode
|
| 43 | +* Remove unsupported test library and dependencies |
| 44 | + |
| 45 | +### Chore & Maintenance |
| 46 | +* Add contributing guidelines |
| 47 | + [#439](https://github.com/hyperledger-labs/fablo/pull/439) |
| 48 | +* Documented the Fablo architecture in `ARCHITECTURE.md` file |
| 49 | + [#456](https://github.com/hyperledger-labs/fablo/pull/456) |
| 50 | +* Changed recommended Node.js version check |
| 51 | + [#442](https://github.com/hyperledger-labs/fablo/pull/442) |
| 52 | +* Library updates (mostly by Dependabot) |
| 53 | +* Various CI improvements and fixes |
| 54 | + [#467](https://github.com/hyperledger-labs/fablo/pull/467) |
| 55 | + [#458](https://github.com/hyperledger-labs/fablo/pull/458) |
| 56 | + [#489](https://github.com/hyperledger-labs/fablo/pull/489) |
| 57 | +* Improve .gitignore file |
| 58 | + [#476]( https://github.com/hyperledger-labs/fablo/pull/476) |
| 59 | +* Update Fablo docker image registry to GHCR |
| 60 | + [#491](https://github.com/hyperledger-labs/fablo/pull/491) |
10 | 61 |
|
11 | 62 | ## 1.2.0
|
| 63 | + |
12 | 64 | ### Features
|
13 | 65 | * Initial Kubernetes support [#351](https://github.com/hyperledger-labs/fablo/issues/351)
|
14 | 66 | (not yet so elastic like Fablo in terms of network topology, but ready for first views and comments)
|
|
0 commit comments