Skip to content

Releases: subquery/subql

[2.17.0] @subql/utils

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[2.17.0] - 2024-12-11

Added

  • @dbType graphql directive (#2622)

[2.19.0] @subql/query

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[2.19.0] - 2024-12-11

Added

  • Support for ordering with fulltext search (#2623)

[5.6.0] @subql/node

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[5.6.0] - 2024-12-11

Changed

  • Update @subql/node-core with bug fixes and support for alternative ID types

[16.1.0] @subql/node-core

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[16.1.0] - 2024-12-11

Changed

  • If any tests fail with the test subcommand the exit code will now be 1 instead of 0 (#2624)

[5.2.2] @subql/common

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[5.2.2] - 2024-12-11

Fixed

  • Missing form-data dependency (#2622)

[4.3.5] @subql/common-substrate

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[4.3.5] - 2024-12-11

Changed

  • Update @subql/common

[5.4.0] @subql/cli

11 Dec 02:20
cb2db57
Compare
Choose a tag to compare

[5.4.0] - 2024-12-11

Changed

  • Updated codegen to support id types other than string (#2622)

Fixed

  • Missing chalk dependency (#2622)

[2.18.0] @subql/query

04 Dec 04:27
ca674f7
Compare
Choose a tag to compare

[2.18.0] - 2024-12-04

Fixed

  • High CPU usage caused by interval with 0ms (#2614)

Added

  • Add PgOrderByRelatedPlugin to GraphQL query package

[5.5.0] @subql/node

04 Dec 04:27
ca674f7
Compare
Choose a tag to compare

[5.5.0] - 2024-12-04

Changed

  • Add block size function to match breaking node-core change (#2611)

Fixed

  • When the primary-network-endpoint flag exists, it will report an "Invalid endpoint" error.(#2612)

[16.0.0] @subql/node-core

04 Dec 04:27
ca674f7
Compare
Choose a tag to compare

[16.0.0] - 2024-12-04

Removed

  • SmartBatchService as it didn't function as intended (#2611)

Changed

  • Implement new RampQueue to dynamically scale block fetching concurrency, this helps indexing larger blocks (#2611)
  • Memoize promises to get finalized and best blocks (#2611)

Fixed

  • Fixed the issue where flags that require special handling were being overwritten.(#2612)