Skip to content

Tags: chj050322/fabric

Tags

v1.0.3

Toggle v1.0.3's commit message
v1.0.3 October 3, 2017

------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

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

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

Known Issues & Workarounds
--------------------------
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

Change Log
----------
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v103

v1.0.2

Toggle v1.0.2's commit message
v1.0.2 August 31, 2017

------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

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

Resolved Vulnerabilities
------------------------
https://jira.hyperledger.org/browse/FAB-5753
https://jira.hyperledger.org/browse/FAB-5899

Known Issues & Workarounds
--------------------------
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

Change Log
----------
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v102

v1.0.1

Toggle v1.0.1's commit message
v1.0.1 August 5, 2017

------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

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

Resolved Vulnerabilities
------------------------
https://jira.hyperledger.org/browse/FAB-5329
https://jira.hyperledger.org/browse/FAB-5330
https://jira.hyperledger.org/browse/FAB-5353
https://jira.hyperledger.org/browse/FAB-5529
https://jira.hyperledger.org/browse/FAB-5606
https://jira.hyperledger.org/browse/FAB-5627

Known Issues & Workarounds
--------------------------
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

Change Log
----------
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v101

v1.0.0

Toggle v1.0.0's commit message
v1.0.0 July 11, 2017

------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

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

Resolved Vulnerabilities
------------------------
https://jira.hyperledger.org/browse/FAB-5207

Known Issues & Workarounds
--------------------------
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

Change Log
----------
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-rc1

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
v1.0.0-rc1 June 23, 2017

------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

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

Resolved Vulnerabilities
------------------------
https://jira.hyperledger.org/browse/FAB-4856
https://jira.hyperledger.org/browse/FAB-4848
https://jira.hyperledger.org/browse/FAB-4751
https://jira.hyperledger.org/browse/FAB-4626
https://jira.hyperledger.org/browse/FAB-4567
https://jira.hyperledger.org/browse/FAB-3715

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

Change Log
----------
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-rc1

v1.0.0-beta

Toggle v1.0.0-beta's commit message
v1.0.0-beta June 8, 2017

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

Upgraded to latest version [1] (a precursor to 1.4.0) of gRPC-go and
implemented keep-alive feature for improved resiliency.

Added a new tool `configtxlator` [2] to enable users to translate the
contents of a channel configuration transaction into a human readable form.

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

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

Known Issues & Workarounds
--------------------------
BCCSP content in the configtx.yaml has been removed. This change will cause
a panic when running `configtxgen` tool with a configtx.yaml file that
includes the removed BCCSP content.

Java Chaincode support has been disabled until post 1.0.0 as it is not yet
fully mature. It may be re-enabled for experimentation by cloning the
hyperledger/fabric repository, reversing this commit [4] and building your
own fork.

Change Log
----------
A detailed change log can be found here [5].

[1] https://github.com/grpc/grpc-go/releases/
[2] https://github.com/hyperledger/fabric/tree/master/examples/configtxupdate
[3] hyperledger@a997c30
[4] hyperledger@29e0c40
[5] https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v100-beta

v1.0.0-alpha2

Toggle v1.0.0-alpha2's commit message
Release v1.0.0-alpha2

v1.0.0-alpha

Toggle v1.0.0-alpha's commit message
Release v1.0.0-alpha

baseimage-v0.0.11

Toggle baseimage-v0.0.11's commit message
Baseimage release v0.0.11

v0.6.1-preview

Toggle v0.6.1-preview's commit message
Release v0.6.1-preview