Skip to content

v0.2.0

Choose a tag to compare

@OrellBuehler OrellBuehler released this 14 Aug 07:40
· 2 commits to main since this release
a89fb00

Expands the write surface from track rollouts to full release management. 13 tools → 30 by default, 39 with the new opt-in flag.

Releases

  • create_release — ship explicit version codes to a track, with notes, rollout fraction, country targeting and in-app update priority
  • update_release_notes — edit the "what's new" text without touching the rollout
  • create_track, get_country_availability, get_testers, update_testers

Listings

Read and patch store listing text and app details, and list/upload/delete listing images. Updates are partial, so editing a title leaves the description alone.

Artifacts (read-only)

list_bundles, list_apks, list_generated_apks, get_expansion_file — find version codes to feed create_release. Bundle uploads remain out of scope; upload from CI or the Play Console.

Recovery

List, create, deploy, retarget and cancel app recovery actions.

Fixed

promote_release silently dropped countryTargeting and inAppUpdatePriority from the source release. Both now carry through and are settable on promote_release and create_release.

Safety

All edits-workflow writes keep validate_only. Deletes, listing image uploads and recovery writes are only registered when GOOGLE_PLAY_ALLOW_DESTRUCTIVE is set — recovery actions are user-visible and have no dry run.