🎉 New features
- Retry graphQL call on network or transient server errors. (#320 by @jkhales)
- Display more friendly error messages when
eas submit
fails. (#311 by @barthap) - Add support for managing webhooks (new commands:
webhook:create
,webhook:view
,webhook:list
,webhook:update
, andwebhook:delete
). (#314 by @dsokal)
🐛 Bug fixes
- Fix the issue where the first iOS build fails for a project without
ios.bundleIdentifier
set inapp.json
. (#319 by @dsokal) - Bump @expo/config-plugins to fix
eas build:configure
on Windows. (d0f3e by @brentvatne)