๐ Breaking changes
[EAS BUILD API]
Use new build job format. (#701 and #711 by @dsokal)- Don't print logs to
stderr
. (#708 by @dsokal) - Remove automatic migration for legacy
eas.json
format introduced in v0.22.2. (#695 by @wkozyra95) - Implement no-commit build workflow. Add required
cli
field in root ofeas.json
. (#695 by @wkozyra95)
๐ Bug fixes
- Better error message when eas.json is invalid. (#707 by @dsokal)
- Fix credentials workflow for new users: add additionalTypenames for credentials. (#703 by @quinlanj)
๐งน Chores
- Add additionalTypenames for other queries. (#704 by @quinlanj)
- Fix errors after pulling down most recent graphql schema changes. (#713 by @quinlanj)
- Refactor credentials manager. (#712 by @quinlanj)
- Remove unneeded parameters. (#710 by @quinlanj)
- Enforce additionalTypenames for graphql queries. (#709 by @quinlanj)