Skip to content

v24.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:55

v24.2.0

馃帀 New features

  • [eas-build-job] Remove repository URLs from Git job inputs and fetch them when resolving project sources. (#4360 by @sjchmiela)
  • [eas-cli] Add eas workflow:insights to display Workflows Insights for a time range: run counts and success rate compared with the previous period, runs over time, and a per-workflow breakdown, with --json output for scripts. (#4367 by @hSATAC)
  • [eas-cli] Add eas workflow:insights:maestro to display Maestro test insights for a time range: pass and flake rates, a sortable per-flow table, and a single flow's history with error patterns and recent runs, with --json output for scripts. (#4370 by @hSATAC)

馃悰 Bug fixes

  • [eas-cli] Reject --end without --start in the observe:*, update:insights, channel:insights, and update:view --insights commands instead of silently falling back to the default time range. (#4367 by @hSATAC)
  • [eas-cli] Reject a time range that does not run forwards in the observe:*, update:insights, channel:insights, update:view --insights, and workflow:insights commands instead of sending it to the server. (#4367 by @hSATAC)
  • [eas-cli] Reject non-integer values for --limit and --offset instead of sending them to the server. (#4367 by @hSATAC)

馃Ч Chores

  • [build-tools] Require PATH project sources for local builds. (#4362 by @sjchmiela)