v1.12.0
What's Changed
- Return empty array instead of raising NoResultsError for missing results by @justinpolygon in #483
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #482
- Bump pygments from 2.13.0 to 2.15.0 by @dependabot in #473
- Bump sphinx-rtd-theme from 1.1.1 to 1.2.2 by @dependabot in #458
- Bump mypy from 1.0.1 to 1.4.1 by @dependabot in #479
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