Skip to content

Releases: expo/eas-cli

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)

v14.3.1

08 Jan 13:53
Compare
Choose a tag to compare

v14.3.1

🧹 Chores

  • Bump @expo/package-manager@1.7.0 to support Bun text-based lock files. (#2801 by @kudo)

v14.3.0

07 Jan 10:50
Compare
Choose a tag to compare

v14.3.0

🎉 New features

  • Upload package.json when uploading workflow sources. (#2786 by @sjchmiela)

🐛 Bug fixes

  • Show eas deploy upload error messages. (#2771 by @kadikraman)
  • Prevent EAS CLI dependencies check from running repeatedly. (#2781 by @kitten)
  • Prevent optimistic request body parsing for eas deploy. (#2784 by @kadikraman)

🧹 Chores

v14.2.0

13 Dec 15:25
Compare
Choose a tag to compare

v14.2.0

🎉 New features

  • Add eas deploy --dry-run flag to output tarball. (#2761 by @kitten)

🐛 Bug fixes

🧹 Chores

  • Improve logging and validation in eas env:exec command. (#2762 by @szdziedzic)

v14.1.0

10 Dec 10:30
Compare
Choose a tag to compare

v14.1.0

🎉 New features

  • Add support for enabeling broadcast Push Notifications capability option, by setting ios.usesBroadcastPushNotifications to true in app config. (#2748 by @szdziedzic)

🧹 Chores

  • Add link to FYI page mentioning the workaround for Apple SMS 2FA issue. (#2752 by @szdziedzic)

v14.0.3

09 Dec 20:37
Compare
Choose a tag to compare

v14.0.3

🐛 Bug fixes

  • Bump @expo/apple-utils to fix sending two-factor authentication codes via SMS. (#2750 by @EvanBacon)

🧹 Chores

v14.0.2

06 Dec 12:48
Compare
Choose a tag to compare

v14.0.2

🧹 Chores

  • Print warning instead of throwing an error when validating CFBundleShortVersionString against App Store requirements. (#2741 by @szdziedzic)

v14.0.1

06 Dec 12:24
Compare
Choose a tag to compare

v14.0.1

🧹 Chores

  • Bump @expo/apple-utils to improve error handling and input validation and change auth headers. (#2745 by @szdziedzic)