Skip to content

Releases: oceanprotocol/aquarius

v3.0.2

06 Sep 09:50
2b86e91

Choose a tag to compare

Breaking changes:

  • Renamed assets/ddo/query endpoint to assets/query to avoid wrong regex matching of routes. This endpoint now takes a raw ES query and returns the results of that query, directly. It is a passthrough to the ES instance. Make sure to update any code dealing with query results.
  • Reflect query errors from Elasticsearch in the query response, helping users debug their queries. Document limitation of 10K results.
  • Return a standard format on all API endpoints. If there is an error, the JSON will contain the “error” key with a description of the relevant error.
  • datatoken was previously mapped as a symbol, it is now mapped as a text

Non-breaking changes:

  • Check if a DDO is encrypted before checking permissions with the RBAC server, to save some extra API calls
  • Removes the ES driver wrapper, which was rendered obsolete through the removal of other database drivers. Aquarius does not support MongoDB, nor BigchainDB, so remove support for plugging in other databases.
  • Added tests to 96% coverage.

v3.0.1

05 Aug 11:08
ce013dd

Choose a tag to compare

fix rbac

v3.0.0

20 Jul 12:49
795eb51

Choose a tag to compare

BREAKING CHANGES
  1. If you need price info, then you need to query the subgraphs.
    Price structure is not updated by aquarius anymore !!!

  2. Aquarius supports multiple chains, so you need to refactor your queries
    #########################

v2.2.12

28 May 07:34
de67ae5

Choose a tag to compare

Adds an additional endpoint: /ddo/encryptashex which will return the encrypted ddo as hex, instead of bytes

v2.2.11

22 Apr 12:44
92f2407

Choose a tag to compare

fix price monitor bugs (#454)

* fix price monitor bugs

v2.2.10

21 Apr 14:53
4416a04

Choose a tag to compare

Adds processing for pools as 1000-chunks. (#451)

* Adds processing for pools as 1000-chunks.

* Bump version: 2.2.9 → 2.2.10

Co-authored-by: Calina Cenan <calina@oceanprotocol.com>

v2.2.9

21 Apr 07:19
8839cd1

Choose a tag to compare

Bump version to 2.2.9 (#450)

* Adds single quotes to version in setup.py.
* Adds single quotes to init.
* Bump version: 2.2.8 → 2.2.9

v2,2,10

21 Apr 14:29
4416a04

Choose a tag to compare

Adds processing for pools as 1000-chunks. (#451)

* Adds processing for pools as 1000-chunks.

* Bump version: 2.2.9 → 2.2.10

Co-authored-by: Calina Cenan <calina@oceanprotocol.com>

v2.2.8

07 Apr 20:07
c5f548d

Choose a tag to compare

Bug/revert oceanpy (#441)

* revert ocean-lib

* release 2.2.8

* fix fre update

v2.2.7

07 Apr 17:55
f21b270

Choose a tag to compare

release 2.2.7 (#440)