From 3d47ccda1fc3b6c773a806c490b4b7bd778880fb Mon Sep 17 00:00:00 2001 From: Bret Harrison Date: Wed, 19 Sep 2018 14:51:30 -0400 Subject: [PATCH] FABN-832 NodeSDK Add release notes file 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 --- release_notes/v1.3.0.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 release_notes/v1.3.0.txt diff --git a/release_notes/v1.3.0.txt b/release_notes/v1.3.0.txt new file mode 100644 index 0000000000..9ed05285f1 --- /dev/null +++ b/release_notes/v1.3.0.txt @@ -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