Skip to content

Releases: subquery/subql

[3.10.0] @subql/types

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[3.10.0] - 2024-08-01

Fixed

  • Fix timestamp can be undefined (#2514)

Changed

  • Bump version with @subql/types-core

[1.0.0] @subql/types-core

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[1.0.0] - 2024-08-01

Added

  • New endpoint type to allow specifying endpoint config (#2511)

[5.1.0] @subql/node

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[5.1.0] - 2024-08-01

Added

  • Support endpoint configs and specifying headers for network endpoints (#2511)

Fixed

  • Fixed timestamp can be undefined in some network blocks, it should return undefined (#2513)

[14.0.0] @subql/node-core

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[14.0.0] - 2024-08-01

Added

  • A more useful error message when failing to require modules from the VM (#2512)
  • Support for endpoint configs (#2511)

Fixed

  • Handle when block timestamp can be undefined (#2513)

[5.0.0] @subql/common

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[5.0.0] - 2024-08-01

Added

  • New type for endpoint to allow specifying endpoint options (#2511)

[4.2.0] @subql/common-substrate

01 Aug 03:36
7c108b6
Compare
Choose a tag to compare

[4.2.0] - 2024-08-01

Added

  • Updated @subql\common with support for endpoint specific configs (#2511)

[5.0.2] @subql/node

31 Jul 00:17
67bd51c
Compare
Choose a tag to compare

[5.0.2] - 2024-07-31

Fixed

  • Fixed api not reloading new deployment chainTypes when project upgrades (#2505)

[13.0.2] @subql/node-core

31 Jul 00:17
67bd51c
Compare
Choose a tag to compare

[13.0.2] - 2024-07-31

Fixed

  • Fixed project upgrade missing reload network chainTypes when onProjectChange (#2505)

[5.0.1] @subql/node

29 Jul 02:50
ebcfdbb
Compare
Choose a tag to compare

[5.0.1] - 2024-07-29

Fixed

  • Fixed default Timezone to UTC in dockerfile and package.json (#2505)
  • Bump with node-core, fixed various data consistency issue with db and cache (#2504)

[13.0.1] @subql/node-core

29 Jul 02:50
ebcfdbb
Compare
Choose a tag to compare

[13.0.1] - 2024-07-29

Fixed

  • Fixed get and set data not been deepCloned and data is not mutable
  • Improved get bigInt type from json type