@subql/node-stellar 3.5.1-0 → 3.6.1
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 +14 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.6.1] - 2024-02-07
|
|
10
|
+
### Fixed
|
|
11
|
+
- Critical bug introduced in 3.6.0 which broke historical indexing
|
|
12
|
+
|
|
13
|
+
## [3.6.0] - 2024-01-25
|
|
14
|
+
### Changed
|
|
15
|
+
- Update @subql/node-core with
|
|
16
|
+
- a performance fix when using modulo filters with other datasources
|
|
17
|
+
- support for CSV exports
|
|
18
|
+
- support for schema migrations
|
|
19
|
+
|
|
9
20
|
## [3.5.0] - 2024-01-22
|
|
10
21
|
### Changed
|
|
11
22
|
- update soraban client dependencies.(#41)
|
|
@@ -72,7 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
72
83
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
73
84
|
|
|
74
85
|
## [2.12.0] - 2023-09-12
|
|
75
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.
|
|
86
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...HEAD
|
|
87
|
+
[3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1
|
|
88
|
+
[3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0
|
|
76
89
|
[3.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.2...node-stellar/3.5.0
|
|
77
90
|
[3.4.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...node-stellar/3.4.2
|
|
78
91
|
[3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1
|