Skip to content

v20.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 20:16

v20.2.0

🎉 New features

  • [eas-cli] Non-interactive iOS App Store and Enterprise builds can now use the App Store Connect API key stored in EAS credentials as a submission key to validate and repair provisioning profiles on Apple servers, without requiring EXPO_ASC_* environment variables or an interactive Apple login. (#3805 by @sswrk)
  • [eas-cli] Add support for non-interactive eas update:rollback [GROUP_ID]. The given update group must be the latest for its branch and runtime version; the previous update group is republished, or a roll back to the embedded update is published if there is none. (#3825 by @quinlanj)

🐛 Bug fixes

  • [expo-cocoapods-proxy] Fix iOS worker tarball build failing on macOS Tahoe due to bundler incompatibility with RubyGems 4. (#3824 by @gwdp)