Skip to content

Commit

Permalink
FABN-832 NodeSDK Add release notes file
Browse files Browse the repository at this point in the history
This will add the release notes file for the
1.3.0 release and make the first entry about
replacement of the EventHub with ChannelEventHub.

Change-Id: I674b514ac6a28d37f9bd4e0313bc2533c313fb05
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Sep 19, 2018
1 parent cdd6291 commit 3d47ccd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions release_notes/v1.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
v1.3.0 Sept 19, 2018
-----------------------

Release Notes
-------------
Removed the EventHub class. This has been replaced by the ChannelEventHub.
The ChannelEventHub uses the more reliable and better performant fabric block
delivery service. The API's for both classes are the same, so the ChannelEventHub
replace the EventHub class in your code.

Bug fixes and documentation improvements.

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
none

Known Issues & Workarounds
--------------------------

Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/release-1.2/CHANGELOG.md#v120

0 comments on commit 3d47ccd

Please sign in to comment.