Skip to content

Releases: futurice/app-store-web-scraper

v0.2.0

22 Jun 12:54
Compare
Choose a tag to compare

Added

  • AppReview now has an app_version property which contains the version
    of the app that was reviewed.

Changed

  • 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 for AppStoreSession has been
    changed to 0 (no waiting time between requests) and the defaults for
    retry and backoff have also been tweaked.

Deprecated

  • The review property of AppReview has been renamed to content.
    Using review still works for the time being, but produces a deprecation
    warning.

Removed

  • As the iTunes feed does not return developer responses to app reviews,
    the developer_response field of AppReview has been removed.

v0.1.1

20 Jun 15:32
Compare
Choose a tag to compare

Fixed

  • Fix "Z" ISO 8601 timestamp parsing error on Python < 3.11.

v0.1.0

13 Jun 05:46
Compare
Choose a tag to compare

Initial release.