|
| 1 | +## v1.4.5 |
| 2 | +Wed Feb 19 12:32:43 EST 2020 |
| 3 | + |
| 4 | +* [1893808](https://github.com/hyperledger/fabric/commit/1893808) Remove rollback code from private data store |
| 5 | +* [f354c81](https://github.com/hyperledger/fabric/commit/f354c81) [FAB-17472](https://jira.hyperledger.org/browse/FAB-17472) Clarify doc and samples for NodeOU Certificate |
| 6 | +* [d45bac4](https://github.com/hyperledger/fabric/commit/d45bac4) Add release notes for Fabric v1.4.5 |
| 7 | +* [a9a1d07](https://github.com/hyperledger/fabric/commit/a9a1d07) [FAB-17059](https://jira.hyperledger.org/browse/FAB-17059) Extend private data integration tests to cover case when a new eligible peer with different certs joins the channel and attempts to fetch private data before processing the config update that adds its certs to the channel config |
| 8 | +* [ca1ae38](https://github.com/hyperledger/fabric/commit/ca1ae38) [FAB-17059](https://jira.hyperledger.org/browse/FAB-17059) Change collection membership eligibility checks to only compare mspID instead of Evaluating the certificate against the access policy |
| 9 | +* [e75bc71](https://github.com/hyperledger/fabric/commit/e75bc71) [FAB-17479](https://jira.hyperledger.org/browse/FAB-17479) Migrated Kafka cluster can be safely expanded later (#642) |
| 10 | +* [5eaae3a](https://github.com/hyperledger/fabric/commit/5eaae3a) Explicitly enumerate orderer and peer metrics |
| 11 | +* [9faad9e](https://github.com/hyperledger/fabric/commit/9faad9e) define couchDB connection pool size [FAB-17277](https://jira.hyperledger.org/browse/FAB-17277) fix too many TCP connections between peer and CouchDB |
| 12 | +* [b27a7c7](https://github.com/hyperledger/fabric/commit/b27a7c7) [FAB-16681](https://jira.hyperledger.org/browse/FAB-16681) Fix inconsistencies in the fabcar tutorial |
| 13 | +* [46daf02](https://github.com/hyperledger/fabric/commit/46daf02) [FAB-16508](https://jira.hyperledger.org/browse/FAB-16508) Update commercial paper tutorial to match code |
| 14 | +* [0a6993d](https://github.com/hyperledger/fabric/commit/0a6993d) Add Documentation Maintainers to CODEOWNERS file in release-1.4 branch |
| 15 | +* [52e5155](https://github.com/hyperledger/fabric/commit/52e5155) Point to Artifactory for chaintool downloads |
| 16 | +* [1786f10](https://github.com/hyperledger/fabric/commit/1786f10) [FABCN-378] Update links to chaincode JSDoc |
| 17 | +* [bc3bb1a](https://github.com/hyperledger/fabric/commit/bc3bb1a) [FAB-15578](https://jira.hyperledger.org/browse/FAB-15578) Fix typos on the endorser metric name |
| 18 | +* [975cc00](https://github.com/hyperledger/fabric/commit/975cc00) [FAB-16033](https://jira.hyperledger.org/browse/FAB-16033) Update channel_artifacts location in doc. |
| 19 | +* [cae8b55](https://github.com/hyperledger/fabric/commit/cae8b55) Static leader should not give up retrieving blocks |
| 20 | +* [f0ea825](https://github.com/hyperledger/fabric/commit/f0ea825) [FAB-17169](https://jira.hyperledger.org/browse/FAB-17169) Add AZP Status Badge (#511) |
| 21 | +* [3ad450d](https://github.com/hyperledger/fabric/commit/3ad450d) Go SDK link should point to 1.4 release |
| 22 | +* [1b6bea7](https://github.com/hyperledger/fabric/commit/1b6bea7) Update dead link to Go Chaincode SDK |
| 23 | +* [9ec196b](https://github.com/hyperledger/fabric/commit/9ec196b) Add CODEOWNERS group |
| 24 | +* [a8639ba](https://github.com/hyperledger/fabric/commit/a8639ba) Allow seperate TLS config for cluster and client (#393) |
| 25 | +* [d4dca95](https://github.com/hyperledger/fabric/commit/d4dca95) [FAB-17235](https://jira.hyperledger.org/browse/FAB-17235) Fixed broken links in Chaincode for Operators release-1.4 |
| 26 | +* [835cae3](https://github.com/hyperledger/fabric/commit/835cae3) [FAB-15900](https://jira.hyperledger.org/browse/FAB-15900) Add pkcs11 section to orderer.yaml |
| 27 | +* [3bae50c](https://github.com/hyperledger/fabric/commit/3bae50c) [FAB-17289](https://jira.hyperledger.org/browse/FAB-17289) Fix gossip goroutine leak when reading msg (#439) |
| 28 | +* [24d418d](https://github.com/hyperledger/fabric/commit/24d418d) [FAB-17128](https://jira.hyperledger.org/browse/FAB-17128) Add single quote to channel name env var (#437) |
| 29 | +* [f627b88](https://github.com/hyperledger/fabric/commit/f627b88) Wrong protobuf import in etcdarft |
| 30 | +* [778f87b](https://github.com/hyperledger/fabric/commit/778f87b) [FAB-17177](https://jira.hyperledger.org/browse/FAB-17177)] Config block shouldn't verify itself in block replication |
| 31 | +* [0ce6685](https://github.com/hyperledger/fabric/commit/0ce6685) [FAB-17220](https://jira.hyperledger.org/browse/FAB-17220) Dynamically build TLS config in Raft client handshake |
| 32 | +* [eea42cb](https://github.com/hyperledger/fabric/commit/eea42cb) Increase open file limit to address Gossip flakes |
| 33 | +* [3a9b5e3](https://github.com/hyperledger/fabric/commit/3a9b5e3) Fix flaky etcdraft test by installing chaincode serially |
| 34 | +* [b4b0191](https://github.com/hyperledger/fabric/commit/b4b0191) Deliver can send multiple blocks when seeking newest |
| 35 | +* [634e14b](https://github.com/hyperledger/fabric/commit/634e14b) Attempt to fix flaky integration ApproveForMyOrg |
| 36 | +* [1fe6954](https://github.com/hyperledger/fabric/commit/1fe6954) Add hostconfig to build container |
| 37 | +* [20ea5df](https://github.com/hyperledger/fabric/commit/20ea5df) [FAB-17128](https://jira.hyperledger.org/browse/FAB-17128) Make channel name env var |
| 38 | +* [d8fac8a](https://github.com/hyperledger/fabric/commit/d8fac8a) [FAB-17166](https://jira.hyperledger.org/browse/FAB-17166) Gate UT, IT and DocBuild |
| 39 | +* [d5f056f](https://github.com/hyperledger/fabric/commit/d5f056f) [FAB-17132](https://jira.hyperledger.org/browse/FAB-17132) Add Parallel Strategy to Integration Tests |
| 40 | +* [36bf3ee](https://github.com/hyperledger/fabric/commit/36bf3ee) [FAB-17133](https://jira.hyperledger.org/browse/FAB-17133) Add Action to Trigger CI |
| 41 | +* [ef9960a](https://github.com/hyperledger/fabric/commit/ef9960a) Add CODEOWNERS file |
| 42 | +* [d3adcc0](https://github.com/hyperledger/fabric/commit/d3adcc0) Fix the style-guides directory naming scheme (#309) |
| 43 | +* [c4f834d](https://github.com/hyperledger/fabric/commit/c4f834d) [FAB-17115](https://jira.hyperledger.org/browse/FAB-17115) Update doc for GitHub migration |
| 44 | +* [2c3282e](https://github.com/hyperledger/fabric/commit/2c3282e) [FAB-17114](https://jira.hyperledger.org/browse/FAB-17114) Add AZP support for Fabric |
| 45 | +* [9998978](https://github.com/hyperledger/fabric/commit/9998978) [FAB-16712](https://jira.hyperledger.org/browse/FAB-16712) Update Java chaincode doc links |
| 46 | +* [633cfbf](https://github.com/hyperledger/fabric/commit/633cfbf) [FAB-17072](https://jira.hyperledger.org/browse/FAB-17072) Prepare for next fabric rel v1.4.5 |
| 47 | +* [a3a9485](https://github.com/hyperledger/fabric/commit/a3a9485) [FAB-17068](https://jira.hyperledger.org/browse/FAB-17068) Add doc for /version endpoint |
| 48 | +* [9f8168f](https://github.com/hyperledger/fabric/commit/9f8168f) [FAB-17032](https://jira.hyperledger.org/browse/FAB-17032) Fix some errors in the doc. |
| 49 | +* [89655c3](https://github.com/hyperledger/fabric/commit/89655c3) Add consensus type ectdraft in orderer/README.md |
| 50 | + |
1 | 51 | ## v1.4.4 |
2 | 52 | Thu Nov 14 14:20:45 EST 2019 |
3 | 53 |
|
|
0 commit comments