Releases: subquery/subql
Releases · subquery/subql
[0.17.0] @subql/common
[0.17.0] - 2021-02-09
Added
- Add manifest v0.2.1 to support dynamic data source
Changed
- Move readers from validator to common and use them for loading projects in the node (#511)
Fixed
- Add missing interfaces to common classes (#782)
[0.20.0] @subql/cli
[0.20.0] - 2022-02-09
Added
- Add support for dynamic data sources (#773)
- Add authentication for publish command, access token will read from
SUBQL_ACCESS_TOKEN
in environment or under $HOME/.subql/SUBQL_ACCESS_TOKEN
(#778)
Fixed
- Fix codegen importing jsonType interface multiple times (#784)
- Fix cli build command issues (#789)
[0.11.0] @subql/query
[0.11.0] - 2022-01-21
Added
- Enable full aggregates support when
--unsafe
, and group-by only when --unsafe=false
(#765)
[0.27.2] @subql/node
[0.27.2] - 2021-01-23
Changed
- Update Polkadot/api to 7.4.1 (#757)
Fixed
- Fix genesis hash validation for manifest v0.0.1 (#762)
[0.19.0] @subql/cli
[0.19.0] - 2022-01-21
Added
Allow use subql build
self contained js as instructed by exports
fields underpackage.json
(#753)
Changed
- Remove .github directory from new projects (#763)
[0.27.1] @subql/node
[0.27.1] - 2021-01-18
Changed
- Ready endpoint return code (#750)
[0.18.0] @subql/cli
[0.18.0] - 2022-01-18
Added
- Filter project templates by selected specVersion (#751)
[0.4.2] @subql/validator
[0.4.2] - 2022-01-13
Changed
- Version bump with subql/common
[0.13.0] @subql/types
[0.13.0] - 2022-01-13
Changed
- Update Polkadot/api to 7.3.1 (#745)
[0.10.0] @subql/query
[0.10.0] - 2022-01-13
Added
- Add rowCountEstimate to Metadata (#736)
- Support allocate port automatically (#739)