Releases: subquery/subql
Releases · subquery/subql
[0.14.1] @subql/common
[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
[0.16.1] - 2021-11-30
Fixed
- Remove auto generated enum types and interfaces (#680)
[0.11.0] @subql/types
[0.11.0] - 2021-11-27
Changed
- Update patch api type (#638)
[0.25.1] @subql/node
[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
[0.3.2] - 2021-11-23
Fixed
- Lock down class-transformer version (#654)
- Add blockTimestamp to MoonbeamEvent (#659)
[0.4.0] @subql/validator
[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
[0.10.1] - 2021-11-19
Changed
- Update patch api type (#638)
[0.8.0] @subql/query
[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
[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
[0.3.1] - 2021-11-19
Changed
- Reduce jest mem in Moonbeam test(#613)