Skip to content

v1.12.0

Compare
Choose a tag to compare
@justinpolygon justinpolygon released this 03 Aug 17:00
· 194 commits to master since this release
31d47cb

What's Changed

Breaking Change: Handling of No Results

In this release, we have updated the behavior when no results are found via #483. Previously, a NoResultsError would be raised; now, the functions _get and _paginate_iter will return an empty array instead. This change is designed to make the code more user-friendly and consistent with our other client libraries. Please review your error handling related to these functions as this change may require updates to your existing code.

Full Changelog: v1.11.0...v1.12.0