Skip to content

Releases: subquery/subql

[2.20.0] @subql/query

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[2.20.0] - 2025-01-28

Fixed

  • Subscriptions _entity field now returns all properties (#2626)

[5.7.0] @subql/node

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[5.7.0] - 2025-01-28

Changed

  • Update node core to expose PG Pool options (#2646)
  • Remove unused SchedulerRegistry dependency with node-core changes

Added

  • Bump @subql/node-core dependency (#2644)

[16.2.0] @subql/node-core

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[16.2.0] - 2025-01-28

Changed

  • Updated send_notification PG function to include _block height and entity _id (#2626)

Added

  • Add TextEncoder in sandbox, some network package util method is depended on it
  • Added the --monitor-object-max-depth flag to mitigate OOM issues when encountering large chunks.(#2644)
  • Configuration options for PG pool connections (#2646)

Fixed

  • Fixed the inconsistency between the monitor-file-size flag and the expected behavior.(#2644)
  • Improved block range validation in POI endpoint with custom class-validator decorator
  • When setting a smaller batch size and the current processing height reaches latestFinalizedHeight, it causes the program to exit unexpectedly.
  • Store flush interval having a chance of trying to flush with invalid metadata (#2650)

[5.3.0] @subql/common

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[5.3.0] - 2025-01-28

Added

  • Add starknet to network family constants

[4.3.6] @subql/common-substrate

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[4.3.6] - 2025-01-28

Changed

  • Update @subql/common

[5.5.0] @subql/cli

28 Jan 03:04
8d3a8c8
Compare
Choose a tag to compare

[5.5.0] - 2025-01-28

Added

  • Add some constants for Starknet

Changed

  • Added internal note relating to some tests

Fixed

  • Codegen: getByFields being invalid code (#2649)

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