Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Releases: hyperledger-labs/fabex

v2.0.0

02 Jun 10:42
46bd95e
Compare
Choose a tag to compare

Adopted to Hyperledger Fabric 2.x

v1.1.0

03 Jun 11:20
66b27f3
Compare
Choose a tag to compare
  • New GRPC API
  • Bug fixes
  • Ignorecase search mode in MongoDB

v1.0.1

02 Jun 07:58
fd45d81
Compare
Choose a tag to compare
  • fixed related to FABG-885 bug, now Fabex builds without workarounds
  • integration tests fixed

v1.0.0

31 May 19:04
0bfca46
Compare
Choose a tag to compare

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)

27 May 21:10
cce7fbb
Compare
Choose a tag to compare
Pre-release
* 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

07 May 20:12
5967f70
Compare
Choose a tag to compare
v1.0.0-rc7 Pre-release
Pre-release

Fix paths after repo transfer, fix deps, del unused test data

v1.0.0-rc6

07 May 08:30
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release

More stability, tests

with Cassandra

29 Apr 14:13
6d2d098
Compare
Choose a tag to compare
with Cassandra Pre-release
Pre-release
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

22 Apr 08:05
db3298c
Compare
Choose a tag to compare
Pre-release
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)

21 Apr 15:04
efed883
Compare
Choose a tag to compare
* refactor explorer lifecycle (delete interval, added endless cycle)

* remove contexts with timeouts from MongoDB queries