@subql/node-stellar 4.6.1 → 5.0.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
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [5.0.2] - 2025-05-01
10
+ ### Changed
11
+ - Re release of previously failed release
12
+
13
+ ## [5.0.1] - 2025-05-01
14
+ ### Changed
15
+ - Update `@subql/node-core` with workers performance fix
16
+
17
+ ## [5.0.0] - 2025-04-24
18
+ ### Added
19
+ - Support for rewinds and unfinalized blocks with multichain projects
20
+
9
21
  ## [4.6.1] - 2025-04-24
10
22
  ### Fixed
11
23
  - Not associating effects to operations so they weren't being indexed (#115)
@@ -210,7 +222,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
222
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
211
223
 
212
224
  ## [2.12.0] - 2023-09-12
213
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...HEAD
225
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...HEAD
226
+ [5.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.1...node-stellar/5.0.2
227
+ [5.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.0...node-stellar/5.0.1
228
+ [5.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...node-stellar/5.0.0
214
229
  [4.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...node-stellar/4.6.1
215
230
  [4.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...node-stellar/4.6.0
216
231
  [4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0