All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
AppReview
now has anapp_version
property which contains the version of the app that was reviewed.
-
App reviews are now fetched from the iTunes API's customer review feeds instead of the private backend API of the App Store. This improves performance significantly and makes hitting rate limits much less likely.
-
As a consequence, the default
delay
forAppStoreSession
has been changed to 0 (no waiting time between requests) and the defaults for retry and backoff have also been tweaked.
- The
review
property ofAppReview
has been renamed tocontent
. Usingreview
still works for the time being, but produces a deprecation warning.
- As the iTunes feed does not return developer responses to app reviews,
the
developer_response
field ofAppReview
has been removed.
- Fix "Z" ISO 8601 timestamp parsing error on Python < 3.11.
Initial release.