This is a hotfix release fixing some JSON-RPC API issues and a configuration issue.
Fixed
- Pathfinder does not properly limit the number of concurrent executors when using the
--rpc.execution-concurrencyCLI option. - Pathfinder returns non-conforming
STRUCT_ABI_ENTRYobjects in response tostarknet_getClassrequests. - Pathfinder returns
starknet_getStateUpdateresponses that are non-conformant with the specification if there are replaced classes in the response.