Skip to content

Releases: expo/eas-cli

v0.15.0

20 May 22:11
Compare
Choose a tag to compare

🛠 Breaking changes

  • [EAS BUILD API] Remove "Auto" option for schemeBuildConfiguration and make the old "Auto" behaviour the default. (#394 by @randomhajile)
  • Remove experimental.disableIosBundleIdentifierValidation flag from eas.json. (#407 by @dsokal)
  • Deprecate android.package and ios.bundleIdentifier in app config for generic projects. EAS CLI depends on the values in native code now. (#407 by @dsokal)
  • Remove application id synchronization (android.package and ios.bundleIdentifier) between app.json and native code when running builds. (#407 by @dsokal)

🎉 New features

🐛 Bug fixes

  • Fix failure when publishing without the platform flag. (#415 by @jkhales)
  • Pin versions in package.json. (#399 by @dsokal)
  • Revert 0ac2f as the root cause of the issue has been fixed in #399.
  • Include development-client in valid buildType for internal distribution. (#410 by @brentvatne)

v0.14.1

11 May 09:54
Compare
Choose a tag to compare

🐛 Bug fixes

  • Make the default urql requestPolicy 'network-only' #397 by @jkhales)

v0.14.0

10 May 18:37
Compare
Choose a tag to compare

🛠 Breaking changes

  • Make eas branch:publish work with expo-cli >= 4.4.3 (#366 by @jkhales)
  • Create asset keys without an extension. (#366 by @jkhales)

🎉 New features

🧹 Chores

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)