Skip to content

Releases: subquery/subql

[0.14.1] @subql/common

30 Nov 09:42
64c047f
Compare
Choose a tag to compare

[0.14.1] - 2021-11-30

Fixed

  • Remove auto generated enum types for codegen (#680)
  • Remove auto generated enum types in entities and relations (#682)

[0.16.1] @subql/cli

30 Nov 09:43
64c047f
Compare
Choose a tag to compare

[0.16.1] - 2021-11-30

Fixed

  • Remove auto generated enum types and interfaces (#680)

[0.11.0] @subql/types

27 Nov 10:00
d12a889
Compare
Choose a tag to compare

[0.11.0] - 2021-11-27

Changed

  • Update patch api type (#638)

[0.25.1] @subql/node

27 Nov 10:01
d12a889
Compare
Choose a tag to compare

[0.25.1] - 2021-11-27

Priority: high for projects use dictionary

Fixed:

  • Fix variable replacement in dictionary's gql, remove the quote wrapping (#673)

Changed:

  • set default false for --timestamp-field (#661)

[0.3.2] @subql/contract-processors

23 Nov 21:25
3bbe024
Compare
Choose a tag to compare

[0.3.2] - 2021-11-23

Fixed

  • Lock down class-transformer version (#654)
  • Add blockTimestamp to MoonbeamEvent (#659)

[0.4.0] @subql/validator

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

[0.4.0] - 2021-11-19

Added

  • Added ipfs-reader and update reader (#486)
  • Add validator that runs custom ds processor validation (#596)

Changed

  • Bump deps (#584)
  • Move isCustomDs to Common (#610)

Fixed

  • Fix validating custom DS if location param is provided (#639)

[0.10.1] @subql/types

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

[0.10.1] - 2021-11-19

Changed

  • Update patch api type (#638)

[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)