This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
Releases: hyperledger-labs/fabex
Releases · hyperledger-labs/fabex
v2.0.0
Adopted to Hyperledger Fabric 2.x
v1.1.0
- New GRPC API
- Bug fixes
- Ignorecase search mode in MongoDB
v1.0.1
- fixed related to FABG-885 bug, now Fabex builds without workarounds
- integration tests fixed
v1.0.0
Stable release with:
-
UI (on port 5252)
-
two storage implementations (MongoDB and CassandraDB)
-
stable and minimal GRPC API, REST API and CLI
v1.0.0-rc8: Refactor GRPC API (#27)
* proto for API with filter Signed-off-by: vadiminshakov <[email protected]> * GRPC compiler script Signed-off-by: vadiminshakov <[email protected]> * refactor GRPC hadlers: one handler with filter instead of three separated handlers Signed-off-by: vadiminshakov <[email protected]> * refactor client for new API Signed-off-by: vadiminshakov <[email protected]>
v1.0.0-rc7
Fix paths after repo transfer, fix deps, del unused test data
v1.0.0-rc6
More stability, tests
with Cassandra
Cassandra storage support (#12) * fix readme * refactor explorer lifecycle (delete interval, added endless cycle) * remove contexts with timeouts from MongoDB queries * add GetLastEntry() to db interface * GetLastEntry() implementation for MongoDB * refactor searching last added tx to db * refactor dirty code * added cassandra database support and refactored mongo connector * add missing 'txid' field * refactor cassandra implementation and add index on RWSet keys * del unused method signature * del unused method * fix err handling logic * fix args and del initdb logic * fix * separate mongo and cassandra configs * improve readme * fix entrypoint.sh Co-authored-by: Mikelle <[email protected]>
stable memory consumption
stable memory consumption (#11) * fix readme * refactor explorer lifecycle (delete interval, added endless cycle) * remove contexts with timeouts from MongoDB queries * add GetLastEntry() to db interface * GetLastEntry() implementation for MongoDB * refactor searching last added tx to db * refactor dirty code
v1.0.0-rc3: refactor mongo queries (#10)
* refactor explorer lifecycle (delete interval, added endless cycle) * remove contexts with timeouts from MongoDB queries