All Versions
18
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.10.0 Changes

    ๐Ÿ”‹ Features:

    • โž• Add a timeout parameter (in seconds) for requests
    • โž• Add proxy support

    ๐Ÿ›  Bugfixes:

    • Avoid a RecursionError when accessing an unknown attribute on some resources
  • v0.9.1 Changes

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ˜Œ Relax required dependencies in setup.py
    • ๐Ÿ›  Fix APIError exception handling
    • โž• Add relationships attribute to the Build resource
  • v0.9.0 Changes

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘‰ New endpoint: modify_user_account
    • ๐Ÿ‘Œ Support getting more related resources, like user.visibleApps()

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ“Œ Pin dependencies versions in setup.py
  • v0.8.4 Changes

    ๐Ÿ”‹ Features:

    • Expose the HTTP status code when App Store Connect API response raises APIError (@GClunies)
  • v0.8.3 Changes

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix invite_user method (@AricWu)
  • v0.8.2 Changes

    ๐Ÿ”‹ Features:

    • New split_response argument in download_finance_reports() function that splits the response into 2 objects. Defualt value is split_response=False. This also allows the 2 responses to be saved to separate files using a syntax like save_to=['test1.csv', 'test2.csv']. (@GClunies)
  • v0.8.1 Changes

    ๐Ÿ›  Bugfixes:

    • Add default versions and subtypes in download_sales_and_trends_reports
  • v0.8.0 Changes

    ๐Ÿ”‹ Features:

    • New endpoints:
      • delete_beta_tester
      • read_beta_tester_information
      • modify_beta_group
      • delete_beta_group
      • read_beta_group_information
      • read_beta_app_localization_information
      • create_beta_app_localization
      • modify_registered_device
      • read_beta_app_review_submission_information
    • Collect anonymous usage statistics

    ๐Ÿ’ฅ Breaking changes API:

    • new parameters for create_beta_tester
    • new parameters for create_beta_group
    • new parameters for submit_app_for_beta_review
    • register_device renamed to register_new_device
  • v0.7.0 Changes

    ๐Ÿ”‹ Features:

    • New endpoint: register_device (@BalestraPatrick)
  • v0.6.0 Changes

    ๐Ÿ”‹ Features:

    • New endpoints: invite_user and read_user_invitation_information (@BalestraPatrick)

    ๐Ÿ›  Bugfixes:

    • Fixes create_beta_tester endpoint URL (@BalestraPatrick)