Skip to content

Commit 0098d47

Browse files
FAB-11828 add whatsnew page for 1.3
Change-Id: I9cca5f8fbf0c3cfd0f19549952db9eb13bb43793 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 5f0b555 commit 0098d47

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed

docs/source/endorsement-policies.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ For example:
126126
- Similarly, ``OutOf(2, 'Org1.member', 'B.member')`` is equivalent to
127127
``AND('Org1.member', 'Org2.member')``.
128128

129+
.. _key-level-endorsement:
130+
129131
Setting key-level endorsement policies
130132
--------------------------------------
131133

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modularity and versatility for a broad set of industry use cases.
1616
:maxdepth: 1
1717

1818
whatis
19+
whatsnew
1920
key_concepts
2021
getting_started
2122
tutorials

docs/source/whatsnew.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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

Comments
 (0)