@subql/node-stellar 3.0.1 → 3.0.3-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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.0.2] - 2023-10-13
10
+ ### Changed
11
+ - debug has changed from a boolean to a string to allow scoping debug log level (#2077)
12
+
13
+ ### Fixed
14
+ - Sync with node-core.
15
+ - Fixed Poi migration performance issue.
16
+ - Fixed AutoQueue timeout issue.
17
+ - Fixed Poi sync could block DB IO and drop connection issue.
18
+ - Issues with using object destructing for store interface and workers.
19
+
9
20
  ## [3.0.1] - 2023-10-11
10
21
  ### Fixed
11
22
  - reduce the number of deepcopies in wrapping a block (#20)
@@ -19,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
30
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
20
31
 
21
32
  ## [2.12.0] - 2023-09-12
22
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...HEAD
33
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...HEAD
34
+ [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2
23
35
  [3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1
24
36
  [3.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...node-stellar/3.0.0
25
37
  [2.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.0...node-stellar/2.12.1