Skip to content

Releases: subquery/subql

[15.0.1] @subql/node-core

25 Nov 08:41
7761cde
Compare
Choose a tag to compare

[15.0.1] - 2024-11-25

Changed

  • Update polkadot/api library to 14 version

[5.2.1] @subql/common

25 Nov 08:41
7761cde
Compare
Choose a tag to compare

[5.2.1] - 2024-11-25

Changed

  • Update polkadot/api library to 14 version

[4.3.4] @subql/common-substrate

25 Nov 08:41
7761cde
Compare
Choose a tag to compare

[4.3.4] - 2024-11-25

Changed

  • Bump version with @subql/common

[5.3.2] @subql/cli

25 Nov 08:41
7761cde
Compare
Choose a tag to compare

[5.3.2] - 2024-11-25

Changed

  • Update polkadot/api library to 14 version

[2.15.0] @subql/utils

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[2.15.0] - 2024-11-22

Added

  • Support for indexes on enums (#2586)

Changed

  • Update metadata types (#2584)

[2.16.0] @subql/query

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[2.16.0] - 2024-11-22

Changed

  • Update the playground to the latest GraphiQL (#2588)

Added

  • Support for historical indexing by timestamp as well as block height (#2584)

[5.3.0] @subql/node

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[5.3.0] - 2024-11-22

Added

  • Support for historical indexing by timestamp as well as block height (#2584)

Added

  • Add an --enable-cache flag, allowing you to choose between DB or cache for IO operations.

[15.0.0] @subql/node-core

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[15.0.0] - 2024-11-22

Added

  • lazy loading for monitor service (#2583)
  • Add an --enable-cache flag, allowing you to choose between DB or cache for IO operations.

Fixed

  • When using a GET query to retrieve an entity, it will include a “store” field.
  • Support for historical indexing by timestamp as well as block height (#2584)

Removed

  • Support for cockroach DB (#2584)

Fixed

  • When configuring multiple endpoints, poor network conditions may lead to block crawling delays. (#2572)
  • Prevent the use of latestFinalizedHeight when unFinalizedBlock is enabled and the chain has no finalized blocks. (#2594)

[5.2.0] @subql/common

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[5.2.0] - 2024-11-22

Fixed

  • Removed imports of @polkadot/util without it being a dependency (#2592)

Removed

  • Support for cockroach DB (#2584)

[4.3.3] @subql/common-substrate

24 Nov 22:56
b4306c1
Compare
Choose a tag to compare

[4.3.3] - 2024-11-22

Changed