|
| 1 | +What's new in v1.3 |
| 2 | +================== |
| 3 | + |
| 4 | +A quick rundown of the new features and documentation in the v1.3 release of |
| 5 | +Hyperledger Fabric: |
| 6 | + |
| 7 | +New features |
| 8 | +------------ |
| 9 | + |
| 10 | +* :doc:`idemix`: |
| 11 | + A way to keep identities anonymous and unlinkable through the use of zero-knowledge |
| 12 | + proofs. There is a tool that can generate Identity Mixer credentials in test |
| 13 | + environments known as `idexmigen`, the documentation for which can be found in |
| 14 | + :doc:`idemixgen`. |
| 15 | + |
| 16 | +* :ref:`key-level-endorsement`: |
| 17 | + Allows the default chaincode-level endorsement policy to be overridden by a |
| 18 | + per-key endorsement policy. |
| 19 | + |
| 20 | +* :ref:`cdb-pagination`: |
| 21 | + Clients can now page through result sets from chaincode queries, making it |
| 22 | + feasible to support large result sets with high performance. |
| 23 | + |
| 24 | +* :doc:`chaincode4ade`: |
| 25 | + As an addition to the current Fabric support for chaincode written in Go and |
| 26 | + node.js, Java is now supported. You can find a javadoc for this |
| 27 | + `here <https://fabric-chaincode-java.github.io/>`__. |
| 28 | + |
| 29 | +* :doc:`peer_event_services`: |
| 30 | + The peer channel-based event service itself is not new (it first debuted in v1.1), |
| 31 | + but the v1.3 release marks the end of the old event hub. Applications using |
| 32 | + the old event hub must switch over to the new peer channel-based event service prior to |
| 33 | + upgrading to v1.3. |
| 34 | + |
| 35 | +New tutorials |
| 36 | +------------- |
| 37 | + |
| 38 | +* :doc:`upgrade_to_newest_version`: |
| 39 | + Leverages the BYFN network to show how an upgrade flow should work. Includes |
| 40 | + both a script (which can serve as a template for upgrades), as well as the |
| 41 | + individual commands. |
| 42 | + |
| 43 | +* :ref:`cdb-pagination`: |
| 44 | + Expands the current CouchDB tutorial to add pagination. |
| 45 | + |
| 46 | +Other new documentation |
| 47 | +----------------------- |
| 48 | + |
| 49 | +* :doc:`network/network`: |
| 50 | + Conceptual documentation that shows how the parts of a network interact with |
| 51 | + each other. The initial version of this document was added in v1.2. |
| 52 | + |
| 53 | +Release notes |
| 54 | +============= |
| 55 | + |
| 56 | +For more information, including `FAB` numbers for the issues and code reviews |
| 57 | +that made up these changes (in addition to other hygiene/performance/bug fixes |
| 58 | +we did not explicitly document), check out the release notes. Note that these |
| 59 | +links will not work on the release candidate, only on the GA release. |
| 60 | + |
| 61 | +* [Fabric release notes](https://github.com/hyperledger/fabric/releases/tag/v1.3.0). |
| 62 | +* [Fabric CA release notes](https://github.com/hyperledger/fabric-ca/releases/tag/v1.3.0). |
| 63 | + |
| 64 | +.. Licensed under Creative Commons Attribution 4.0 International License |
| 65 | + https://creativecommons.org/licenses/by/4.0/ |
0 commit comments