Releases: expo/eas-cli
Releases · expo/eas-cli
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)
v0.6.0
🛠 Breaking changes
🎉 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
🎉 New features
- Add support for build cache. (#247 by @wkozyra95)
- Enable internal distribution support for self-managed credentials. (#256 by @dsokal)
🐛 Bug fixes
- Make sure all files are committed before build. (#251 by @wkozyra95)
- Fix
eas submit
support for tar.gz files. (#257) by @wkozyra95) - Show untracked files when checking
git status
. (#259 by @wkozyra95)
🧹 Chores
v0.4.3
v0.4.2
v0.4.1
🐛 Bug fixes
- Fix
"buildType" is not allowed
error. (#595bf by @wkozyra95)
v0.4.0
🎉 New features
- Add build:cancel command. (#219 by @wkozyra95)
- Implement version auto increment for iOS builds. (#231 by @dsokal)
- Add support for builder environment customizations. (#230 by @wkozyra95)
- Add
schemeBuildConfiguration
option for generic iOS builds. (#234 by @dsokal)
🐛 Bug fixes
- Fix
--no-wait
flag foreas build
. (#226 by @paul-ridgway) - Fix running builds from project subdirectories. (#229 by @wkozyra95)
v0.3.1
- support
canceled
build status - check if tty is attached on prompt
- improve monorepo support - fix configuring expo-updates
- filter stale profiles
- return non-zero exit code if prompt is displayed on CI