@subql/node-starknet 5.8.0 → 5.9.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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [5.9.0] - 2025-03-05
10
+ ### Changed
11
+ - Update @nestjs/event-emitter to compatible version with other nest dependencies (#25)
12
+ - Update `@subql/node-core` with fix for devnets (#26)
13
+
14
+ ### Fixed
15
+ - Rate limit errors not correctly being detected (#25)
16
+
9
17
  ## [5.8.0] - 2025-02-27
10
18
  ### Changed
11
19
  - Update `@subql/common` (#21)
@@ -28,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
36
  ### Added
29
37
  - Init release
30
38
 
31
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...HEAD
39
+ [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.9.0...HEAD
40
+ [5.9.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...node-starknet/5.9.0
32
41
  [5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0
33
42
  [5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2
34
43
  [5.7.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...node-starknet/5.7.1