Changelog

New updates & improvements to Clarify.

Back to all posts

API v1.1.2

We are introducing two new error codes to Clarify.

When a request is rate-limited, you now receive the new error code -32011 (Too many requests) instead of -32015 (Try again). This aims to allow clients to handle rate-limits in a more explicit manner.

When requesting an evaluation through clarify.evaluate, and the evaluation reference more than the allowed number of unique items, you now get the new error code -32022 (Too many items selected) instead of -32000 (Server error).

While these changes could break some code, these are changes that are explicitly allowed by our Versioning document. If you are negatively affected by this change, please let us know, so that we can take your experience into account for future patch releases.

See the V1.0 and V1.1 release notes for an overview of all changes.