Skip to content

Releases: expo/eas-cli

v12.5.3

16 Oct 15:29
Compare
Choose a tag to compare

v12.5.3

v12.5.2

11 Oct 18:52
Compare
Choose a tag to compare

v12.5.2

🐛 Bug fixes

  • Disallow republishing an update that is being rolled-out. (#2602 by @wschurman)

🧹 Chores

v12.5.1

27 Sep 05:22
Compare
Choose a tag to compare

v12.5.1

🐛 Bug fixes

  • Support assigning dev domain names in non interactive mode. (#2595 by @byCedric)

🧹 Chores

  • Simplify the output of eas deploy --json. (#2596 by @byCedric)
  • Support deploying Expo Router server exports without client directory. (#2597 by @byCedric)
  • Add exit option to eas credentials interactive menu. (#2570 by @szdziedzic)

v12.5.0

23 Sep 15:32
Compare
Choose a tag to compare

v12.5.0

🎉 New features

  • Log command execution to assist in debugging local builds. (#2526 by @trajano)
  • Allow submitting builds in progress (#2543 by @radoslawkrzemien)
  • Use EAS_DANGEROUS_OVERRIDE_ANDROID_APPLICATION_ID and EAS_DANGEROUS_OVERRIDE_IOS_BUNDLE_IDENTIFIER environment variables as overrides of the Android application ID and iOS bundle identifier in managed workflow too. (#2576 by @sjchmiela)

🐛 Bug fixes

  • Avoid malforming app.json with empty .expo object. (#2573 by @byCedric)

v12.4.1

14 Sep 14:15
Compare
Choose a tag to compare

v12.4.1

v12.4.0

14 Sep 12:12
Compare
Choose a tag to compare

v12.4.0

🎉 New features

  • Add worker:alias command to assign aliases from the CLI. (#2548 by @byCedric)
  • Add worker --prod flag to deploy to production from the CLI. (#2550 by @byCedric)
  • Add worker --alias flag to assign custom aliases when deploying. (#2551 by @byCedric))
  • Add worker --id flag to use a custom deployment identifier. (#2552 by @byCedric))
  • Add worker --environment flag to deploy with EAS environment variables. (#2557 by @kitten))
  • Add worker --export-dir flag to select exported directory. (#2560 by @byCedric))
  • Add worker --json flag to allow integrating with 3rd parties and custom tooling. (#2561 by @byCedric))
  • Add worker:alias --json flag to allow integrating with 3rd parties and custom tooling. (#2562 by @byCedric))

🐛 Bug fixes

  • Avoid merging expo.extra plugin-generated data with expo.extra.eas.projectId in eas init. (#2554 by @byCedric))

🧹 Chores

  • Make error message for invalid CFBundleShortVersionString more descriptive and actionable. Improve CFBundleShortVersionString validation regex. (#2542 by @szdziedzic)
  • Add missing --non-interactive argument to worker:deploy command. (#2544 by @kitten)
  • Source @expo/env dotenv files for worker deployments. (#2545 by @kitten)
  • Support worker --production and clean up command output. (#2555 by @byCedric))
  • Unify both worker and worker:alias command output. (#2558 by @byCedric))
  • Share similar table/json output in both worker and worker:alias command outputs. (#2563 by @byCedric))
  • Polish the project URL prompt when setting up new projects. (#2564 by @byCedric))
  • Always assume static exports in eas deploy and add modified time. (#2565 by @byCedric))

v12.3.0

09 Sep 15:41
Compare
Choose a tag to compare

v12.3.0

🎉 New features

  • Add --non-interactive and --force support when --id is not passed to the eas init command. (#1983 by @mymattcarroll)

v12.2.0

09 Sep 15:30
Compare
Choose a tag to compare

v12.2.0

🎉 New features

  • Add --non-interactive and --force support when --id is not passed to the eas init command. (#1983 by @mymattcarroll)

v12.1.1

09 Sep 15:01
Compare
Choose a tag to compare

v12.1.1

🐛 Bug fixes

  • Fixed an issue where extensions retrieved the main app's entitlements instead of their own. (#2532 by @HarrisHan)

v12.1.0

06 Sep 13:13
v12.1.0
e993e9a
Compare
Choose a tag to compare

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)