Skip to content

Releases: expo/eas-cli

v5.6.0

27 Oct 11:32
Compare
Choose a tag to compare

v5.6.0

🎉 New features

🐛 Bug fixes

  • Added buildArtifactsUrl to eas-cli build:view --json output. (#2102 by @sjchmiela)

v5.5.0

25 Oct 10:29
Compare
Choose a tag to compare

🎉 New features

  • Add account type to the items in the prompt to select project owner. (#2083 by @alanjhughes)
  • Gate roll back to embedded to expo-updates >= 0.19.0. (#2094 by @wschurman)

🐛 Bug fixes

  • EAS Update: Increase asset upload timeout to 90s and reset on upload retry for slow connections. (#2085 by @wschurman)

🧹 Chores

v5.4.0

28 Sep 22:12
Compare
Choose a tag to compare

🎉 New features

  • Add support for the Tap to Pay on iPhone iOS entitlement. (#2069 by @fobos531)

v5.3.1

28 Sep 19:31
Compare
Choose a tag to compare

🧹 Chores

  • Update EAS Build images description in our VSCode plugin. Add new macos-ventura-13.6-xcode-15.0 image. (#2068 by @szdziedzic)

v5.3.0

25 Sep 16:41
Compare
Choose a tag to compare

🎉 New features

🐛 Bug fixes

🧹 Chores

v5.2.0

05 Sep 20:58
Compare
Choose a tag to compare

🎉 New features

🐛 Bug fixes

  • Update: only print channel-branch pairing if we created a channel. (#2036 by @quinlanj)

🧹 Chores

v5.1.0

01 Sep 14:14
Compare
Choose a tag to compare

🎉 New features

🐛 Bug fixes

v5.0.2

29 Aug 11:51
Compare
Choose a tag to compare

🐛 Bug fixes

  • Add proper expo cli --platform flag handling when exporting updates. (#1939 by @byCedric)

v5.0.1

28 Aug 19:05
Compare
Choose a tag to compare

🐛 Bug fixes

  • Pass platform argument to expo-cli correctly when using the eas update command. (#2028 by @szdziedzic)

v5.0.0

28 Aug 14:00
Compare
Choose a tag to compare

🛠 Breaking changes

  • Only export at most ios and android dist for EAS updates. (#2002 by @wschurman)

🎉 New features

  • Add rollback disambiguation command. (#2004 by @wschurman)
  • Detect devices that fail to be provisioned, list them to the user and show the explanation message with the link to the devices page to check actual status. (#2011 by @radoslawkrzemien)
  • Add info to EAS Update asset upload process about asset counts and limits. (#2013 by @wschurman)
  • .nvmrc support for setting node version. (#1954 by @khamilowicz)

🐛 Bug fixes

  • Support republishing roll back to embedded updates. (#2006 by @wschurman)
  • Configure updates as well when somebody tries to run a build with channel set. (#2016 by @wschurman)

🧹 Chores