Skip to content

Releases: expo/eas-cli

v0.13.0

22 Apr 17:50
Compare
Choose a tag to compare

🎉 New features

  • Implement offline distribution certificate validation when running a build in non-interactive mode. (#344 by @dsokal)
  • Add support for building internal distribution apps for Apple Enterprise Teams. (#344 by @dsokal)

🐛 Bug fixes

  • Display descriptive error message when API for EAS Build changes. (#359 by @wkozyra95)

v0.12.0

22 Apr 08:50
Compare
Choose a tag to compare

🎉 New features

  • Add the initiating user's username to the build metadata. (#354 by @dsokal)
  • Add --clear-cache flag for eas build. (#355 by @wkozyra95)

🐛 Bug fixes

  • Fix the bug where the account name was used as the username. (#354 by @dsokal)

v0.11.1

20 Apr 22:29
Compare
Choose a tag to compare

🎉 New features

🐛 Bug fixes

  • Bump version of @expo/apple-utils to fix capabilities sync immediately after initial identifier registration.

v0.11.0

20 Apr 13:21
Compare
Choose a tag to compare

🛠 Breaking changes

  • "credentialsSource": "auto" is now deprecated. The option will use "remote" as the default value. (#345 by @dsokal)

🎉 New features

  • Add validation when setting up ad-hoc provisioning profile in non-interactive mode. (#338 by @dsokal)
  • Allow for registering devices when running an ad-hoc build for the first time. (#340 by @dsokal)

🐛 Bug fixes

  • Fix the bug where all Android managed builds produced AAB archives. The buildType property from eas.json is not ignored now. (#349 by @dsokal)

v0.10.0

16 Apr 12:10
Compare
Choose a tag to compare

🛠 Breaking changes

  • secrets:<COMMAND> is renamed to secret:<COMMAND> (#315 by @fiberjw)
  • secret:delete now accepts id through a flag rather than an argument (#315 by @fiberjw)

🎉 New features

  • Use special Expo SDK runtime version for managed projects (#336) by @wschurman)

🐛 Bug fixes

  • Fix the behavior where the provisioning profile was invalidated after syncing bundle id capabilities. (#334 by @dsokal)

🧹 Chores

  • Change build credentials summary format. (#321 by @dsokal)

v0.9.1

12 Apr 08:23
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix provisioning profile validation to actually check status. (#318 by @quinlanj)

🧹 Chores

v0.9.0

09 Apr 21:48
Compare
Choose a tag to compare

🎉 New features

  • Retry graphQL call on network or transient server errors. (#320 by @jkhales)
  • Display more friendly error messages when eas submit fails. (#311 by @barthap)
  • Add support for managing webhooks (new commands: webhook:create, webhook:view, webhook:list, webhook:update, and webhook:delete). (#314 by @dsokal)

🐛 Bug fixes

  • Fix the issue where the first iOS build fails for a project without ios.bundleIdentifier set in app.json. (#319 by @dsokal)
  • Bump @expo/config-plugins to fix eas build:configure on Windows. (d0f3e by @brentvatne)

v0.8.1

06 Apr 10:38
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix the issue where the build status never got updated when running eas build. (#310 by @dsokal)

v0.8.0

06 Apr 09:17
Compare
Choose a tag to compare

🛠 Breaking changes

  • Change the way of disabling cache - add cache.disabled field. (#295 by @dsokal)
  • secrets:create now uses flags rather than positional arguments (#300 by @fiberjw)
  • secrets:create's target arg is now called scope (#300 by @fiberjw)
  • secrets:list's target property is now called scope (#300 by @fiberjw)

🎉 New features

  • build:view and build:list now showing the distribution type (store / internal) and release channel. (#284 by @vthibault)

  • Add analytics to EAS Build. (#162 by @wkozyra95)

  • Improve tar archive support in EAS Submit. (#297 by @barthap)

🐛 Bug fixes

  • Fix environment secret creation prompt. (#298 by @fiberjw)

🧹 Chores

v0.7.0

22 Mar 12:57
Compare
Choose a tag to compare

🎉 New features

  • Print common error messages when builds fail. (#272 by @dsokal)
  • Commit automatically if EAS_BUILD_AUTOCOMMIT is set. (#271 by @wkozyra95)
  • Allow for installing custom bundler version on EAS Build. (#277 by @dsokal)
  • Add support for managing environment secrets. (#275 by @fiberjw)

🐛 Bug fixes

  • Fix eas submit local archive prompt for .aab files when submitting for iOS. (#273 by @barthap)
  • Verify whether "name" field in app.json contains any alphanumeric characters. (#280 by @wkozyra95)
  • Detect dependency cycles in eas.json build profiles. (#283 by @wkozyra95)