Skip to content

v3.0.2

Compare
Choose a tag to compare
@s-ashwinkumar s-ashwinkumar released this 27 Jul 22:18
· 61 commits to master since this release
d8e0532

v3.0.2 (2021-07-27)

Bug Fixes

  • 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.