@subql/node-stellar 3.0.2-0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,15 +6,16 @@ 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
9
10
  ### Changed
10
11
  - debug has changed from a boolean to a string to allow scoping debug log level (#2077)
11
12
 
12
13
  ### Fixed
13
14
  - Sync with node-core.
14
- - Fixed Poi migration performance issue.
15
- - Fixed AutoQueue timeout issue.
16
- - Fixed Poi sync could block DB IO and drop connection issue.
17
- - Issues with using object destructing for store interface and workers.
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.
18
19
 
19
20
  ## [3.0.1] - 2023-10-11
20
21
  ### Fixed
@@ -29,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
30
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
30
31
 
31
32
  ## [2.12.0] - 2023-09-12
32
- [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
33
35
  [3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1
34
36
  [3.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...node-stellar/3.0.0
35
37
  [2.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.0...node-stellar/2.12.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "3.0.2-0",
3
+ "version": "3.0.3-0",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,7 +25,7 @@
25
25
  "@nestjs/platform-express": "^9.4.0",
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@subql/common": "^3.1.2",
28
- "@subql/common-stellar": "3.0.1-0",
28
+ "@subql/common-stellar": "3.0.2-0",
29
29
  "@subql/node-core": "^6.0.2",
30
30
  "@subql/testing": "^2.0.0",
31
31
  "@subql/types": "^2.2.1-1",
@@ -65,5 +65,5 @@
65
65
  "/dist",
66
66
  "/bin"
67
67
  ],
68
- "stableVersion": "3.0.1"
68
+ "stableVersion": "3.0.2"
69
69
  }