Releases: expo/eas-cli
Releases · expo/eas-cli
v12.1.0
v12.1.0
🎉 New features
- Internal/Experimental: Add EAS Worker command (#2447 by @kitten)
- Upload fingeprint source as part of eas update command. (#2533 by @wschurman)
v12.0.0
v12.0.0
🛠 Breaking changes
- Prompt the users to set
appVersionSource
, while mentioning thatremote
is the default. (#2411 by @radoslawkrzemien)
🎉 New features
- Add support for syncing Journaling Suggestions, Managed App Installation UI, and 5G Network Slicing capabilities. (#2525 by @szdziedzic)
v11.0.3
v11.0.3
🐛 Bug fixes
- Revert config-related packages to SDK 50 version from SDK 51 version to fix broken entitlements behavior for older SDKs. (#2524 by @szdziedzic)
v11.0.2
v11.0.2
🐛 Bug fixes
- Remove unncessary static project config context definition from
eas build
command context, to fix resolving dynamic projest ID and slug for dynamic app configs. (#2521 by @szdziedzic)
v11.0.1
v11.0.1
🐛 Bug fixes
- Make
eas config
command not require authentication when running in--eas-json-only
mode. (#2517 by @szdziedzic)
v11.0.0
v11.0.0
🛠 Breaking changes
- Remove long-deprecated
eas update
flags. (#2501 by @wschurman)
🎉 New features
- Add new rollout update type for
eas update
andeas update:edit
. (#2502, #2503 by @wschurman)
🧹 Chores
- Upgrade packages to SDK 51 release. (#2498 by @wschurman)
- Enable typescript linting and various lint rules. (#2505, #2507, #2508, #2509, #2510 by @wschurman)
- Include debug info in fingerprint metadata during build. (#2513 by @wschurman)
v10.2.4
v10.2.4
v10.2.3
v10.2.3
🧹 Chores
- Add support for
EAS_DANGEROUS_OVERRIDE_IOS_BUNDLE_IDENTIFIER
for bare workflow iOS builds. (#2469 by @szdziedzic) - Update images list in
eas.schema.json
and warn users when using the deprecated Android images. (#2450 by @szdziedzic)
v10.2.2
v10.2.2
🐛 Bug fixes
- Pass correct path to
vcsClient.isFileIgnoredAsync
check for monorepos to validate that custom build config file is not ignored. (#2470 by @szdziedzic)
🧹 Chores
v10.2.1
v10.2.1
🧹 Chores
- Indicate if a user is logged in using
EXPO_TOKEN
when runningeas whoami
command. (#2461 by @szdziedzic) - Throw error when
eas login
command is run withEXPO_TOKEN
environment variable set. (#2461 by @szdziedzic) - Check if user is already logged in when running
eas login
command. (#2461 by @szdziedzic)