@subql/node-ethereum 3.5.2 → 3.6.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
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
|
+
## [3.6.0] - 2024-01-25
|
|
10
|
+
### Changed
|
|
11
|
+
- Update @subql/node-core with
|
|
12
|
+
- a performance fix when using modulo filters with other datasources
|
|
13
|
+
- support for CSV exports
|
|
14
|
+
- support for schema migrations
|
|
15
|
+
|
|
9
16
|
## [3.5.2] - 2024-01-18
|
|
10
17
|
### Fixed
|
|
11
18
|
- Fix undefined on timestamp filter (#237)
|
|
@@ -379,7 +386,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
379
386
|
### Added
|
|
380
387
|
- Init release
|
|
381
388
|
|
|
382
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
389
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.6.0...HEAD
|
|
390
|
+
[3.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.2...node-ethereum/3.6.0
|
|
383
391
|
[3.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...node-ethereum/3.5.2
|
|
384
392
|
[3.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.0...node-ethereum/3.5.1
|
|
385
393
|
[3.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...node-ethereum/3.5.0
|