Skip to content

Releases: expo/eas-cli

v20.0.0

29 May 00:04

Choose a tag to compare

v20.0.0

🛠 Breaking changes

  • [eas-cli] Rename observe commands: observe:logsobserve:events (events emitted via logEvent), previous observe:eventsobserve:metrics (individual performance metric samples), previous observe:metricsobserve:metrics-summary (aggregated stats by app version). (#3778 by @kadikraman)

🎉 New features

  • [eas-cli] eas go now prompts to select an Expo SDK version interactively when --sdk-version is not provided. (#3768 by @gwdp)
  • [eas-cli] Add eas update:embedded:upload command. (#3720 by @gwdp)

🐛 Bug fixes

  • [build-tools] Fix eas/start_ios_simulator hanging on Xcode 26.4 by writing the readiness screenshot to a temp file instead of /dev/null. (#3794 by @gwdp)

v19.1.0

25 May 13:45

Choose a tag to compare

v19.1.0

🎉 New features

  • [eas-cli] Add --refresh-ad-hoc-provisioning-profile flag to refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials in non-interactive mode. (#3716 by @sswrk)
  • [eas-build-job] Add optional refreshAdHocProvisioningProfile field to iOS build jobs. (#3717 by @sswrk)
  • [build-tools] Pass refreshAdHocProvisioningProfile through eas build:internal for git-based integration builds. (#3770 by @sswrk)

v19.0.8

21 May 23:19

Choose a tag to compare

v19.0.8

🐛 Bug fixes

  • [eas-cli] eas go now pre-selects the SDK version from the current project's app.json or app.config.js when available. (#3776 by @gwdp)

v19.0.7

21 May 21:02

Choose a tag to compare

v19.0.7

v19.0.6

21 May 17:08

Choose a tag to compare

v19.0.6

🐛 Bug fixes

  • [build-tools] Update the minimum Expo version required for iOS precompiled modules to 55.0.26. (#3771 by @chrfalch)

v19.0.5

20 May 18:14

Choose a tag to compare

v19.0.5

🐛 Bug fixes

  • [eas-cli] Improve Sentry diagnostics for managed iOS entitlements config fallback. (#3763 by @sjchmiela)

v19.0.4

20 May 15:31

Choose a tag to compare

v19.0.4

v19.0.1

19 May 18:28

Choose a tag to compare

v19.0.1

🐛 Bug fixes

  • [eas-cli] Disable dotenv loading when resolving managed iOS entitlements. (#3752 by @sjchmiela)
  • [eas-cli] Restore the bundled config fallback for managed iOS entitlements introspection. (#3753 by @sjchmiela)

v19.0.0

19 May 16:42

Choose a tag to compare

v19.0.0

🛠 Breaking changes

  • [eas-cli] Make browser-based authentication the default for eas login. Use --no-browser for CLI-based login. (#3746 by @byronkarlen)

🎉 New features

  • [eas-cli] Allow command observe:routes to filter results to specific route names. (#3744 by @douglowder)

🐛 Bug fixes

  • [eas-cli] Check that expo is resolvable before assuming it's installed (#3748 by @kitten)

🧹 Chores

  • [worker] Report build phase durations stats. (#3732 by @gwdp)

v18.13.1

18 May 21:33

Choose a tag to compare

v18.13.1

🎉 New features

  • [eas-cli] Send the installed expo package version in build metadata. (#3725 by @sjchmiela)

🐛 Bug fixes

  • [eas-cli] Prevent npx invocations that can be unreliable and fail when retrieving entitlements or project configs (#3282 by @kitten)