Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Release 0.8.4

Latest
Compare
Choose a tag to compare
@GeroHerkenrath GeroHerkenrath released this 19 Feb 12:32
· 2 commits to master since this release
9e19fd8

This release fixes a bug that could lead to applications crashing when requesting product reviews for products which no longer have any such reviews due to deletion. The backend returned incomplete data that didn't adhere to the specification and the SDK was not prepared to handle this properly. It now invokes the associated error block with the correct error (TRSErrorDomainInvalidData).