We released Code Owners 4.0.2 on 16 Aug 🎉
Download on the Atlassian Marketplace for Data Center and Server
New Features
New, flexible Merge Checks:
based on active Code Owners groups
defined in CODEOWNERS file, beside the regular owner rules
possibility to combine several checks with either OR relation
...
Therefor we added a more flexible option to define merge checks.
Check out our new Merge Checks guide to learn how to use them.
Option to disable Code Owners features per repository
Auto-assignment as reviewers to PRs (Enabledon per default)
Merge checks (Disabledoff per default)
Merge Checks was already an opt-in feature per repo base.
...
Or if you have a big group of potential reviewers and you want to enforce that some must review, but your team should decide for each pull request, who that should be? Enable and configure your Merge Checks and disable the auto-assignment. The Code Owners tooltip in pull request creation wizard will still help you to choose the right person as reviewers.
...
Improvements
Debug Logging switch in global app settings
Admins can turn on Debug logging for Code Owners by simple toggle a switch in the global settings of the Code Owners app. And off again off of course, after you have sent us the logs for support cases.
Removed support for Bitbucket Server 5.x
Since Bitbucket Server 5.x reached end of life, we removed support for it in Code Owners 4.0 .
...
Changelog
4.0.2: resolved issues on
Fix performance problem in Code Owners calculations for PRs with a lot of changed files
Code Owners calculation took too long and therefore reviewers were not auto-filled and Merge button was blocked.
4.0.1: resolved issues on
Fix permission problem for Repo admins: CODEOWNERS-24: Code Owners tab in repo settings fails to read from API endpoints
4.0.0: resolved issues on
...