Releases: subquery/subql
Releases · subquery/subql
[0.28.1] @subql/node
[0.28.1] - 2022-02-15
Fixed
- Fixed issue that node stop fetch block when set batch size to 1. (#802)
[0.20.1] @subql/cli
[0.20.1] - 2022-02-15
Fixed
- Patch release with @subql/validator version bump, in order to fix validation issue.
[0.4.3] @subql/validator
[0.4.3] - 2022-02-09
Changed
- Move readers from validator to common (#551)
- Include dynamic datasource in manifest v0.2.1 to custom-ds-validation (#773)
[0.14.0] @subql/types
[0.14.0] - 2022-02-09
Added
- inject
createDynamicDatasource
in global (#773)
[0.12.0] @subql/query
[0.12.0] - 2022-02-09
Added
- Add
dynamicDatasources
in metadata (#773)
[0.28.0] @subql/node
[0.28.0] - 2022-02-09
Added
- Support running the indexer from locations other than the filesystem, and refactor
SubqueryProject
class (#511)
- Add support for index dynamic datasources (#773)
- Add support for historical RPC methods that use BlockNumber (#788)
Changed
- Update Polkadot/api to 7.7.1 (#787)
Fixed
- Fixed mmr initialization start height issue (#600)
[0.5.0] @subql/contract-processors
[0.5.0] - 2022-02-09
Added
- Add support for ethereum json artifacts instead of abi (#790)
Changed
- Update
moonbeam-types-bundle
and polkadot/api
(#773)
Fixed
- Lowercase moonbeam dictionary query fields (#792)
[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)