Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [19.3.1] - 2026-04-01
### Fixed
- SQL injection in dynamic datasource appending via unescaped json serialization (#3031)

## [19.3.0] - 2026-03-27
### Changed
- Optionally disable multichain rewind lock (#3028)
Expand Down Expand Up @@ -1074,7 +1078,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)

[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.3.1...HEAD
[19.3.1]: https://github.com/subquery/subql/compare/node-core/19.3.0...node-core/19.3.1
[19.3.0]: https://github.com/subquery/subql/compare/node-core/19.2.0...node-core/19.3.0
[19.2.0]: https://github.com/subquery/subql/compare/node-core/19.1.0...node-core/19.2.0
[19.1.0]: https://github.com/subquery/subql/compare/node-core/19.0.0...node-core/19.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "19.3.1-0",
"version": "19.3.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
Loading