Skip to content

Releases: subquery/subql

[0.8.0] @subql/query

22 Nov 23:18
e9657d4
Compare
Choose a tag to compare

[0.8.0] - 2021-11-19

Added

  • Support enum in postgraphile plugin (#551)

Changed

  • Update GetMetadataPlugin to support fetch from both api and table (#555)

[0.25.0] @subql/node

22 Nov 23:18
e9657d4
Compare
Choose a tag to compare

[0.25.0] - 2021-11-19

Fixed:

  • Fix publish failing with custom ds and assets (#610)
  • Support for enum, add into store and store operations (#551)

Added:

  • Allow running node from a different port through flag —port(#618)
  • Add flag force-clean, force clean the database, dropping project schemas and tables (#619)
  • Add unsafe flag for subql/node (#629)

Changed:

  • Merge metadata from query and node (#555)
  • Refactor dictionary gql queries (#613)
  • Use types mapping in storeOperation (#532)
  • Replace patch api with api.at() (#638)
  • Update polkadot api to 6.9.2 (#648)

[0.3.1] @subql/contract-processors

22 Nov 23:17
e9657d4
Compare
Choose a tag to compare

[0.3.1] - 2021-11-19

Changed

  • Reduce jest mem in Moonbeam test(#613)

[0.14.0] @subql/common

22 Nov 23:17
e9657d4
Compare
Choose a tag to compare

[0.14.0] - 2021-11-19

Added

  • Add TypeClass, supported types mapping , support float type(#532)
  • Refactor dictionary gql queries (#613)
  • Process enum in entities (#551)

Changed

  • Moved isCustomDs and isRuntimeDs to here (#610)
  • Remove descriptive field in deployment (#637)

[0.16.0] @subql/cli

22 Nov 23:17
e9657d4
Compare
Choose a tag to compare

[0.16.0] - 2021-11-19

Fixed

  • Fix migrate datasource entry path (#641)
  • Touch up command line description (#628)

Changed

  • Codegen controller using new type mappings (#532)
  • Update publish command to handle custom datasource (#641)
  • init command now create spec v0.2.0 project by default (#643)

Added

  • Support enums in codegen (#551)

[0.10.0] @subql/types

04 Nov 01:02
eb00edd
Compare
Choose a tag to compare

[0.10.0] - 2021-11-03

Changed

  • Update interface under project for Moonbeam custom datasource processor (#579)

Added

  • Add interface FunctionPropertyNames improve types of entity creation (#573)

[0.7.4] @subql/query

04 Nov 01:03
eb00edd
Compare
Choose a tag to compare

[0.7.4] - 2021-11-03

Changed

  • Bump dependencies (#584)

[0.24.0] @subql/node

04 Nov 01:03
eb00edd
Compare
Choose a tag to compare

[0.24.0] - 2021-11-03

Added

  • [custom ds] Read and feed assets to custom ds's validate() (#547)
  • Improve error msg when fetch block fails (#602)

Changed

  • Bump dependencies (#584)
  • Moonbeam EVM, filter before transforming with custom datasource (#593)
  • Update Polkadot/api to 6.6.1 (#599)

Fixed

  • Moonbeam networks shows negative bps and fail Healthy checks (#589)

[0.3.0] @subql/contract-processors

04 Nov 01:03
eb00edd
Compare
Choose a tag to compare

[0.3.0] - 2021-11-03

Fixed

  • Fix evm tx's from field (#590)

Changed

  • Bump dependencies (#584)
  • Moonbeam EVM improvement (#593)

[0.13.0] @subql/common

04 Nov 01:02
eb00edd
Compare
Choose a tag to compare

[0.13.0] - 2021-11-03

Added

  • Add abi to to project CustomDataSourceBase (#547)
  • Add address and rule to project CustomDataSourceBase, improve Moonbeam EVM (#593);
  • Move abi and address under processor.options (#598)

Changed

  • Bump dependencies (#584)

Fixed

  • Allow dictionary in ProjectManifest v0.2.0 (#578)