Skip to content

Releases: expo/eas-cli

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)

v0.6.0

09 Mar 10:01
Compare
Choose a tag to compare

🛠 Breaking changes

  • Generic iOS projects: build release builds by default. (#266 by @dsokal)

🎉 New features

  • Log the size of the archived project when uploading. (#264 by @wkozyra95)
  • Add more build metadata (release channel, build profile name, git commit hash). (#265 by @dsokal)
  • Display App Store link after successful submission. (#144 by @barthap)
  • Add experimental.disableIosBundleIdentifierValidation flag to eas.json. (#263 by @wkozyra95)
  • Support internal distribution in non-interactive builds. (#269 by @dsokal)

🐛 Bug fixes

  • Print Apple Team ID in the output of device:list when the team name is unknown. (#268 by @wkozyra95)

v0.5.0

02 Mar 10:32
Compare
Choose a tag to compare

🎉 New features

  • Add support for build cache. (#247 by @wkozyra95)
  • Enable internal distribution support for self-managed credentials. (#256 by @dsokal)

🐛 Bug fixes

🧹 Chores

  • Upgrade @expo/eas-build-job from 0.2.12 to 0.2.13. (#245 by @dsokal)

v0.4.3

23 Feb 10:21
Compare
Choose a tag to compare

🎉 New features

  • Add support for iOS simulator builds. (#240 by @dsokal)

🐛 Bug fixes

v0.4.2

18 Feb 10:42
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix detecting application target (iOS builds). (#238 by @dsokal)

v0.4.1

16 Feb 18:24
Compare
Choose a tag to compare

🐛 Bug fixes