@subql/node-stellar 4.0.4 → 4.1.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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.1.0] - 2024-11-27
10
+ ### Added
11
+ - Support for historical indexing by timestamp as well as block height
12
+ - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
13
+
9
14
  ## [4.0.4] - 2024-10-23
10
15
  ### Changed
11
16
  - Bump `@subql/common` dependency
@@ -162,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162
167
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
163
168
 
164
169
  ## [2.12.0] - 2023-09-12
165
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...HEAD
170
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...HEAD
171
+ [4.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...node-stellar/4.1.0
166
172
  [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4
167
173
  [4.0.3]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.3
168
174
  [4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0