Release Notes - Code Owners for Bitbucket Cloud
Upgrading
Happens automatically, except if manual approval is required.
To upgrade app manually to the latest version:
-
Go to your Workspace settings under
Settings -> Installed apps: https://bitbucket.org/YOUR_WORKSPACE_NAME/workspace/settings/addon-management -
Select the app you want to update.
-
Press the
Updatebutton.
Version 2025-09-25
Bugfix
-
Bitbucket group retrieval now uses the official endpoint of the v1.0 API.
Version 2024-07-31
Bugfix
-
Add a missing CSP header:
*.atl-paas.net
Version 2024-02-23
Improvements
-
Extended the Glob support options-lists to match. For example
/src/**/*.{js,ts,css} @FrontEndTeam
Version 2023-10-02
Features
-
Support for Bitbucket Cloud groups in CODEOWNERS files Use
@@GroupNameto reference a Bitbucket Cloud group.
Version 2023-03-14
Bugfixes
-
Fix inconsistent merge behaviour when pull request authors approve their pull requests
Version 2023-01-30
Features
-
Documentation, playground and release notes accessible by every user on the repository menu, not just for admins.
Bugfixes
-
Fix the issue when Code Owners are not added as reviewers to pull request in case any of the Code Owners is an inactive user.
Inactive members of the workspace are getting ignored.
Improvements
-
Code Owners performance benefits by improved Bitbucket Cloud API by Atlassian.
Security
-
Dependency updates
Version 2022-11-08
Features
-
Integrated Playground:
In the Repo Settings → CodeOwners, there is now a playground where you can try out Code Owner rules:
-
Improved wording on Code Owners Merge Checks
Bugfixes
-
Fixed Issue of Missed Updates
When the pull requests where updated, then the Code Owners might not be updated properly.
Release notes for older versions
Older releases
Version released
-
We fixed an issue where the app failed when multiple merge checks were failing.
Version released
Bug Fixes
-
We fixed an issue where the updated app descriptor was not listed in the Atlassian Market place. If the Merge Checks do not work, and you’ve installed the app before , try to uninstall and reinstall the app. If it still does not work as expected, then contact us.
Version released
New Features
-
New Help Page in the Repo Admin Section
-
In the Bitbucket repository admin section, there is now a Code Owners section with documentation about CODEOWNERS files.
-
Version released
New Features
-
New Help Page in the Repo Admin Section
-
In the Bitbucket repository admin section, there is now a Code Owners section with documentation about CODEOWNERS files.
-
Version released
New Features
-
Fallback group for absent Code Owners, members of this group approvals count as CO to every merge check rule (opt-in)
-
Use-case: in case of absences of CodeOwners, PRs can not be merged and may block the team progress.
-
Define a group called FallbackOwners, and if members of that group are added to Pull Request and approve it, it counts towards the limit in Code Owners merge checks.
-
-
PR author considered as approving owner in group merge checks (opt-in)
-
If you want that PR authors, who are Code Owners themself for the changes, count towards group merge checks, you can now configure that.
-
Add the option: AuthorSelfApproval to the corresponding Group check. e.g.
Check(@@Devs>=2,AuthorSelfApproval)which reduces limit by one, if PR author is also Code Owner as member of Devs group.
-
Version released
New Features
-
Merge Checks Support
-
Merge Checks are now supported in Codeowners for Bitbucket Cloud. Check the merge check documentation.
Failed merge checks show up as a failed build in the pull request. You need to enable builds to prevent accidentally merging pull requests with failed checks.
-
Improvements
-
Included a Help Page in the Admin Section
-
In the Bitbucket Admin section, there is now a Code Owners section with documentation about CODEOWNERS files.
-
-
Improved Parser Error Message
-
Error messages from invalid CODEOWNERS file have been improved and are more helpful.
-
Bug Fixes
-
Allow colon `{ }` characters in file globs
Version released
New Features
-
Interactive playground to check your Code Owner rules
-
This playground allows you to check your CODEOWNERS file. You can enter your Code Owner rules and files changed in a Pull Request to see the applied active Code Owners.
-
✨ Try out the new playground!
-
-
Basic syntax highlighting for CODEOWNERS files in Bitbucket file renderer
-
We added proper syntax highlighting for faster feedback of CODEOWNER files.
-
Version released
Improvements
-
Better usability by using Webcard instead of Pull Request Comments
-
So far the app used pull request comments to indicate which code owners were assigned to the pull request, but also to show potential error cases like using invalid identifiers. Comments have the disadvantage that they can be overlooked in long threads, but also that they generate a lot of notifications.
-
With this release all Code Owners related information in pull requests are shown in a Code Owners specific webcard.
-
The following screenshot shows the assigned Code Owners of the pull request including their approval status:
Code Owners webcard with approval status -
Furthermore, the webcard gives hints like how to get started with Code Owners
-
or potential configuration problems like a non-protected CODEOWNERS file:
-
Version released
Bug Fixes
-
*now matches full paths, not only up to a path delimiter, e.g.src/main/com/xyz/Logger.java -
Improved logging to help in customer support cases
Version released
Bug Fixes
-
Fixes error "PayloadTooLargeError: request entity too large" that occurs in very large PRs where the Bitbucket payload is larger than 100KB limit
-
Improved logging to help in customer support cases
Version released
Bug Fixes
-
Follow-up bugfix for “App does not add Code Owners to pull requests when Bitbucket Cloud users have no nickname”
Version released
Bug Fixes
-
App does not add Code Owners to pull requests when Bitbucket Cloud users have no nickname
Version released
Bug Fixes
-
App cannot be installed anymore due to the following error: "The add-on server returned invalid data"
-
Allow colon characters in file globs
Version released
Announcements
-
First Cloud version of Code Owners for Bitbucket to be released