You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatibility V2 nested parsing fix: The response for compatibility V2 request has nested objects of capabilities which also needs to be converted to an array of OpenStructs.
Batch with errors: When a batch request is made to an endpoint that leads to error, the erroneous item does not have headers object. This was leading to an issue while building the headers for each batch item trying to merge nil into a hash.