Releases: trustbloc/fabric-mod
Releases · trustbloc/fabric-mod
Release 0.1.6
fabric-mod Release Notes - Mar 4, 2021
What's new in fabric-mod v0.1.6
Along with various bug fixes, the following features were added:
- Hook to allow extensions to supply their own transaction validator #288
- Expose Query Executor that does not acquire commit lock #291
- PKCS11 resilience #293
Release 0.1.5
fabric-mod Release Notes - Dec 1, 2020
What's new in fabric-mod v0.1.5
Along with various bug fixes, the following features were added:
- Updated codebase to Fabric v2.2.1
- Hooks to pre-populate state cache #280
- Config to skip check for duplicate transaction ID on endorsing peer #278
Release 0.1.4
fabric-mod Release Notes - Aug 27, 2020
What's new in fabric-mod v0.1.4
Along with various bug fixes, the following features were added:
- Updated codebase to Fabric v2.2
- Hooks for application-specific data over Gossip #183
- Hook to register auth filter #185
- Support Fabric 2 lifecycle for in-process chaincode
Release 0.1.3
fabric-mod Release Notes - May 6, 2020
This release contains minor bug fixes.
Release 0.1.2
fabric-mod Release Notes - Feb 24, 2020
What's new in fabric-mod v0.1.2
- Updated codebase to Fabric v2.0.0
- Hooks to support custom CouchDB naming #173
- Hooks to support in-process user chaincode versioning #167
Release 0.1.1
fabric-mod Release Notes - Jan 29, 2020
What's new in fabric-mod v0.1.1
- Updated codebase to Fabric v2.0.0-beta
- Added hooks to support in-process user chaincode
- Switched to Azure Pipelines for the CI