All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dependencies (#358)
- Allow query service to query indexer metadata though add
--indexer <indexer-meta-api>
(#327) - Add
_Metadata
in the query schema (#327)
- change
lastProcessedHeight
andtargetHeight
type toInt
. (#347)
0.5.0 - 2021-04-20
- Remove
condition
in query schema, please usefilter
instead (#260) @jsonField
annotation is now supported ingraphql.schema
which allows you to store structured data JSON data in a single database field- We'll automatically generate coresponding JSON interfaces when querying this data (#275)
- Read more about how you can use this in our updated docs
0.4.0 - 2021-03-25
- support filter for condition search (#240)
0.3.2 - 2021-03-11
- add dependency of @subql/common for @subql/query (#233)
0.3.1 - 2021-03-11
- fix wrong cross package imports (#231)
0.3.0 - 2021-03-11
- refactor logger: support --output-fmt and --log-level (#220)
- use read db host (DB_HOST_READ from env) as priority (#221)
- init query service project
- customise first/last plugin to give max record to query (#114)
- disable debug mode in production (#115)
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process