|
1 | | -## 1.1.0-unstable |
| 1 | +## 1.1.0 |
2 | 2 |
|
3 | 3 | ### Features |
4 | 4 | * Support Fabric Gateway since Fabric 2.4 [#305](https://github.com/hyperledger-labs/fablo/issues/305) |
|
12 | 12 | ### Fixes |
13 | 13 | * Support Apple M1 / arm64 architecture |
14 | 14 | * Various fixes in channel scripts |
| 15 | +* Remove remaining docker containers and images after prune |
15 | 16 |
|
16 | 17 | ### Chore & Maintenance |
17 | 18 | * Add `fabricNodeenvVersion` global configuration |
18 | 19 | * Update Node.js runtime compatibility ([details](https://github.com/hyperledger-labs/fablo/issues/274)) |
| 20 | +* Update legacy URLs |
19 | 21 |
|
20 | 22 | ## 1.0.2 |
21 | 23 |
|
|
47 | 49 | * Add [Fablo REST](https://github.com/softwaremill/fablo-rest/) support |
48 | 50 | * By default all peers are anchor peers |
49 | 51 | * Support `postGenerate` hook |
50 | | -* Added support for [Orderer sharding](https://github.com/softwaremill/fablo/issues/220) (multiple orderer groups). |
51 | | -* Support for [Orderer groups](https://github.com/softwaremill/fablo/issues/238) (orderer group can be spread between many orgs). |
| 52 | +* Added support for [Orderer sharding](https://github.com/hyperledger-labs/fablo/issues/220) (multiple orderer groups). |
| 53 | +* Support for [Orderer groups](https://github.com/hyperledger-labs/fablo/issues/238) (orderer group can be spread between many orgs). |
52 | 54 |
|
53 | 55 | ### Fixes |
54 | 56 | * Fixed issue with bad `requiredPeerCount` in private data collection |
55 | | -* Fixed issues with `fablo up` on older bash versions ([details](https://github.com/softwaremill/fablo/issues/210)) |
| 57 | +* Fixed issues with `fablo up` on older bash versions ([details](https://github.com/hyperledger-labs/fablo/issues/210)) |
56 | 58 |
|
57 | 59 | ### Chore & Maintenance |
58 | 60 |
|
59 | 61 | ## 0.2.0 |
60 | 62 | * Rename Fabrica to Fablo |
61 | 63 |
|
62 | 64 | ## 0.1.1 |
63 | | -* Broken Node.js chaincode build ([#211](https://github.com/softwaremill/fablo/pull/211)) |
| 65 | +* Broken Node.js chaincode build ([#211](https://github.com/hyperledger-labs/fablo/pull/211)) |
64 | 66 |
|
65 | 67 | ## 0.1.0 |
66 | 68 |
|
67 | 69 | ### Features |
68 | | -* Support for private data ([#104](https://github.com/softwaremill/fablo/issues/104)) |
69 | | -* Added channel query scripts ([#169](https://github.com/softwaremill/fablo/issues/169)) |
70 | | -* Support for Hyperledger Fabric 2.x ([#132](https://github.com/softwaremill/fablo/issues/132) |
71 | | - , [#178](https://github.com/softwaremill/fablo/issues/178), [#190](https://github.com/softwaremill/fablo/issues/178)) |
72 | | -* Support default endorsement policy ([#189](https://github.com/softwaremill/fablo/issues/189)) |
| 70 | +* Support for private data ([#104](https://github.com/hyperledger-labs/fablo/issues/104)) |
| 71 | +* Added channel query scripts ([#169](https://github.com/hyperledger-labs/fablo/issues/169)) |
| 72 | +* Support for Hyperledger Fabric 2.x ([#132](https://github.com/hyperledger-labs/fablo/issues/132) |
| 73 | + , [#178](https://github.com/hyperledger-labs/fablo/issues/178), [#190](https://github.com/hyperledger-labs/fablo/issues/178)) |
| 74 | +* Support default endorsement policy ([#189](https://github.com/hyperledger-labs/fablo/issues/189)) |
73 | 75 | * Support for fablo config in YAML format |
74 | 76 |
|
75 | 77 | ### Chore & Maintenance |
|
82 | 84 | * Generate simple Hyperledger Fabric network |
83 | 85 | * Support for multiple organizations |
84 | 86 | * Support for solo consensus protocol |
85 | | -* Support for RAFT consensus protocol ([#16](https://github.com/softwaremill/fablo/issues/16) |
86 | | - , [#38](https://github.com/softwaremill/fablo/issues/38)) |
| 87 | +* Support for RAFT consensus protocol ([#16](https://github.com/hyperledger-labs/fablo/issues/16) |
| 88 | + , [#38](https://github.com/hyperledger-labs/fablo/issues/38)) |
87 | 89 | * Validation of `fablo-config.json` based on JSON schema and other rules |
88 | | -* Allow to upgrade chaincode ([#45](https://github.com/softwaremill/fablo/issues/36)) |
89 | | -* Network recreation in one step ([#105](https://github.com/softwaremill/fablo/issues/105)) |
90 | | -* Init command to provide simple config ([#90](https://github.com/softwaremill/fablo/issues/90)) with |
91 | | - chaincode ([#100](https://github.com/softwaremill/fablo/issues/100)) |
| 90 | +* Allow to upgrade chaincode ([#45](https://github.com/hyperledger-labs/fablo/issues/36)) |
| 91 | +* Network recreation in one step ([#105](https://github.com/hyperledger-labs/fablo/issues/105)) |
| 92 | +* Init command to provide simple config ([#90](https://github.com/hyperledger-labs/fablo/issues/90)) with |
| 93 | + chaincode ([#100](https://github.com/hyperledger-labs/fablo/issues/100)) |
92 | 94 | * Proper exposing Orderer and Peers ports for service |
93 | | - discovery ([#116](https://github.com/softwaremill/fablo/issues/116)) |
| 95 | + discovery ([#116](https://github.com/hyperledger-labs/fablo/issues/116)) |
94 | 96 |
|
95 | 97 | ### Fixes |
96 | | -* Missing notify anchor peers step ([#26](https://github.com/softwaremill/fablo/issues/26)) |
| 98 | +* Missing notify anchor peers step ([#26](https://github.com/hyperledger-labs/fablo/issues/26)) |
97 | 99 |
|
98 | 100 | ### Chore & Maintenance |
99 | | -* Lint bash and YAML files ([#48](https://github.com/softwaremill/fablo/issues/48)) |
100 | | -* Format generated scripts and YAML files ([#75](https://github.com/softwaremill/fablo/issues/75)) |
101 | | -* Test Java chaincode on generated network ([#25](https://github.com/softwaremill/fablo/issues/25)) |
102 | | -* Test JS chaincode on generated network ([#46](https://github.com/softwaremill/fablo/issues/46)) |
103 | | -* Test generated Hyperledger Fabric networks ([#36](https://github.com/softwaremill/fablo/issues/36)) |
104 | | -* Test generators with simple snapshot tests ([#5](https://github.com/softwaremill/fablo/issues/5)) |
105 | | -* Lint JS files ([#1](https://github.com/softwaremill/fablo/issues/1)) |
| 101 | +* Lint bash and YAML files ([#48](https://github.com/hyperledger-labs/fablo/issues/48)) |
| 102 | +* Format generated scripts and YAML files ([#75](https://github.com/hyperledger-labs/fablo/issues/75)) |
| 103 | +* Test Java chaincode on generated network ([#25](https://github.com/hyperledger-labs/fablo/issues/25)) |
| 104 | +* Test JS chaincode on generated network ([#46](https://github.com/hyperledger-labs/fablo/issues/46)) |
| 105 | +* Test generated Hyperledger Fabric networks ([#36](https://github.com/hyperledger-labs/fablo/issues/36)) |
| 106 | +* Test generators with simple snapshot tests ([#5](https://github.com/hyperledger-labs/fablo/issues/5)) |
| 107 | +* Lint JS files ([#1](https://github.com/hyperledger-labs/fablo/issues/1)) |
106 | 108 | * Run Yeoman generators inside Docker container |
107 | 109 |
|
0 commit comments