Releases: expo/eas-cli
Releases · expo/eas-cli
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)
🐛 Bug fixes
🧹 Chores
v0.7.0
🎉 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)