Skip to content

Commit

Permalink
FAB-11828 add whatsnew page for 1.3
Browse files Browse the repository at this point in the history
Change-Id: I9cca5f8fbf0c3cfd0f19549952db9eb13bb43793
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Sep 24, 2018
1 parent 5f0b555 commit 0098d47
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/endorsement-policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ For example:
- Similarly, ``OutOf(2, 'Org1.member', 'B.member')`` is equivalent to
``AND('Org1.member', 'Org2.member')``.

.. _key-level-endorsement:

Setting key-level endorsement policies
--------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ modularity and versatility for a broad set of industry use cases.
:maxdepth: 1

whatis
whatsnew
key_concepts
getting_started
tutorials
Expand Down
65 changes: 65 additions & 0 deletions docs/source/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
What's new in v1.3
==================

A quick rundown of the new features and documentation in the v1.3 release of
Hyperledger Fabric:

New features
------------

* :doc:`idemix`:
A way to keep identities anonymous and unlinkable through the use of zero-knowledge
proofs. There is a tool that can generate Identity Mixer credentials in test
environments known as `idexmigen`, the documentation for which can be found in
:doc:`idemixgen`.

* :ref:`key-level-endorsement`:
Allows the default chaincode-level endorsement policy to be overridden by a
per-key endorsement policy.

* :ref:`cdb-pagination`:
Clients can now page through result sets from chaincode queries, making it
feasible to support large result sets with high performance.

* :doc:`chaincode4ade`:
As an addition to the current Fabric support for chaincode written in Go and
node.js, Java is now supported. You can find a javadoc for this
`here <https://fabric-chaincode-java.github.io/>`__.

* :doc:`peer_event_services`:
The peer channel-based event service itself is not new (it first debuted in v1.1),
but the v1.3 release marks the end of the old event hub. Applications using
the old event hub must switch over to the new peer channel-based event service prior to
upgrading to v1.3.

New tutorials
-------------

* :doc:`upgrade_to_newest_version`:
Leverages the BYFN network to show how an upgrade flow should work. Includes
both a script (which can serve as a template for upgrades), as well as the
individual commands.

* :ref:`cdb-pagination`:
Expands the current CouchDB tutorial to add pagination.

Other new documentation
-----------------------

* :doc:`network/network`:
Conceptual documentation that shows how the parts of a network interact with
each other. The initial version of this document was added in v1.2.

Release notes
=============

For more information, including `FAB` numbers for the issues and code reviews
that made up these changes (in addition to other hygiene/performance/bug fixes
we did not explicitly document), check out the release notes. Note that these
links will not work on the release candidate, only on the GA release.

* [Fabric release notes](https://github.com/hyperledger/fabric/releases/tag/v1.3.0).
* [Fabric CA release notes](https://github.com/hyperledger/fabric-ca/releases/tag/v1.3.0).

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/

0 comments on commit 0098d47

Please sign in to comment.