Skip to content

Commit 7477b61

Browse files
committed
Add changelog
1 parent 58aeb27 commit 7477b61

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
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

1220
### Added

0 commit comments

Comments
 (0)