Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@sileht sileht released this 20 Jun 07:40
· 106 commits to main since this release
733f6aa

New Features

  • Queue rules option allow_inplace_checks default if now true only
    if speculative_checks: 1 or batch_size: 1.
  • A new API endpoint (/api/repos/<owner>/<repo>/pulls/<pull>/events)
    to query the mergify action logs has been added.
  • Action merge got a new merge method: fast-forward.
  • Added a new API endpoint
    (/api/repos/<owner>/<repo>/queues/configuration) that allows to
    query the list of queues configuration in a repository sorted by
    queue processing order.
  • Action queue got a new merge method: fast-forward.

Upgrade Notes

  • Mergify engine now requires Redis server >= 6.2.
  • The environment variables MERGIFYENGINE_ACCOUNT_TOKENS format has
    changed to id1:login1:token1,id2:login2:token2.

Deprecation Notes

  • The deprecated commit_message option of merge and queue
    actions has been removed.

Bug Fixes

  • commits-behind returns the number of commits instead of the list
    of sha.