๐ Breaking changes
๐ New features
- Retry status code 500-600 server errors from Apple servers with cookies auth. (#574 by @EvanBacon)
- Throw internal server errors when Apple servers fail to authenticate. (#574 by @EvanBacon)
- Add --auto flag for eas branch:publish. (#549 by @jkhales)
- Add submissions link in output of
eas submit
. (#553 by @ajsmth) - Add submit profiles. (#555 by @wkozyra95)
- Add
changesNotSentForReview
option to android submissions. (#560 by @wkozyra95) - Support
--json
flag in build commands. (#567 by @wkozyra95) - Add link to https://expo.fyi/eas-build-archive in
eas build
output to make it easier to understand what is going on in the archive/upload phase of the build. (#562 by @brentvatne) - Update QR code url for Android internal distribution build and generate smaller QR code. (#573 by @axeldelafosse)
๐ Bug fixes
- Fix
--sku
flag being ignored when runningeas submit -p ios
. (#559 by @barthap) - Set correct distribution for simulator builds. (#556 by @wkozyra95)
๐งน Chores
- Add warnings around common issues (
NODE_ENV=production
, git ignoredgoogleServicesFile
). (#569 by @wkozyra95)