Skip to content

v0.37.0

Compare
Choose a tag to compare
@codemagic-bot codemagic-bot released this 24 Jan 09:11
· 178 commits to master since this release
4a42510

This release includes changes from PR #304.

Features

  • Add option to include only expired or not expired builds to the latest build number lookup with action app-store-connect get-latest-testflight-build-number.

Bugfixes

  • Avoid using included resources when listing data with App Store Connect API for actions that detect the latest build number. When listing App Store or Prerelease (TestFlight) versions with included builds, then not all existing builds were present in the response. Fixed actions:
    • app-store-connect get-latest-testflight-build-number,
    • app-store-connect get-latest-app-store-build-number and
    • app-store-connect get-latest-build-number

Development

  • Remove unused methods:
    • AppStoreVersions.list_with_include,
    • PreReleaseVersions.list_with_include.
  • New API methods:
    • PreReleaseVersions.list,
    • PreReleaseVersions.list_builds.