@subql/node-stellar 4.0.3 → 4.0.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 CHANGED
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Added
9
+ - Support for historical indexing by timestamp as well as block height
10
+ - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
11
+
12
+ ## [4.0.4] - 2024-10-23
13
+ ### Changed
14
+ - Bump `@subql/common` dependency
8
15
 
9
16
  ## [4.0.3] - 2024-10-22
10
17
  ### Changed
@@ -158,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158
165
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
159
166
 
160
167
  ## [2.12.0] - 2023-09-12
161
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...HEAD
168
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...HEAD
169
+ [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4
162
170
  [4.0.3]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.3
163
171
  [4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
164
172
  [3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1