Skip to content

Releases: subquery/subql

[5.10.0] @subql/node

04 Mar 21:44
5b85807
Compare
Choose a tag to compare

[5.10.0] - 2025-03-05

Changed

  • Update @subql/node-core with new cache flush behaviour when fully synced (#2707)

[17.1.0] @subql/node-core

04 Mar 21:44
5b85807
Compare
Choose a tag to compare

[17.1.0] - 2025-03-05

Added

  • Flushing the cache every block when the project is fully synced to reduce delay between data indexed and being queryable (#2707)

Fixed

  • Finalized block getter when height is 0 (#2706)

[3.12.1] @subql/types

26 Feb 03:13
04f43ed
Compare
Choose a tag to compare

[3.12.1] - 2025-02-26

Changed

  • Update types core

[2.0.2] @subql/types-core

26 Feb 03:13
04f43ed
Compare
Choose a tag to compare

[2.0.2] - 2025-02-26

Added

  • CompatEntity type for when using alternative ID types (#2700)

[2.2.4] @subql/testing

26 Feb 03:13
04f43ed
Compare
Choose a tag to compare

[2.2.4] - 2025-02-26

Changed

  • Update subqlTest to support entities with alternative ID types (#2700)

[5.9.1] @subql/node

26 Feb 03:13
04f43ed
Compare
Choose a tag to compare

[5.9.1] - 2025-02-26

Changed

  • Use blockDispatcherFactory from node-core (#2701)

[17.0.2] @subql/node-core

26 Feb 03:13
04f43ed
Compare
Choose a tag to compare

[17.0.2] - 2025-02-26

Added

  • BlockDispatcher factory function and expose workerData (#2701)

[5.9.0] @subql/node

25 Feb 07:31
da45288
Compare
Choose a tag to compare

[5.9.0] - 2025-02-25

Changed

  • Bump @subql/node-core

[17.0.1] @subql/node-core

25 Feb 07:31
da45288
Compare
Choose a tag to compare

[17.0.1] - 2025-02-25

Fixed

  • The UnfinalizedBlock type obtained from metadata is incorrect.

[5.7.0] @subql/cli

25 Feb 07:31
da45288
Compare
Choose a tag to compare

[5.7.0] - 2025-02-25

Changed

  • Bump typescript version