๐ Breaking changes
- Drop support for
experimental.npmToken
in credentials.json, EAS Secrets can be used instead. (#444 by @dsokal) - Remove
--allow-experimental
flag fromeas build:configure
as it has no effect now. (#444 by @dsokal)
๐ New features
- Make credentials manager work with multi-target iOS projects. (#441 by @dsokal)
- Copy over credentials from Expo Classic to EAS. (#445 by @quinlanj)
- Add Big Sur image for iOS builds. (#457 by @wkozyra95)
- New version of Android credentials manager. (#460 by @quinlanj)
- Add an internal distribution with dev client to
build:configure
defaults. (#465 by @fson) - Add
updates.channel
to build metadata. (#461 by @jkhales) - iOS push key setup and management now available in
eas-cli credentials
. (#469 #470 by @quinlanj) - Support new build status:
new
. (#475 by @dsokal)
๐งน Chores
- Deprecate
--skip-credentials-check
flag because it doesn't do anything and is no longer needed. (#442 by @brentvatne) - Move android credentials code to new Graphql API. (#439 #440 #438 #443 #447 #451 #455 by @quinlanj)
- Prepare Graphql infra to support iOS push keys. (#456 by @quinlanj)
- Improve credentials DX (#448 #449 by @quinlanj)
- Add analytics on dev client builds. (#454 by @fson)
- Support non-git projects. (#462 by @wkozyra95)