Skip to content

Commit db35164

Browse files
committed
Add changelog
1 parent bee8786 commit db35164

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/network-controller/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add Monad Testnet as default network ([#5724](https://github.com/MetaMask/core/pull/5724))
1313

14+
### Fixed
15+
16+
- Improved handling of HTTP status codes to prevent unnecessary circuit breaker triggers ([#5767](https://github.com/MetaMask/core/pull/5767))
17+
- 405 (Method Not Allowed) now returns a JSON-RPC error with code -32601 (Method not found)
18+
- 429 (Too Many Requests) now returns a JSON-RPC error with code -32005 (Request rate limit exceeded)
19+
- Added retry delay information in 429 error responses when available via Retry-After header
20+
- These status codes no longer trigger the circuit breaker, preventing unnecessary failover to backup endpoints
21+
1422
## [23.3.0]
1523

1624
### Added

0 commit comments

Comments
 (0)