/
Release Notes v6.9

Release Notes v6.9

We released Code Owners 6.0 on Feb 23, 2024

Download on the Atlassian Marketplace for Data Center

Features

Support of Options in Glob Patterns

In globs, a selection of options to match is now possible. Examples:

**.{ts,js,css} @web-developers # Match ts, js and css files src/{main,test}/**.* @devs # Match files under the src/main and src/test directory db/{schema/*.*,**/*.sql} # Match files in /db/schema and all sql files.

Improvements

  • Reduces the Bundled JavaScript size, improving the performance of the app

Bugfixes

  • Fix conflicts with other apps (like Crucible Hooks), where installing Code Owners would break the other app or Code Owners itself.

  • Fix the title of Auto-Merged pull request. Previously, a commit title generated by Bitbucket was used. Now, the intended Auto-Merge message is used.
    Example: Auto-Merge: Pull request #12: [AUTO] Fix Spelling in Help Dialog

Changelog

6.9.2 : resolved issues on Apr 9, 2024

  • 🐛 fix: Wrong reviewer group being used instead of reviewer group with name fully matching

    • e.g. if you had a reviewer group called team, and a reviewer group called team_blue, instead of team members of team_blue have been used.

  • 💄: Long PR titles could be truncated because of Code Owners column in PR list.

6.9.1 : resolved issues on Mar 21, 2024

  • 🐛 fixes: Glob /path/sub/ should not match /path/subfolder/other

Previous: Release Notes v6.8

Do you have any questions, suggestions, or problems?

Let us know. We’re glad to help!

 

Related pages