Releases: expo/eas-cli
Releases · expo/eas-cli
v0.14.0
🛠 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
- Release new credentials manager. (#363 by @quinlanj)
- Add QR code to install internal distribution build on device. (#371 by @axeldelafosse)
🧹 Chores
- Cleanup unused code. (#364, #365 by @quinlanj)
- Redesign UX in beta credentials manager. (#360 by @quinlanj)
- Port more options to the beta credentials manager. (#352, 357, 361 by @quinlanj)
- Add getBuildProfileNamesAsync helper to EasJsonReader. (#351 by @quinlanj)
- Increase build timeout to 1 hour. (#370 by @wkozyra95)
- Remove check for pending builds. (#373 by @wkozyra95)
v0.13.0
🎉 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
v0.11.1
v0.11.0
🛠 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
v0.10.0
🛠 Breaking changes
secrets:<COMMAND>
is renamed tosecret:<COMMAND>
(#315 by @fiberjw)secret:delete
now acceptsid
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
v0.9.1
v0.9.0
🎉 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
, andwebhook:delete
). (#314 by @dsokal)
🐛 Bug fixes
- Fix the issue where the first iOS build fails for a project without
ios.bundleIdentifier
set inapp.json
. (#319 by @dsokal) - Bump @expo/config-plugins to fix
eas build:configure
on Windows. (d0f3e by @brentvatne)
v0.8.1
v0.8.0
🛠 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
'starget
arg is now calledscope
(#300 by @fiberjw)secrets:list
'starget
property is now calledscope
(#300 by @fiberjw)
🎉 New features
-
build:view
andbuild: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)