File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 19.3.1] - 2026-04-01
10+ ### Fixed
11+ - SQL injection in dynamic datasource appending via unescaped json serialization (#3031 )
12+
913## [ 19.3.0] - 2026-03-27
1014### Changed
1115- Optionally disable multichain rewind lock (#3028 )
@@ -1074,7 +1078,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10741078### Changed
10751079- Move blockchain agnostic code from ` node ` to ` node-core ` package. (#1222 )
10761080
1077- [ Unreleased ] : https://github.com/subquery/subql/compare/node-core/19.3.0...HEAD
1081+ [ Unreleased ] : https://github.com/subquery/subql/compare/node-core/19.3.1...HEAD
1082+ [ 19.3.1 ] : https://github.com/subquery/subql/compare/node-core/19.3.0...node-core/19.3.1
10781083[ 19.3.0 ] : https://github.com/subquery/subql/compare/node-core/19.2.0...node-core/19.3.0
10791084[ 19.2.0 ] : https://github.com/subquery/subql/compare/node-core/19.1.0...node-core/19.2.0
10801085[ 19.1.0 ] : https://github.com/subquery/subql/compare/node-core/19.0.0...node-core/19.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @subql/node-core" ,
3- "version" : " 19.3.1-0 " ,
3+ "version" : " 19.3.1" ,
44 "description" : " Common node features that are agnostic to blockchains" ,
55 "homepage" : " https://github.com/subquery/subql" ,
66 "repository" : " github:subquery/subql" ,
You can’t perform that action at this time.
0 commit comments