@subql/node-stellar 3.3.1-1 → 3.3.2

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,8 +5,14 @@ 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
+
9
+ ## [3.3.2] - 2023-11-16
10
+ ### Fixed
11
+ - Sync with `node-core` 6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating `@subql/apollo-links` (#36)
12
+
13
+ ## [3.3.1] - 2023-11-13
8
14
  ### Changed
9
- - Updates to match changes in `@subql/node-core` (#34)
15
+ - Updates to match changes in
10
16
  - Dictionary service to use dictionary registry
11
17
  - Use yargs from node core
12
18
 
@@ -45,7 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
51
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
46
52
 
47
53
  ## [2.12.0] - 2023-09-12
48
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...HEAD
54
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.2...HEAD
55
+ [3.3.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...node-stellar/3.3.2
56
+ [3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1
49
57
  [3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
50
58
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
51
59
  [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2