File tree 1 file changed +8
-0
lines changed
packages/network-controller
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Add Monad Testnet as default network ([ #5724 ] ( https://github.com/MetaMask/core/pull/5724 ) )
13
13
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
+
14
22
## [ 23.3.0]
15
23
16
24
### Added
You can’t perform that action at this time.
0 commit comments