Releases: subquery/subql
Releases · subquery/subql
[2.20.0] @subql/query
[5.7.0] @subql/node
[16.2.0] @subql/node-core
[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
[5.3.0] - 2025-01-28
Added
- Add starknet to network family constants
[4.3.6] @subql/common-substrate
[4.3.6] - 2025-01-28
Changed
- Update
@subql/common
[5.5.0] @subql/cli
[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
[2.19.0] @subql/query
[5.6.0] @subql/node
[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
[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)