@subql/node-stellar 3.5.1-0 → 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.0] - 2024-01-22
10
17
  ### Changed
11
18
  - update soraban client dependencies.(#41)
@@ -72,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
79
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
73
80
 
74
81
  ## [2.12.0] - 2023-09-12
75
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...HEAD
82
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...HEAD
83
+ [3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0
76
84
  [3.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.2...node-stellar/3.5.0
77
85
  [3.4.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...node-stellar/3.4.2
78
86
  [3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1