Skip to content

Releases: subquery/subql

[0.13.0] @subql/types

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.13.0] - 2022-01-13

Changed

  • Update Polkadot/api to 7.3.1 (#745)

[0.10.0] @subql/query

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.10.0] - 2022-01-13

Added

  • Add rowCountEstimate to Metadata (#736)
  • Support allocate port automatically (#739)

[0.27.0] @subql/node

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.27.0] - 2021-01-13

Changed

  • Deprecate local mode (#725)
  • Update Polkadot/api to 7.3.1 (#745)

Added

  • Add ready status of indexer to endpoint (#728)
  • Add --port option, auto find available port when the default one is occupied. (#739)ss

Fixed

  • Fix handle chainTypes error (#732)
  • Try catch on init api with chainTypes (#738)
  • Verify project store genesis hash with network genesis hash, instead of check specName only (#735)
  • Remove update metadata last processed block by interval (#740)
  • Use Promise.all for set metadata (#743)

[0.4.1] @subql/contract-processors

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.4.1] - 2022-01-13

Changed

  • Version bump with subql/types

[0.16.0] @subql/common

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.16.0] - 2021-01-13

Added

  • Add rowCountEstimate to Metadata (#736)
  • Add method findAvailablePort (#739)

[0.17.0] @subql/cli

13 Jan 04:32
175b7cc
Compare
Choose a tag to compare

[0.17.0] - 2022-01-13

Added

  • Warning and advice for use manifest specVersion v0.0.1 (#730)
  • Message for install git suggestion (#733)
  • Allow user to select templates when run subql init (#712)

[0.4.1] @subql/validator

23 Dec 03:48
286b6d0
Compare
Choose a tag to compare

[0.4.1] - 2021-12-16

Fixed

  • Fix chain types checking when load from js (#720)

[0.12.0] @subql/types

23 Dec 03:19
67ef3a3
Compare
Choose a tag to compare

[0.12.0] - 2021-12-16

Added

  • Add bulkCreate in Store interface (#699)

[0.9.0] @subql/query

23 Dec 03:48
286b6d0
Compare
Choose a tag to compare

[0.9.0] - 2021-12-16

Changed

  • Limit query record size to 100, though by using --unsafe can remove this limit. (#644)
  • Update getProjectSchema to handle when subqueries table has been deprecated (#683)
  • Update Dockerfile to use node:16-alpine (#640)

Added

  • Add query log to file (#667)

Fixed

  • Fix fetch metadata (#700)

[0.26.0] @subql/node

23 Dec 03:48
286b6d0
Compare
Choose a tag to compare

[0.26.0] - 2021-12-16

Added

  • Support dictionary for custom datasource (#686)
  • Automatic adjust fetched block batch size based on memory usage, enable by passing --scale-batch-size (#668)
  • Depreciate subqueries table (#683)
  • Add bulkCreate() to store (#699)
  • Add support for loading chaintypes from js (#698)

Fixed

  • Fix name escaping with db queries (#702)
  • Fix lastProcessedHeight value representation (#711)