Skip to content

Releases: expo/eas-cli

v15.0.3

04 Feb 19:23
Compare
Choose a tag to compare

v15.0.3

🐛 Bug fixes

  • Fixed EAS server environment variables does not pass to npx expo-updates runtimeversion:resolve call. (#2867 by @kudo)

v15.0.2

04 Feb 12:18
Compare
Choose a tag to compare

v15.0.2

v15.0.1

04 Feb 11:40
Compare
Choose a tag to compare

v15.0.1

v15.0.0

04 Feb 09:20
Compare
Choose a tag to compare

v15.0.0

🛠 Breaking changes

  • Use Git to archive projects containing a Git repository. (Previously, Git would only be used if requireCommit flag in eas.json was set to true.) (#2841 by @sjchmiela)

🐛 Bug fixes

🧹 Chores

  • Add update support for fingerprint:compare. (#2850 by @quinlanj)
  • Add update group id support for fingerprint:compare. (#2851 by @quinlanj)
  • Add better interactive support for fingerprint:compare. (#2854 by @quinlanj)

v14.7.1

31 Jan 16:40
Compare
Choose a tag to compare

v14.7.1

🐛 Bug fixes

  • Account for ios.config.usesNonExemptEncryption in non-exempt encryption status prompt. (#2852 by @EvanBacon)

v14.7.0

30 Jan 22:47
Compare
Choose a tag to compare

v14.7.0

🎉 New features

🐛 Bug fixes

v14.6.0

30 Jan 17:19
Compare
Choose a tag to compare

v14.6.0

🎉 New features

  • Prompt to set non-exempt encryption status for the iOS app to support faster store submissions. (#2843 by @EvanBacon)
  • Automatically create internal TestFlight group in EAS Submit command. (#2839 by @evanbacon)
  • Sanitize and generate names for EAS Submit to prevent failures due to invalid characters or taken names. (#2842 by @evanbacon)
  • Release eas fingerprint:compare. (#2821 by @quinlanj)

🧹 Chores

v14.5.0

22 Jan 13:31
Compare
Choose a tag to compare

v14.5.0

🎉 New features

  • Allow filtering by --fingerprint_hash in eas build:list command. (#2818 by @szdziedzic)

🐛 Bug fixes

  • Ensure that the AASA file is served with content type application/json (#2829 by @kadikraman)
  • Ensure that the AppleID provided in prompt or saved to cache does not contain invalid unprintable characters (#2830 by @radoslawkrzemien)

🧹 Chores

  • Fix logs typos in the eas deploy command. (#2822 by @kadikraman)
  • Make deploy the top level command for hosting. (#2824 by @kadikraman)
  • Allow longer submit profile extension chain (up to 5, same as build profile) (#2831 by @radoslawkrzemien)
  • Make variable naming more explicit, remove deprecated runtimeFingerprintSource uses. (#2816 by @wschurman)

v14.4.1

15 Jan 09:48
Compare
Choose a tag to compare

v14.4.1

🐛 Bug fixes

🧹 Chores

  • Make automatic env resolution message shorter. (#2806 by @szdziedzic)
  • Make "No remote versions are configured" message green instead of yellow. (#2805 by @szdziedzic)
  • Upload local fingerprint on eas fingerprint:compare. (#2808 by @quinlanj)
  • Upgrade eas-cli-local-build-plugin to 1.0.163 to support Bun's new text-based lock file in local builds. (#2817 by @shiroyasha9)

v14.4.0

09 Jan 16:52
v14.4.0
4dc4ef8
Compare
Choose a tag to compare

v14.4.0

🎉 New features

  • Load .env variables even when --environment is specified for deploy command. Conflicts will be highlighted by a warning message. (#2783 by @kitten)
  • Silence all non-command output in non-interactive mode of eas env:exec. (#2800 by @wschurman)
  • Unhide deploy and deploy:alias commands (#2807 by @kitten)