@subql/node-ethereum 6.4.1-0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.5.0] - 2026-04-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` to 19.3.1
|
|
12
|
+
- Optionally disable multichain rewind lock (#3028)
|
|
13
|
+
### Fixed
|
|
14
|
+
- SQL injection in dynamic datasource appending via unescaped json serialization (#3031)
|
|
15
|
+
|
|
9
16
|
## [6.4.0] - 2026-03-20
|
|
10
17
|
### Changed
|
|
11
18
|
- Update `@subql/node-core` to 19.2.0 (#416)
|
|
@@ -676,7 +683,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
676
683
|
### Added
|
|
677
684
|
- Init release
|
|
678
685
|
|
|
679
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.
|
|
686
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.5.0...HEAD
|
|
687
|
+
[6.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.4.0...node-ethereum/6.5.0
|
|
680
688
|
[6.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.3...node-ethereum/6.4.0
|
|
681
689
|
[6.3.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.1...node-ethereum/6.3.3
|
|
682
690
|
[6.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.0...node-ethereum/6.3.1
|